

body{

margin: 0;

padding: 0;

border: 0px none;

overflow: hidden;

height: 100%; 

max-height: 100% 

font-family: Arial; sans-serif; 

font-size: 18px 

}



#framecontent{

position: absolute;

top: 0px;

bottom: 0; 

left: 0;

width: 200px; /*Width of frame div*/

height: 100%;

overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

background: #434240;

color: white;

}



#maincontent{

position: fixed;

top: 0; 

left: 200px; /*Set left value to WidthOfFrameDiv*/

right: 0;

bottom: 0;

overflow: auto; 

background: #A8AB9A;

border-left: 1px solid #fff;

}



.main {

font-family: Arial; sans-serif; 

font-size: 14px;

color: #000;

padding:25px

}



.desc {

font-family: Arial; sans-serif; 

color: #000;

font-size: 16px;

text-align:center;

float:center;

padding-left: 20px;

}


.desc span {

font-size: 14px;

}



.main2 {

font-family: Arial; sans-serif; 

font-size: 16px;

font-weight:bold;

color: #000;

text-align:center

}



.info {

font-family: Arial; sans-serif; 

font-size: 14px;

color: #000;

padding:15px;

}



.logo-black{

font-family: Arial; sans-serif; 

font-size: 34px;

font-weight: bold;

color: #000

}



.logo-white {

font-family: Arial; sans-serif; 

font-size: 34px;

font-weight: bold;

color: #fff

}



h1 {

font-family: Arial; sans-serif; 

font-size: 36px;

color: #A00505;

text-align:center

}



.h2 {

font-family: Arial; sans-serif; 

font-size: 24px;

color: #000;

text-align:center

}



.titlea {

font-family: Arial Black;  

font-size:48px;

color: #000;

text-align:center;

line-height: 15px;

}



.titleb {

font-family: Arial; sans-serif; 

font-size: 46px;

color: #660000;

text-align:center;

line-height: 90px;


}



.titlec {

font-family: Arial; sans-serif; 

font-size: 26px;

color: #A00505;

text-align:left;

padding:15px

}



.phone {

font-family: Arial Black; Arial;

font-size: 22px;

color: #660000;

text-align:center

}



.nav {

font-family: Arial; sans-serif; 

font-size: 16px;

color: #fff;

text-align:center;

font-weight: bold

}

 

.ad {

font-family: Arial; sans-serif; 

font-size: 12px;

color: #fff;

text-align:center;

margin: 0px 8px

}



.foot {

background: #434240;

color: white;

font-size: 12px;

float: center;

text-align: center; 

}



div.hr {

 

	border-left:0px none; border-right:0px none; border-bottom:3px solid #A00505; width: 130px;

	height: 5px;

	/*margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:5px*/

	 margin: 5px 20px 5px 30px;  

	 text-align:center;

}

div.hr hr {

  display: none;

}





a:link, a:visited {	color: #A00505; text-decoration: none; }

a:active, a:hover { color: #A00505; text-decoration: underline; }

 



.nav  a:link, a:visited { color: #fff; text-decoration: none; }

.nav  a:active, a:hover { color: #fff; text-decoration: underline; }



.foot a:link, a:visited { color: #fff; text-decoration: none; }

.foot a:active, a:hover { color: #fff; text-decoration: underline; }

  
.info a:link {color: #660000; text-decoration: none;}
.info a:visited {color: #660000; text-decoration: none;}
.info a:active {color: #660000; text-decoration: none;}
.info a:hover {color: #660000; text-decoration: underline;}
 

.innertube{

/*margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/



}



input.btn { 

 	  color:#000; 

 	  font: bold 100% 'trebuchet ms',helvetica,sans-serif; 

 	  background-color:#fed; 

 	  border: 2px solid; 

 	  border-color: #696 #363 #363 #696; 

 	  filter:progid:DXImageTransform.Microsoft.Gradient 

 	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 

 	} 





input.btnhov { 

 	  border-color: #c63 #930 #930 #c63; 

 	  color:#041787; 

}











* html body{ /*IE6 hack*/

padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/

}



* html #maincontent { /*IE6 hack*/

height: 100%; 

width: 100%; 

}
