/* CSS Document */
body,html
{
color:#333333;
margin:0px;
padding:0px;
height:100%;
font-family:"Lucida Sans Unicode", "Lucida Console", Arial, sans-serif;
font-size:12px;
}

h1 
{
color:#674d5d;
font-size:18px;
margin:0px;
margin-bottom:10px;
}

p 
{
margin-top:2px;
}

#quote 
{
margin:10px;
font-size:12px;
font-family:"Lucida Sans Unicode", "Lucida Console", Arial, sans-serif;
}

#welmsg 
{
margin-bottom:22px;
}

img 
{
border:0px;
}

/*Footer*/
#footer a 
{
color:#FFFFFF;text-decoration:none;letter-spacing:1px;
}

#footer a:hover 
{
color:#674d5d;
}

#footer
{
width:800;
height: 50px;
text-align:center;
border-top:1px solid #cccccc;
background-color:#000000;
font-size:11px;
color:#b2b2b2;
letter-spacing:0px;
line-height:16px;
padding-top:10px;
margin-top: 10px;
}

/*Layout div*/
#container
{
position:relative;
left: 50%;
width:800px;
margin-left: -400px;
/*overflow:visible;top:2px;*/
background:#FFFFFF;
border-left:1px solid #333333;
border-right:1px solid #333333;
background: url(../images/container_bg.jpg) 0 0 repeat-y;
}

#header 
{
width:800px;
height:240px; 
padding:0px;
border-bottom:1px solid #CCCCCC; 
background:#ffffff;
}

.clear 
{
clear:both;
}

.menu 
{
float:right; 
width:210px;
right:0px;
padding-top:35px;
letter-spacing:1px;
}

.menu a
{
display: block;
width: 180px;
color:#FFFFFF;
text-decoration:none;
border-bottom: 1px dotted #E5E5E5;
padding:6px 0 6px 0;
padding-right: 30px;
text-align:right;
}

.menu a:hover
{
/*background-color:#FFFFFF;*/
color:#b1b1b1;
}

#rightmenu
{
background: url(../images/rightmenu.jpg) 0 0 no-repeat;
}

#rightmenu a:hover 
{
/*background-color:#CCCCCC;*/
color:#b1b1b1;
}

#rightempty
{
float:right; 
position:relative; 
width:210px;
padding:0px;
border-left:1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background-color:#39182d;
}

/*Content*/
#contentleft 
{
float:left; 
position:relative; 
width:540px;
right:0px;
top:2px;
height:100%;
padding:20px;
padding-top:10px;
background-color:#FFFFFF;
letter-spacing:1px;
line-height:19px;
}

/*text span*/
.star
{	
color:#FF0000;	
font-size:9px;
}

/*Services page*/
.bullet 
{
margin-left:12px;
margin-top:8px; 
}

.cheat
{
margin-top:18px;
}

.replacep
{
margin-bottom:14px;
}

/*Quote page*/
.errmsg 
{
color: Red; 
font-size: 12px; 
font-family:"Lucida Sans Unicode", "Lucida Console", Arial, sans-serif;
}

/*contact page*/
.topcontact 
{
margin-left: 40px;
}

/*form*/
.border
{
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
}

#lab
{
margin-top:7px;
margin-bottom:7px;
}