
/* DEFINING THE BODY OF THE MAIN PAGE */
html{ width:100%; height:100%; margin:0; }
body{ color:#fff;	background:#F1F1F2 url('../images/bg.jpg') repeat-y 50% 50%; margin:0; }
	
/* TEXT FORMATTING */
.copy{ color:#000; font-family:Arial, Helvetica; font-size:12px; font-weight:normal; line-height:17px; }
.copy17{ color : #000; font-family : Arial, Helvetica; font-size : 17px; font-weight : normal;  line-height : 21px; }
.gray17{ color : #A7A9AC; font-family : Arial, Helvetica; font-size : 17px; font-weight : bold;  line-height : 21px; }
.header{ color : #F47820; font-family : Arial, Helvetica; font-size : 18px; font-weight : bold;  line-height : 26px; }
.header12{ color : #F47820; font-family : Arial, Helvetica; font-size : 13px; font-weight : bold;  line-height : 21px; }
.mmenu{	position:absolute !important; }

.clr{clear:both; }
.main_right2 { 
        width: 500px;
        float: left; 
        padding: 10px 0;  
}
.signup_form {
  /*  background: none repeat scroll 0 0 #F9F9F9;
    border-color: #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px; */
    position:absolute;
left:360px;
top:10px;
    padding: 5px;
    width: 650px;
}         
#logolink{display:block; width:200px; height:148px; background:url("/images/logo.jpg") no-repeat 0 0; }
#rightblock{float:right; width:420px; }
#nav{ list-style-type:none; position:relative !important; width:460px; height:46px; margin:0 0 0 -104px; z-index:100;}	
#nav a{text-decoration:none; color:#888;}
#nav li a{ display:block; padding:3px 20px; width:70px; margin:0 auto; font-size:12px; font-family:arial, helvetica; }
#nav li a:hover{color:#231F20;}				
#nav li{ position:relative; float:left; border-right:1px solid #ccc; width:110px; text-align:center;}
#nav li.nb{border-right:0; }
#nav .sublist{display:none; position:absolute; top:20px; left:0px; border-top:5px solid #fff; background:#999; width:270px; list-style-type:none; margin-left:0; padding:0 0 15px 0; z-index:500;}
#nav .sublist li{ float:none !important; border-right:0 !important; width:225px !important; padding-left:25px !important; text-align:left !important;}
#nav .sublist li a{color:#ddd !important; font-size:12px !important; display:block; width:225px; line-height:14px; }					
#nav .sublist li.h{ padding:15px 0 0 10px !important;} 
#nav .sublist li a:hover{color:#fff !important; font-weight:bold;}
					
/*Slideshow*/
#slides{ position:absolute;	z-index:100;}
/*	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {	width:514px; overflow:hidden; position:relative; display:none;}
/*	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container a {width:514px; height:403px; display:block;}
.slides_container a img {display:block;}
#slides .next,#slides .prev { position:absolute; top:107px; left:-39px;	width:24px;	height:43px; display:block;	z-index:101;}
#slides .next {	left:585px;}

.pagination {float:left; margin:0; width:981px;}
.pagination li {float:left; margin:0; list-style:none;}
.pagination li a {display:block;}
.current{}
.pagination img.current {/*background-position:0 -12px;*/}
