body, div, img, h1, h2, h3, h4, p, ul, ol, li, span, table, tr, td {
margin: 0px;
padding: 0px;
}

a {
outline: none;	
}

a, img {
border: none;	
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;	
}


body {
background: #000 url(images/bg2.jpg) repeat-y center;
font-family: "Verdana", Geneva, sans-serif;
color: #FFF;
}

#container {
width: 1116px;
margin: 0px auto;
overflow: hidden;
}

#header {
width: 992px;
height: 160px;
background: url(images/header_bg.png) no-repeat;
padding: 16px 0px 0px 124px;
}

	#header h1#logo a {
	width: 315px;
	height: 95px;
	display: block;
	float: left;
	text-indent: -9999px;
	}
	
#main_nav {
width: 584px;
height: 43px;
background: url(images/sprite_nav.png) no-repeat;	
float: right;
margin: 20px 40px 0px 0px;
}
	#main_nav li {
	width: 112px;
	list-style-type: none;
	float: left;
	margin: 0px 2px;
	text-indent: -9999px;
	}
	#main_nav li a {
	height: 34px;
	display: block;	
	}
		#main_nav li#nproducts a:hover, #main_nav li#nproducts a:active {
		background: url(images/sprite_nav.png) no-repeat -2px -42px;
		}
		#main_nav li#nmedia a:hover, #main_nav li#nmedia a:active {
		background: url(images/sprite_nav.png) no-repeat -118px -42px;
		}
		#main_nav li#nteam a:hover, #main_nav li#nteam a:active {
		background: url(images/sprite_nav.png) no-repeat -234px -42px;
		}
		#main_nav li#ncompany a:hover, #main_nav li#ncompany a:active {
		background: url(images/sprite_nav.png) no-repeat -350px -42px;
		}
		#main_nav li#ncontact a:hover, #main_nav li#ncontact a:active {
		background: url(images/sprite_nav.png) no-repeat -466px -42px;
		}
		
		#products #main_nav li#nproducts a:link, #products #main_nav li#nproducts a:visited, #products #main_nav li#nproducts a:hover, #products #main_nav li#nproducts a:active {
		background: url(images/sprite_nav.png) no-repeat -2px -42px;	
		}
		#media #main_nav li#nmedia a:link, #media #main_nav li#nmedia a:visited, #media #main_nav li#nmedia a:hover, #media #main_nav li#nmedia a:active {
		background: url(images/sprite_nav.png) no-repeat -118px -42px;	
		}
		#team #main_nav li#nteam a:link, #team #main_nav li#nteam a:visited, #team #main_nav li#nteam a:hover, #team #main_nav li#nteam a:active {
		background: url(images/sprite_nav.png) no-repeat -234px -42px;	
		}
		#company #main_nav li#ncompany a:link, #company #main_nav li#ncompany a:visited, #company #main_nav li#ncompany a:hover, #company #main_nav li#ncompany a:active {
		background: url(images/sprite_nav.png) no-repeat -350px -42px;	
		}
		#contact #main_nav li#ncontact a:link, #contact #main_nav li#ncontact a:visited, #contact #main_nav li#ncontact a:hover, #contact #main_nav li#ncontact a:active {
		background: url(images/sprite_nav.png) no-repeat -466px -42px;	
		}

