@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.jpg) repeat-x #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
	padding:0px;
}
.heading {
	font-size: 18px;
	font-weight:bold;
}
#container {
	min-width: 829px;
	margin: 3px 25px 0px 25px;
	background: url(images/leftcol_bg.jpg) repeat-y #FFFFFF;
	padding:0px;

}
#header {
	background: url(images/top.jpg) no-repeat #FFFFFF;
	min-width: 800px;
	height: 111px;
}
#left {
	background: url(images/topleft.jpg);
	width: 210px;
	height: 109px;
	float: left;
}
#leftcol {
	width: 210px;
	float: left;
	clear: left;
	background: url(images/leftcol_bg.jpg) repeat-y;
}
.center { 
	text-align: center;

}
#content {
	background: #FFFFFF;
	margin: 0 0 0 210px;
	padding: 30px;
	position: inherit !important;
	position: relative;
	top: 0 !important;
	top: -5px;
}
/* nav was here*/
#sunroom {
	background: url(images/sunroom_bg.gif) repeat-x;
	min-width: 619px;
	height: 256px;
	position: inherit !important;
	position: relative;
	left: 0 !important;
	left: -3px;
	margin-right: 0 !important;
	margin-right: -3px;
}
#box {
	float: right;
	position: inherit !important;
	position: relative;
	border: #f9d332 1px solid;
	width: 180px;
	padding: 10px;
	margin-left: 10px;
}
#bottom {
	margin-left: -240px;
	clear: both;
	margin-top: -21px;
}
#bottomleft {
	float: left;
	width: 210px;
	background: url(images/leftcol_bg.jpg) repeat-y;
	height: 91px !important;
	height: 86px;
}
a:link, a:visited {
	color: #0f6ea3;
	text-decoration: none;
}
#footer {
	margin:0px;
	color: #FFFFFF;
	text-align: center;
	clear:both;
	background:#000000
}
#footer a:link, #footer a:visited {
	color: #f9d332;
}
/*li {
	list-style:url(images/bullet.gif);
	line-height: 16px;
}*/
ul#nav {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	border-bottom: 1px solid #ffee00;
}
ul#nav li {
	border-top: 1px solid #ffee00;
	padding: 0;
	list-style-type: none;
}
ul#nav li a:link, ul#nav li a:active, ul#nav li a:visited {
	line-height: 30px;
	display: block;
	width: 190px;
	padding-left: 20px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
	list-style-type: none;
	
}
ul#nav li a:hover {
	background: url(images/li_hover_bg.jpg) repeat-y;
	color: #FFFFFF;
	list-style-type: none;
	/*list-style:url(images/bullet.gif);*/
	
}

.catRight {
	float: right;
	width: 500px;

}
/*catalog*/
#catalog {
	border: 0;
}
#catalog label {
	float: left;
	display: block;
	width: 120px;
}
#catalog input {
	margin:0;
	padding: 0;
}
.catLeft {

	float: left;
	display: block;
	width: 400px;
}
#captcha {
	margin-left: 190px;
}
#security_code {
	width: 200px;
}
#catalog input[type=submit] {
	padding: 5px;
	margin-left: 150px;
}
/*factory*/
#facRight {float: right; display: block; width: 540px;}
#facForm {display: block; float: left; width: 350px; border: 0;}
#facForm label {
	float: left;
	display: block;
	width: 120px;
}
#facForm input[type=submit] {
	margin:0;
	padding: 5px;
	float: right;
	margin-right: 10px
}
#facebook {
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	height: 48px;
	width: 164px;
	background: url("images/FacebookInactive.png");
}
#facebook:hover {
	background: url("images/FacebookRollover.png");
}
#twitt {
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	height: 48px;
	width: 164px;
	background: url("images/TwitterInactive.png");
}
#twitt:hover {
	background: url("images/TwitterRollover.png");
}