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

@font-face {
		font-family:'trebuc';
		src: url('trebuc.eot');
		src: url('trebuc.eot?#iefix') format('embedded-opentype'),
		url('trebuc.ttf') format('truetype'),
		url('trebuc.svg#ManoramaRegular') format('svg');
		font-weight: normal;
		font-style: normal;
		}
		
body {
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:20px;
		margin:0px;
		padding:0px;
		outline:none;
		text-align:justify;
		background:url(../images/main_bg.jpg) no-repeat top center #27571b;
		}
		
.clear {
		clear:both;
		}
		
a, a:hover {
		outline:none; text-decoration:none;
		}
		
img, table {
		border:none;
		}
		
body > div {
		width:997px;
		min-height:250px;
		overflow:hidden;
		margin:0px auto;
		}
		
#top {
		width:100%;
		height:150px;
		}
		
#banner {
		width:997px;
		height:420px;
		margin-top:30px;
		}
		
#container {
		width:100%;
		height:auto;
		overflow:hidden;
		margin-top:35px;
		}	
		
#cont_left {
		width:650px;
		height:auto;
		overflow:hidden;
		float:left;
		}
		
#cont_right {
		width:310px;
		height:auto;
		overflow:hidden;
		float:right;
		}
		
#logo {
		width:593px;
		height:67px;
		float:left;
		margin-top:30px;
		}
		
#banner_image {
		width:320px;
		height:420px;
		float:left;
		}
		
#product_details {
		width:677px;
		height:420px;
		float:right;
		}
		
.description ul {
		list-style-image:url(../images/list_icon.png);
		}					

.description ul li {
		font-family:trebuc;
		font-size:20px;
		color:#FFFFFF;
		line-height:40px;
		text-transform:uppercase;
		}
		
#video_cont {
		width:280px;
		height:240px;
		margin:10px auto;
		box-shadow:0px 0px 5px 5px rgba(0, 0, 0, 0.1);
		}
		
#video_head {
		width:255px;
		height:25px;
		background-color:#000000;
		font-family:trebuc;
		font-size:14px;
		color:#FFFFFF;
		text-transform:uppercase;
		padding-left:5px;
		line-height:25px;
		margin:0px auto;
		}	
		
#video {
		width:260px;
		height:170px;
		margin:0px auto;
		}
		
footer {
		width:100%;
		height:70px;
		margin-top:50px;
		}			
		
footer > div {
		width:997px;
		height:70px;
		margin:0px auto;
		}
		
.pro, .pro a {
		font-family:trebuc;
		font-size:11px;
		color:#c4c4c4;
		text-decoration:none;
		}
		
.pro a:hover {
		color:#00FF00;
		text-decoration:none;
		}																			
		
		
		
		
		
		
		
		
section, header, article, footer, aside, nav {
		display:block;
		}									