#content {
width: 960px;
background: url(images/container_bg.png);
margin: 0px auto 0px auto;
padding: 12px 24px 24px 24px;
}
	#content p {
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 12px;
	padding: 0px 18px;
	}
		#content #column_left p {
		line-height: 20px;	
		}
	
	.headline_box {
	margin-top: 12px;	
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	text-transform: uppercase;
	}
		.headline_box img {
		float: left;	
		}

	
	#column_left {
	width: 506px;	
	float: left;
	}
		#column_left h4 {
		font-size: 12px;
		color: #FFF200;	
		margin-top: 12px;
		}
		#column_left h5 {
		font-size: 12px;
		font-weight: bold;
		color:#999;
		margin: 12px 0px 0px 0px;
		}
		
			#contact #column_left p {
			margin: 0px;
			}
			
			#contact #column_left p a {
			color:#FFF;	
			}
		
		#column_left .headline_box {
		width: 482px;
		height: 32px;
		background: url(images/headlineBox_hello.png) no-repeat;
		padding: 8px 12px;
		}
		
			#column_left .half h4 {
			font-size: 14px;
			color: #808285;
			font-weight: bold;
			margin-top: 12px;
			text-transform: uppercase;
			}
			#column_left .half ul li {
			list-style-type: none;
			list-style-position: inside;
			font-size: 12px;
			}
				#products #content #column_left .half {
				background: url(images/container_bg.png) repeat;
				border: 1px solid #343434;
				padding-bottom: 12px;
				margin: 12px 4px 4px 4px;
				width: 45%;
				}
					#products #content #column_left .half ul {
					margin-top: 12px;
					}
					#products #content #column_left .half li {
					list-style-type: none;	
					font-size: 11px;
					line-height: 20px;
					}
				#column_left .half a {
				color: #FFF;
				text-decoration: none;
				}
				#column_left .half a:hover {
				color: #FFF;
				text-decoration: underline;
				}
				
					#links #column_left .half a:hover {
					color: #FFF220;
					text-decoration: underline;
					}
		
		#column_left .contact_box {
				width: 510px;
				height: 153px;
				background: url(images/contact_bg.png) repeat-y;
				}
					#column_left .contact_box input {
					width: 206px;
					height: 18px;
					background: #000;
					border: 1px solid #734B4A;
					display: block;
					color: #FFF;
					padding: 1px 0px;
					margin: 4px 0px 4px 0px;
					}
						#column_left .contact_box input#submit {
						width: 73px;
						height: 20px;
						background: #000;
						text-align: center;
						border: 1px solid #734B4A;
						display: block;
						float: right;
						cursor: pointer;
						}
					#column_left .contact_box textarea {
					width: 200px;
					height: 76px;
					background: #000;
					border: 1px solid #734B4A;
					display: block; 
					color: #FFF;
					font-family: "Verdana", Geneva, sans-serif;
					font-size: 12px;
					}
					#column_left .contact_box td {
					font-size: 12px;
					color: #FFF;
					padding: 0px 16px;
					}
					
	#footer {
	margin-top: 48px;
	width: 100%;	
	}
		#footer a:link, #footer a:visited {
		color: #FFF;
		text-decoration: none;
		}
		#footer a:hover, #footer a:active {
		color: #FFF200;	
		text-decoration: underline;
		}
	
		#footer ul.footer_section {
		width: 132px;
		border-right: 2px solid #4F0402;
		font-size: 11px;
		padding: 0px 16px;
		float: left;
		min-height: 90px;
		}
			#footer ul.footer_section li, #footer ul.footer_section_end li {
			list-style-type: none;
			color: #FFF;
			margin: 2px 0px;
			text-transform: uppercase;
			}
			#footer ul.footer_section_end {
			width: 132px;
			font-size: 11px;
			padding: 0px 16px;
			float: left;
			}
	
	#column_right {
	width: 442px;
	float: right;	
	}
		#column_right .headline_box {
		width: 418px;
		height: 32px;
		background: url(images/headlineBox_hello.png) no-repeat;
		padding: 8px 12px;
		}
			#column_right .headline_box.products {
			width: 418px;
			height: 25px;
			background: url(images/headlineBox_hello.png) no-repeat;
			padding: 8px 12px;
			}
			#column_right .latestnews {
			width: 100%;
			height: 276px;
			background: url(images/latestnews_bg.png) no-repeat;
			margin-top: 3px;
			overflow: hidden;
			}
				#column_right .latestnews .entry p a {
				background: url(images/eyes.png) no-repeat;
				width: 27px;
				height: 18px;
				color: transparent;
				text-decoration: none;
				float: right;
				margin-right: 10px;
				}
				#column_right .latestnews .entry p a:hover, #column_right .latestnews .latestnews .entry p a:active {
					background: url(images/eyes_over.png) no-repeat;
				width: 27px;
				height: 18px;
				color: transparent;
				}
				
				#column_right .headline {
				width: 418px;
				height: 36px;
				background: url(images/headlineBox_hello.png) no-repeat;
				padding: 4px 12px;
				margin-top: 12px;
				}
				#column_right .latestnews img {
				float: left;
				padding: 6px;
				}
				#column_right .latestnews h2 {
				color: #7E7D7D;
				font-size: 12px;
				padding-top: 10px;
				padding-left: 8px;
				}
				#column_right .latestnews p {
				margin: 0px;
				padding: 0px 8px;
				}
				#column_right ul#social_media {
				width: 121px;
				height: 38px;
				background: url(images/social_media.png) no-repeat;
				text-indent: -9999px;
				float: right;
				}
					#column_right ul#social_media li {
					list-style-type: none;	
					}
						#column_right ul#social_media li a {
						display: block;
						width: 35px;
						height: 35px;
						float: left;
						margin-left: 4px;
						}
						
				.specs #column_right ul#social_media {
				width: 102px;
				height: 36px;
				background: url(images/btn_buynow.png) no-repeat;
				text-indent: -9999px;
				float: right;
				}
					.specs #column_right ul#social_media li a {
					display: block;
					width: 102px;
					height: 36px;
					float: left;
					margin-left: 4px;
					}
					
	.specs #column_right .latestnews {
	padding-top: 6px;	
	}
		.specs #column_right .latestnews .half {
		width: 36%;	
		font-size: 11px;
		}
			.specs #column_right .latestnews .half ul li {
			list-style-type: none;
			}
		.specs #column_right .latestnews h4 {
		font-size: 14px;
		color: #FFF220;
		margin: 0px 0px 12px 0px;
		}
		.specs #column_right .latestnews h6 {
		width: 95%;
		text-align: right;
		font-size: 12px;
		margin: 2px 0px;
		}
			.specs #column_right .latestnews h6 a {
			color: #FFF;
			text-decoration: none;
			}
			.specs #column_right .latestnews h6 a:hover {
			text-decoration: underline;
			}
			
						
				
		#copyright {
		width: 100%;
		text-align: right;
		font-size: 11px;
		color: #FFF;
		margin-top: 100px;
		}
		#media #copyright {
		margin-top: 0px;	
		}
				
				
