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


/*---css for home ------*/


div.lt{
	position:relative;
	float:left;
	width:220px;
	height:574px;
	background-color:#00ccff;
	padding:2px 10px;
}
div.lth{
	position:relative;
	float:left;
	width:240px;
	height:236px;
	background-color:#00ccff;
}
div.rt{
	position:relative;
	float:left;
	width:900px;
	height:236px;
	background-image:url('img/topimgfpo.jpg');
	background-repeat:no-repeat;	
}
div.lb{
	position:relative;
	float:left;
	width:240px;
	height:618px;	
}
div.rb{
	position:relative;
	float:left;
	width:900px;
	height:618px;
	background-color:#ffff00;	
}
div.yellow{
	position:relative;
	float:left;
	width:240px;
	height:70px;
	background-color:#ffff00;		
}
div.lbimg{
	position:relative;
	float:left;
	width:240px;
	height:578px;
	background-image:url('img/bottomimgfpo.jpg');
	background-repeat:no-repeat;
}
div.o{
	position:absolute;	
	left:-7px;
	top:75px;
	width:240px;
	height:300px;
	z-index:3;
	border:0px dotted #ffffff;

}
span.otype{
	font-family: 'Montserrat', sans-serif;	
	font-size:325px;
	color:#ff6600;
}
p.centered{
	font-family: 'Montserrat', sans-serif;	
	font-size:20px;
	color:#ff6600;
	text-align:center;

}
/*----end css for home----*/

body{
	background-color:#000000;
	margin-top:0px; 
	padding:0px;
}
div.container{
	width:1280px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border:0px dotted #ffffff;
	background-image:url('img/top_bg.gif');
	background-repeat:no-repeat;
}
div.wrapper{
	width:1145px;
	height:700px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border:0px dotted #ffffff;
}
div.header{
	position:relative;
	float:left;
	width:1140px;
	height:170px;
	border:0px dotted #ffffff;
}
div.logo{
	margin-top:30px;
}
span.logotype{
	font-family: 'Monoton', sans-serif;	
	font-size:60px;
	color:#339900;
}
div.slog{
	margin-top:-13px;
	margin-left:59px;
}
span.tag{
	font-family: 'Montserrat', sans-serif;	
	font-size:17px;
	color:#FFFFFF;
}
div.nav{
	position:relative;
	float:left;
	width:1140px;
	height:60px;
	background-color:#339900;
}
div.btns{
	position:relative;
	float:left;
	margin-top:12px;
	margin-right:15px;
	margin-left:20px;	
}
span.btntype{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:30px;
	color:#000000;
}
a.btnlink:link{
	color:#000000;
}
a.btnlink:visited{
	color:#000000;
}
a.btnlink:hover{
	color:#ffff00;
}
a.btnlink:active{
	color:#000000;
}

div.left{
	position:relative;
	float:left;
	width:240px;
	height:550px;
	background-color:#00ccff;	
}
span.leftsubhead{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:16px;
	color:#000000;
}
span.leftbodycopy{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:12px;
	color:#000000;
}
p.all{
	margin-left:20px;
	margin-right:20px;	
}
div.right{
	position:relative;
	float:left;
	width:900px;
	height:550px;
	background-color:#ffff00;	
}
.bodycopy{
	font-family: 'Montserrat', sans-serif;	
	font-size:12px;
	line-height:17px;
	color:#000000;	
}
span.rightsubhead{
	font-family: 'Montserrat', sans-serif;	
	font-size:20px;
	color:#ff6600;
}
hr{
	background: transparent;
	border-left:  none;
	border-right: none;
	border-top:   none;
	border-bottom: 2px dashed #f00;
	margin-left:20px;
	margin-right:20px;
}
div.footer{
	position:relative;
	float:left;
	width:1140px;
	height:30px;
	background-color:#339900;
	padding-top:20px;
}
span.footercopy{
	font-family: 'Montserrat', sans-serif;	
	font-size:10px;	
	color:#000000;
	margin-left:20px;
}
div.bottom{
	width:1280px;
	height:288px;
	position:fixed;
	z-index:-1;
	margin-top:-80px;
	background-image:url('img/bottom_bg.gif');
	background-repeat:no-repeat;	
}



