/* CSS for Fabrika Drapery */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background-color:#f1f8e2;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-left: 10px;
	margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 10px;
}

h1+p, h2+p, h3+p, h4+p { margin-top: 10px; }

h1 {
	margin-left:-1500px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-top:20px;
	line-height:20px;
	color:#9ea755;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	color:#9ea755;
}

h4 {
}

h5 {
}

.clearboth { clear: both; margin:0; padding:0; }

ul {
}

li {
	list-style-type:none;
	line-height:20px;
}

p {
	line-height:15px;
}

/* Code for links */			
a {
	font-weight:bold;
	color:#cc6600;
	text-decoration:none;
}

a:visited {
	color:#cc6600;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
	margin:0 10px 0 10px;
}

/* End of code for links */

#container {
	width:100%;
	height:auto;
	margin:0 auto;
	background:#f1f8e2;
	border:1px solid #333;
}

#header {
	width:100%;
	height:94px;
	background:#3a3426;
}

#logo {
	width:397px;
	height:94px;
	float:left;
	margin-left:5%;
}

/* Menu */
#menu ul {
	width:auto;
	height:90px;
	float:right;
	margin:0 10% 0 0;
	padding-top:4px;
}

#menu ul li {
	float:left;
	list-style-type:none;
	text-align:center;
}
	
#menu ul li a {
}

#menu a img {
	border:none;
}
	
#menu ul li a:hover {	
}

#menu ul li a.current {
}

.border {
	width:100%;
	height:29px;
	clear:both;
	background:url(/imgSite/border.gif) repeat-x center;
	border-top:1px solid #666633;
	border-bottom:1px solid #666633;
}

/* Content */	
#main {
	width:850px;
	height:auto;
	min-height:400px;
	margin:0 auto;
	margin-top:35px;
	margin-bottom:35px;
}

#main_left {
	width:500px;
	height:auto;
	float:left;
	margin-bottom:35px;
}

#main_right {
	width:325px;
	height:auto;
	float:right;
	margin-bottom:35px;
}

#signature {
	width:200px;
	height:45px;
	background:url(/imgSite/signature.gif) no-repeat;
	margin-left:75px;
	
}

#gallery {
	width:850px;
	height:auto;
	text-align:center;
}

#footer {
	width:100%;
	height:150px;
	background:#3a3426;
	color:#fff;
}

#copyright {
	width:auto;
	height:auto;
	float:left;
	margin:20px 0 0 10%;
	text-align:left;
}

#webdesign {
	width:auto;
	height:auto;
	float:right;
	margin:20px 10% 0 0;
	text-alighn:right;
}

/* Form */
form {
	width:auto;
	padding:10px;
	margin:0 auto;
	margin-top:20px;
	font-size:12px;
}

form fieldset {
	width:475px;
	display:block;
	padding:5px;
	border:none;
}

form input, form textarea {
	float:right;
	width:300px;
	height:15px;
	padding:3px;
	margin:0 15px 5px 0;
	border:1px solid #8aac42;
	background:#9ea755 url(/imgSite/bg_form.gif) no-repeat;
	color:#fff;
	font-weight:bold;
}

form textarea {
	min-height:100px;
	overflow:auto;
}

textarea:focus, input:focus, button:focus, textarea:hover, input:hover, button:hover {
	border:1px solid #666633;
}

form fieldset label {
	width:140px;
	clear:left;
	display:block;
	float:left;
	text-align:right;
	margin-bottom:5px;
	line-height:23px;
}

form #button1, form #button2 {
	background:#9ea755;
	color:#fff;
	cursor:pointer;
	width:75px;
	height:25px;
}

/* Links on Contact Page */
#contact_links ul {
	margin-bottom:40px;
}

#contact_links li {
	padding-left:25px;
	margin:0 0 20px 5px;
	height:16px;
	list-style-type:none;
}

.mail {background:url(/imgSite/icon_email.gif) left no-repeat;}
.phone {background:url(/imgSite/icon_phone.gif) left no-repeat;}
.skype {background:url(/imgSite/icon_skype.gif) left no-repeat;}
.address {background:url(/imgSite/icon_house.gif) left no-repeat;}