.team_box {
width: 158px;
padding: 10px 10px 10px 0px;
float: left;
font-size: 12px;
text-align: center;
}
	.team_box img {
	border: 3px solid #500402;
	margin-bottom: 10px;
	}
	.team_box a:link, .team_box a:visited {
	color: #FFF;
	text-decoration:none;
	}
	.team_box a:hover, .team_box a:active {
	color: #FFF200;	
	text-decoration: underline;	
	}
	
.profile {
font-size: 12px;
padding: 10px;
margin-left: 178px;
}
	.profile h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF200;
	margin-bottom: 8px;
	}
	.profile h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF200;
	margin: 8px 0px;
	}
	.profile h5 {
	font-size: 12px;
	font-weight: bold;
	}
	.profile ul {
	margin-bottom: 24px;	
	}
		.profile ul li {
		list-style-type: none;
		list-position: inside;
		margin: 8px 0px;
		}
		
#media_box {
width: 545px;
height: 404px;
background: #0C9;
position: absolute;
top: 278px;
left: 33%;
}

.clear {
clear: both;	
}

a:link, a:visited {
color: #FFF200;	
text-decoration: none;
}
a:hover, a:active {
color: #FFF200;	
text-decoration: underline;
}

.spacer {
min-height: 208px;	
}

#container #content #column_right .latestnews .news_item p img {
float: right;
}

#banner_div {
width: 443px;
height: 241px;
background: #0C6;
}

.half {
width: 46%;
float: left;
padding-left: 12px;
}

/*---------------------------------------- Post Image Info ----------------------------------------*/


.post-75 {
background: url(images/news_img5.png) no-repeat 6px 0px;
padding-left: 80px;
}

.post-87 {
background: url(images/news_img6.png) no-repeat 6px 0px;
padding-left: 80px;
}

.post-93 {
background: url(images/news_img7.png) no-repeat 6px 0px;
padding-left: 80px;
}




