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

body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/bg.jpg);
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #005db4;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC00;
}

a:active {
	color: #FFFFFF;
}

#container {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.banner {
	text-align: right;
	padding-top: 30px;
	height: 120px;
	width: 900px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

/* Content */

.left_content {
	float: left;
	width: 900px;
}

/* products */

.4_products	{
	height: 390px;
	width: 900px;
	float: left;
}

.products_spacer {
	height: 10px;
	width: 900px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.product_container {
	height:350px;
	width:195px;
	padding: 10px;
	float: left;
	margin-right: 3px;
	margin-left: 6px;
	background-image: url(images/product_container.gif);
	background-repeat: no-repeat;
}	

.product_image {
	height:200px;
	width:190px;
	text-align: center;
	margin-right: 10px;
	margin-left: 3px;
}	

.product_title {
	font-size: 14px;
	text-align: center;
	height:35px;
	width:200px;
	text-decoration: none;
	padding-top: 20px;
}
.product_title a {
	font-size: 14px;
	text-align: center;
	height:35px;
	width:200px;
	text-decoration: none;
	color: #FFCC00;
}


.product_price {
	height:20px;
	width:200px;
	font-size: 16px;
	color: #FF0033;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.product_text {
	height:80px;
	width:180px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}	


.info {
	height: auto;
	width: 860px;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}



.image {
	border:0px;
	border-thickness: 2px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

a:link .image {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

/* Footer */

#footer {
	clear: both;
	height: 50px;
	font-size: small;
	font-weight: normal;
	text-align: center;
	background-color: #005DB4;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}
.image_right {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


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


textarea {
	border: 1px solid #CCCCCC;
	width:180px;
	height:100px;
	overflow: auto;
	background-image: url(images/textarea.jpg);
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #CCCCCC;
}
input.textboxes {
	width:180px;
	height:20px;
	background-image: url(images/textbox.jpg);
	color: #666666;
	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;
}
