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

body {
	background-color:#333333;
	width:auto;
	height:auto;
	margin:0px auto 0px auto;
}	

#screen {
	width:940px;
	height:auto;
	margin:0px auto 0px auto;
	background-image:url(images/dropShaddow.png);
	background-repeat:repeat-y;
}

#wrapper {
	background-image:url(images/main_bg_repeat.jpg);
	background-repeat:repeat-y;
	width:930px;
	height:auto;
	margin:0px auto 0px auto;	
}

/* -------------------------- Main Banner Section ------------------ */

#main_banner {
	width:930px;
	height:158px;
	margin:0px auto 0px auto;
	background-image:url(images/oc_top_banner_bg.jpg);
}

#main_banner_left_content {
	width:465px;
	height:158px;
	float:left;
}

#main_banner_logo {
	width:465px;
	height:116px;
}

#main_banner_navbar {
	width:465px;
	height:42px;
}

#main_banner_right_content {
	width:0px;
	height:158px;
	margin-right:0px;
	float:right;
}

/* -------------------------- Main Content Section ------------------ */

#main_content_container {
	width:930px;
	height:auto;
	margin:0px auto 0px auto;
}

#main_cont_top_corners {
	width:930px;
	height:12px;
	margin:0px auto 0px auto;
	background-image:url(images/main_top_corners.jpg);
}

/* ------------- Main Content Box ---------- */

#main_content_box {
	width:930px;
	height:270px;
	margin:0px auto 0px auto;
	background-image:url(images/main_corners_gradient_bg.jpg);
	background-repeat:repeat-y;
}

#main_left_content_box {
	width:515px;
	height:270px;
	margin:0px auto 0px auto;
	float:left;
}

#main_left_info {
	width:470px;
	height:189px;
	margin:15px auto 0px 30px;
}

#main_right_content_box {
	width:415px;
	height:270px;
	margin:0px auto 0px auto;
	float:right;
}

#main_right_image {
	width:368px;
	height:250px;
	margin:0px auto 0px auto;
	padding:10px 25px 10px 25px;
	float:right;
}

#main_cont_bot_corners {
	width:930px;
	height:12px;
	margin:0px auto 0px auto;
	background-image:url(images/main_bottom_corners.jpg);
}

/* -------------------------- Bottom Image Container ------------------ */

#bottom_images_container {
	width:930px;
	height:130px;
	margin:20px auto 20px auto;
	float:left;
}

#new-product-feature {
	width:930px;
	height:auto;
	margin:0px auto 0px auto;
	float:left;
}

#image_container {
	width:899px;
	height:129px;
	margin:0px auto 0px auto;
}

#top-headers {
	width:100%;
	height:40px;
	margin:5px 0px;
	font-weight:bold;
	background:#333;
}

#top-headers p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:22px; color:#fff; 
	font-style:normal; 
	padding:5px 20px;
}

/* -------------------------- Footer Section ------------------ */

#footer_container {
	width:930px;
	height:44px;
	margin:0px auto 0px auto;
	background-image:url(images/footer_bg_tepeat.jpg);
	background-repeat:repeat-x;
	background-color:#5f6062;
	clear:both;
}

#footer_link_container {
	width:920px;
	height:24px;
	padding:5px 5px 5px 5px;
}

/* -------------------   Classes   --------------------- */

.main_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:#fff;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:lighter;
	color:#fff;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	color:#fff;
}

.greyLinks {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	padding:5px 15px 0px 0px;
	text-decoration:none;
}

.greyLinks a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#0CC;
	padding:5px 15px 0px 0px;
	text-decoration:none;
}

.greyLinks a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	padding:5px 15px 0px 0px;
	text-decoration:none;
}

.navLinks_white a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	padding:5px 5px 0px 0px;
	font-weight:lighter;
	text-decoration:none;
}

.navLinks_white a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#0CC;
	padding:5px 5px 0px 0px;
	font-weight:lighter;
	text-decoration:none;
}

.main_product_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:lighter;
	color:#242424;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFF;
	font-weight:bold;
}

