@charset "UTF-8";
*
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
text-align:left;
margin:0;
padding:0;
color:#333;
}
body
{	
background-color:#dfdfdf;
}
:focus 
{
-moz-outline-style:none;
}
a:link, a:visited, a:active
{
text-decoration:underline;
color:#333;
}
a:hover
{
text-decoration:none;
color:#CC0000;
}
p
{
line-height:150%;
margin:10px 0;
}
h1
{
font-size:20px;
color:#aaa;
margin:5px 0;
}
h2
{
font-size:15px;
margin:5px 0;
font-weight:bold;
}
img
{
border:0px;
}
div#main
{	
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-position:top;
width:998px;	
height:710px;
vertical-align:top;
text-align:center;
margin:auto;
padding:0;
}
div#header
{	
margin:auto;
padding:26px 0 0 0;
width:760px;
/*height:84px;*/
}
div#top_lavtweb_logo
{
margin:auto;
padding:12px 0 30px 0;
text-align:center;
width:110px;
height:18px;
overflow:hidden;
}
div#main_buttons_bg
{
background-image:url(../images/main_buttons_bg.jpg);
background-repeat:no-repeat;
background-position:0 0;
width:760px;	
height:30px;
margin:auto;	
text-align:center;
overflow:hidden;
vertical-align:top;
}
div#body
{
margin:0 auto;
padding:0;
width:760px;
height:480px;
}
div#footer
{
width:740px;	
height:24px;
text-align:right;
margin:auto;
padding:20px 20px 0 0;
}
.clear_left
{
clear:left;
}

/*---------------------------------------main divs---------------------------------------*/

div#portfolio
{
width:740px;
height:427px;
margin:0;
padding:53px 10px 10px 10px;
background-image:url(../images/portfolio_bg.jpg);
background-repeat:no-repeat;
background-position:0 0;
}
div#about
{
width:740px;
height:430px;
margin:0;
padding:50px 10px 10px 10px;
background-image:url(../images/about_bg.jpg);
background-repeat:no-repeat;
background-position:0 0;
}
div#contact
{
width:740px;
height:420px;
margin:0;
padding:60px 10px 10px 10px;
background-image:url(../images/contact_bg.jpg);
background-repeat:no-repeat;
background-position:0 0;
}
/*---------------------------------------about div---------------------------------------*/
div#about ul.tabs 
{  
padding:0;
height:33px;
width:608px;
margin:0 66px; 	
}
div#about ul.tabs li 
{  
float:left;	 
padding:0; 
margin:0;  
list-style-type:none;	
height:33px;
display:inline;
}
div#about ul.tabs li img   
{
height:33px;
}
div#about ul.tabs a  
{
margin:0;
padding:0;
}
div#about ul.tabs a:hover 
{
}
div#about ul.tabs a.current img
{
margin-top:-5px;
position:relative;
}
div#about .panes div 
{
display:none;
width:660px;
min-height:350px;
height: auto !important;
height: 350px;	
padding:15px 0px;
margin:0 40px;
}
div#about .pane
{
display:block; 
width:660px;  
height:350px;
}
div#about .pane ul
{
width:300px;  
height:auto;
float:left;
padding:5px 15px;
}
div#about .pane ul li
{
margin:15px 0 15px 0;
}
/*---------------------------------------contact div---------------------------------------*/
div#contact h1
{
font-size:20px;
color:#333;
}
div#contact .red
{
color:#F00;
font-weight:bold;
}
div#contact .note
{
color:#044E5B;
font-size:11px;
font-weight:bold;
}
div#contact .success
{
color:#333;
font-weight:bold;
}
div#contact table
{
border-collapse:collapse;
}
div#contact table td
{
padding:5px;
vertical-align:top;
}
div#contact table td.name
{
width:224px;
text-align:right;	
}
div#contact table td.input
{
width:260px;
}
div#contact table td.input #btn_submit
{
margin-left:54px;
}
div#contact table td.required
{
width:220px;
text-align:left;	
}
div#contact table td.section
{
width:auto;
padding-left:250px;
font-weight:bold;
background-color:#C6BCA4;
}
div#contact table .success
{
padding:20px 4px;
color:#044E5B;
font-weight:bold;
}
div#contact table .text_box
{
width:260px;
margin:0;
padding:0;
background-color:#ccc;
}
div#contact table .radio_box
{
width:260px;
margin:0;
padding:0;
}
div#contact table .text_box_short
{
width:40px;
margin:0;
padding:0;
background-color:#ccc;
}
div#contact table .text_box_tall
{
width:260px;
height:140px;
margin:0;
padding:0;
background-color:#ccc;
}
div#contact table .drop_down_list
{
width:260px;
margin:0;
padding:0;
background-color:#ccc;
}
div#contact table .text_box_required
{
width:220px;
margin:0;
padding:0 0 0 5px;
font-size:12px;
font-weight:bold;
}