/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}     

body {
	line-height: 1;
}  

ol, ul {
	list-style: none;
}      

blockquote, q {
	quotes: none;
}                  

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}   

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/* Page Styles */

body {
	background-color: #262626;
	margin: 0;
	padding: 0;     
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;  
	font-size: 1em;
	font-weight: normal;
	color: #ccc;
}
        
/* Page Wrap */

#page-wrap {
	width: 850px;
	height: auto;
	margin: 0px auto;  
}    

/* Header */

#header {
	background: url("images/header.jpg");
	width: 100%; 
	height: 160px;
	margin: 35px 0 35px 0;
	position: relative;                       
}  

/* Navigation */     

ul#nav {    
    width: 414px;
	height: 37px;  
	position: absolute;
	top: 10px;
	left: 420px;
}

ul#nav li {
	float: left;  
}

ul#nav li a {      
	background: url("images/nav.jpg") no-repeat;
	height: 37px;                                 
   	display: block;
}   

/* Home */ 

ul#nav li a.home {
	width: 119px;  
}

ul#nav li a.home:hover, ul#nav li.on a.home {
	background-position: 0px -37px;  
} 


/* Blog */ 

ul#nav li a.blog {
	width: 72px;
	background-position: -118px 0;
}       

ul#nav li a.blog:hover, ul#nav li.on a.blog {
	background-position: -118px -37px;
}


/* About */  

ul#nav li a.about {
	width: 105px;
	background-position: -192px 0;
}   

ul#nav li a.about:hover, ul#nav li.on a.about {
	background-position: -192px -37px;
}

/* Contact */
       
ul#nav li a.contact {
	width: 116px;
	background-position: -297px 0;
}   

ul#nav li a.contact:hover, ul#nav li.on a.contact {
	background-position: -297px -37px;
}       

/* Page Content */

#content {
	width: 100%;
	height: auto;
}

#rotator {
	width: 100%;
	height: 238px;
}    

ul#rotator-nav {
   	width: 268px;
 	height: auto; 
	float: right;
	border-left: 1px solid #333;
}                

ul#rotator-nav li {  
	float: right; 
}   

ul#rotator-nav li a {   
	background: url("images/rotator-links.jpg") no-repeat; 
	height: 79px;  
	width: 268px;   
	display: block;
}     

ul#rotator-nav li a.one {
	background-position: 0 0;
}   

ul#rotator-nav li a.one:hover {
	background-position: -269px 0;
}                         

ul#rotator-nav li a.two {
	background-position: 0 -80px;
}   

ul#rotator-nav li a.two:hover {
	background-position: -269px -80px;
}

ul#rotator-nav li a.three {
	background-position: 0 -159px;
}      

ul#rotator-nav li a.three:hover {
	background-position: -269px -159px;
}            

#rotator-imgs {
    position: relative;
	width: 581px;
    height: 238px;
	float: left; 
}

#rotator-imgs a {   
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	bottom: -1px;
    z-index: 8;
    opacity: 0.0;  
	border-bottom: 1px solid #262626;
}

#rotator-imgs a.active {
    z-index: 10;
    opacity: 1.0;
}     

#rotator-imgs a.last-active {
    z-index: 9;
}

.text-box {
	background: url("images/text-box.jpg") no-repeat;
	width: 253px;
	height: 160px;
	display: block;
	float: left;    
	margin: 25px 18px 0 0;
	padding: 14px 0 0 18px;   
}
     
.text-box h1 {       
	width: 235px;
 	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 1.2em;      
	color: #fff;     
	text-align: left;
	padding-bottom: 8px;
}        

.text-box p {    
	width: 235px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;  
	font-size: 0.8em;
	color: #7b7b7b;
	line-height: 20px; 
}

.text-box a {
	text-decoration: none;
	color: #ccc;
}              

.text-box a:hover {
	text-decoration: underline;
	color: #999999;
}                 

.text-box a:visited {
	text-decoration: none;
	color: #ccc;
} 

#video {
	width: 100%;
	height: auto;
	padding-top: 35px;
}                 

#video-text {
	width: 100%;
	height: auto;
	float: right;
}              

#video-text p {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 1em;
	color: #ffffff; 
	line-height: 31px;
	margin-bottom: 10px;
}

#video-text h2 {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;   
	font-size: 1.6em;
	line-height: 0px;
	margin-bottom: 15px;
	color: #399b44;
	text-align: center;
}      

#video-text p.float-right {
	float: right;
	clear: right;
	display: block;
	line-height: 31px;
	font-size: 1em;
	color: #ffffff; 
	padding-bottom: 14px;
	width: 46%;
}

#video-text p.float-right-last {
	float: right;
	clear: right;
	display: block;
	line-height: 31px;
	font-size: 1em;
	color: #ffffff;
	margin-bottom: 10px; 
	width: 46.5%;
}


#video-text h1 {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	display: block;  
}

#video-text .par {
	width: 95%;
	height: auto;
	padding: 20px 30px;
	margin: 20px 0px;
	background: #212121;
}  

#video-text .left-par { 
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;   
	font-size: 0.9em;  
	line-height: 20px;
	width: 48%;
	height: auto;
	float: left;
	padding-right: 4%; 
}   

#video-text .left-par li {
	margin-left: 25px; 
	padding-bottom: 8px;
	color: #399b44;
} 

#video-text .left-par p.first {
	padding-bottom: 8px; 
}

#video-text .right-par {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;   
	font-size: 0.9em;  
	line-height: 20px;      
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	width: 46%;
	height: auto;
	float: right;   
}

#video-text .right-par li {
	margin-left: 20px; 
	padding-bottom: 8px;
	color: #399b44;
} 

#video-text .clear-both {
	width: 100%;
	height: auto;
	clear: both;
}          

#video-player {
   	width: 425px;
	height: 318px;
	float: left;
	text-align: left;
	position: relative;
}

#video-clear {
	width: 100%;
	height: auto;
	clear: both;
}

#footer {  
	background: url("images/line.jpg") repeat-x 0px 6px;
	width: 100%; 
	height: 40px;
	clear: both;  
	padding: 20px 0 40px 0;
}
