body {
	background:url(../images/bg.jpg) no-repeat #fff top center;
	color:#000000;
	font-family:verdana;
	font-size:12px;
	margin:0;
	padding: 0;
}

h2 {
	font-size:14px;
	color:#2C2D43;
	text-decoration: underline;
}
	h2.bigger {
		font-size: 18px;
	}

#container {
	margin: 0 auto;
	width:800px;
}
#banner {
	background: url(../images/banner.jpg) no-repeat;
	width:800px;
	height:99px;
	float: left;
	clear: both;
}

#content {
	background: url(../images/body_bg_repy.gif) repeat-y;
	height: auto !important;
	min-height: 400px;
	height: 400px;
	width: 800px;
	float:left;
	clear: both;
}
#page_top {
	float:left;
	clear: both;
	background: url(../images/body_top.gif) no-repeat;
	height: 7px;
	width:800px;
}
#page_main {
	float: left;
	clear: both;
	padding: 0 0 0 30px;
	width: 750px;
}

#footer {
	clear:both;
	float: left;
	width: 800px;
	height: 27px;
	background: url(../images/footer.jpg) no-repeat;
	color: #ccc;
}
	#footer a {
		color: #ccc;
	}
	#footer a:hover {
		color: #fff;
	}

p {
	width: 663px;
	line-height: 15px;
	margin-left:3px;
}

ul {
	margin-bottom:0;
	margin-left:0;
	margin-top:0;
	padding-left:0;
	padding-top:0;
}

/* ----- page styles ----- */

#page_main ul {
	list-style: disc;
}
#page_main ul li {
	margin-left: 15px !important;
	padding-bottom:4px;
}



/*-----------------------------*/
#all {
	float: left;
	width: 525px;
	display: none;
}

.product {
	width: 150px;
	height: 150px;
	float: left;
	margin-bottom:20px;
	margin-right:20px;
}
	
	.prod_right {
		float:left;
		width:500px;
		margin-right: 50px; 
		padding-bottom:30px;
	}
		.prod_right p {
			width: 500px;
		}
		.prod_right li {
			margin-left: 20px;
		}
		.prod_right img {
			margin-top:30px;
		}
		
#row {
	float:left;
	clear: both;
	width:750px;
}		
.item {
	float: left;
	width: 375px;
	padding-bottom: 20px;
}
.item a {
	float: left;
	clear: both;
}

img.image_block {
	float: right;
	height:270px;
	margin-bottom:5px;
	margin-left:10px;
	margin-top:5px;
}

/* ----- contact styles ----- */

form#contact_form {
	
}

form#contact_form label {
	clear:both; 
	float:left;
	margin-top: 10px;
}
	form#contact_form label.error {
		margin-top:0;
		color:#f00;
	}
	
form#contact_form input, 
form#contact_form textarea,
form#contact_form select {
	clear:both; 
	float:left;
	width: 400px;
}
	#copy {
		float: left;
		font-size: 10px;
		width: 250px;
	}
	#copy p {
		width: 200px;
	}
	#form {
		float: left;
		font-size: 10px;
		padding-bottom:20px;
		width:250px;	
	}
	
	.links {
		width:700px !important;
	}
	.links a {
		color:#000;
	}

#submit {
/*	background: url(../images/btn_submit.png) no-repeat 0 0;
	height:20px;
	width:72px;
	float:left;
	letter-spacing: -1000em;
	border:none;
	margin-top:20px;*/
}
#submit:hover {
	background-position: 0 -20px;
}


#nav {
	float: left;
	clear: both;
	background: url(../images/bg_nav.gif) repeat-x bottom #2C2D43;
	height: 88px;
	padding-left:20px;
	width:780px;
}
	#nav img {
		border: none;
	}
	

#nav ul {list-style:none;}
#nav li {float:left; height: 28px; margin:2px 0 0 0;padding:6px;text-align:center;list-style-type:none;}
#nav li:hover,
#nav li.active {
	/*background: url(../images/btn_hover.jpg) no-repeat;*/
}
#nav a {display:block;padding:5px 7px;height:100%;text-decoration:none; color: #ccc;}
#nav a:hover {color:#990000;}

form#questionaire_form {
	
}
	form#questionaire_form label,
	form#questionaire_form input,
	form#questionaire_form select {
		float:left;
		clear:both;
		width: 400px;
	}
	
	form#contact_form select.error,
	form#questionaire_form label.error,
	form#questionaire_form select.error {
		border: 1px solid red; 
		color: red; 
		width: 402px;
	}
	form#contact_form input.error,
	form#contact_form textarea.error,
	form#questionaire_form input.error {
		border: 2px solid red; 
		background-color: pink;
	}
	
	

