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

body {
	text-align: left; /* for IE */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	margin: 0;
	/*background: url('/images/shared/bg.jpg') repeat-x center top;*/
	/*background-color: #000;*/
	background-image: url('../images/shared/bg.jpg');
	scrollbar-face-color:#F3F3F3;
	scrollbar-highlight-color:#E8E8E8;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#424243;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#CC0707;
	scrollbar-track-color:#F4F4F4;
}

a:link {
	text-decoration: none;
	color:#222222;
}
a:visited {
	text-decoration: none;
	color:inherit;
}
a:hover {
	text-decoration: underline;
	color:inherit;
	cursor: pointer;
}
a:active {
	text-decoration: none;
	color:inherit;
	outline: none;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	/*width:100%;
	height:100%;*/	
	border: 0px;
	/*background: url('/backgrounds/rotate.php') no-repeat center top;*/
}
p {
		margin: 0.3em 0.3em 0.5em 0.3em;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
#siteborder {
	border: 0px;
	width:820px;
	margin: 0 auto;
}
#h1_box {
	background-color:#252525;
/*	height:80px;*/
	margin-top:4px;
	margin-bottom:4px;
	padding:6px;
	overflow:inherit;
	color:#FFFFFF;
}
.h1 {
	text-align:left;
	float:left;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	color:#B6AF9E;
	margin-top:4px;
	margin-bottom:4px;	
}
#h2_box {
/*	height:80px;*/
	margin-top:12px;
	margin-left:12px;
	margin-bottom:0px;
	padding-top:6px;
	overflow:inherit;
}
#flashcontent {
	background: #F2F1EE;
	width: 750px;
	height: 600px;
	padding: 14px;
	color:#000000;
	/*margin: 50px auto 50px auto;*/
	overflow: hidden;
}

/************* HOME PAGE ***********/

#bottom_boxes_container {
	height:144px;
	margin-top:0px;
	float:left;
	/*border: 1px solid #e6e6e6;*/
	width:788px;
	margin-left:0px;
	margin-bottom:0px;
	padding:0px;
	overflow:inherit;
	display:inline;
}
#bottom_boxes {
	height:136px;
	/*margin-top:12px;*/
	/*border: 1px solid #ddd;*/
	width:254px;
	margin-top:1px;
	margin-bottom:2px;
	padding-top:1px;
	padding-left:4px;
	float:left;
	overflow:hidden;
	color:#222;
	background-image: url("../images/home/bottom_gradient.jpg");
}

#bottom_boxes_images {
	height:136px;
	/*margin-top:12px;*/
	/*border: 1px solid #ddd;*/
	width:254px;
	margin-bottom:2px;
	margin-top:1px;
	padding-top:1px;
	padding-left:16px;
	float:left;
	overflow:hidden;
	color:#222;
	background-image: url("../images/home/bottom_gradient.jpg");
}

.home_quote {
	font-style:italic;
	padding:6px;
}
.h3 {
	text-align:left;
	float:left;
	font-style:italic;
	font-size:22px;
	font-weight:bold;
	color:#A4A082;
	margin-top:4px;
	margin-bottom:4px;	
}

/************** CONTACT SECTION**********/

#content_container {
/*	height:80px;*/
	margin-top:12px;
	/*border: 1px solid #e6e6e6;*/
	width:300px;
	margin-left:12px;
	margin-bottom:0px;
	padding:6px;
	overflow:inherit;
	display:block;
}
#map_container {
/*	height:80px;*/
	/*margin-top:12px;*/
	border: 1px solid #e6e6e6;
	width:426px;
	margin-left:12px;
	margin-bottom:0px;
	margin-top:26px;
	padding:6px;
	overflow:inherit;
	display:block;
}
/************ ABOUT US SECTION **********/

#about_container {
/*	height:80px;*/
	margin-top:12px;
	/*border: 1px solid #e6e6e6;*/
	width:740px;
	margin-left:12px;
	margin-bottom:0px;
	padding:6px;
	overflow:inherit;
	display:block;
}

/********* PRODUCTS SECTION *********/

#products_list {
	/*	height:80px;*/
	margin-top:6px;
	/*border: 1px solid #e6e6e6;*/
	width:710px;
	margin-left:2px;
	background-color:#F7F7F7;
	margin-bottom:0px;
	padding-top:6px;
	padding-bottom:14px;
	padding-left:6px;
	overflow:inherit;
	float:left;
	display:block;
}
.products_description {
	/*	height:80px;*/
	margin-top:6px;
	/*border: 1px solid #e6e6e6;*/
	width:400px;
	margin-right:4px;
	padding-top:6px;
	overflow:inherit;
	float:right;
}
#products_container {
/*	height:80px;*/
	margin-top:12px;
	float:left;
	/*border: 1px solid #e6e6e6;*/
	width:740px;
	margin-left:12px;
	margin-bottom:0px;
	padding:6px;
	overflow:inherit;
	display:block;
}
.product {
	color:#FF0000;
	font-weight:bold;
	margin-top:20px;
	margin-left:20px;
	float:left;
	text-align:left;
}
