/*
CSS
*/

body {
	margin: 0;
	padding: 0;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

a:link {
	color: #003300;
}

a:visited {
	color: #006600;
}

#container {
	margin: 0 auto;
	width: 800px;
	height:auto;
}


/* Header */

#header {
	width: 790px;
	height: 124px;
	margin-top: 5px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 10px;
	color: #FFFFFF;
	padding-right: 10px;
}


/* Menu */

#menu {
	width: 800px;
	height: 40px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 17px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}

#menu a:hover {
	color: #000000;
	text-decoration: underline;
}


/* Content */

#content {
	width: 800px;
	padding-top: 20px;
	padding-top: 25px;
}

.full-with-topline {
	height: 258px;
	width: 780px;
	background-image: url(images/blinds_bg.gif);
	background-repeat: no-repeat;
	clear:both;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.product-photo {
	float:left;
	overflow:hidden;
	width:200px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 5px;
	height: 215px;
	
}
.product-specifications {
	float:left;
	width:350px;
	overflow:hidden;
	font-size: 12px;
}
.product-buynow {
	float:right;
	margin-top:30px;
	width:150px;
	overflow:hidden;
	height: 150px;
	margin-right: 20px;
}

.form_wrapper {
	width:200px;
	height:410px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	background-repeat: no-repeat;
	padding-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 30px;
	background-image: url(images/form_wrapper_bg.gif);
}


textarea {
	border: 1px solid #CCCCCC;
	width:180px;
	height:100px;
	overflow: auto;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #CCCCCC;
}
input.textboxes {
	width:180px;
	height:20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input.btn {
	width:54px;
	height:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
}
