/* CSS Document */
body
{
padding:0px;
margin:0px;
}
.bx_bg
{
background-image:url(../images/bx_bg.gif);
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
color:#454545;
font-size:12px;
font-variant:normal;
font-weight:normal;
line-height:18px;
padding:0px 10px 0px 16px;
}
.bx_bottom
{
background-image:url(../images/bx_bottom.gif);
background-position:left top;
background-repeat:no-repeat;
height:31px;
text-align:right;
padding-right:15px;
}
.more_txt, .more_txt:hover
{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-variant:normal;
font-weight:bold;
height:31px;
text-align:right;
text-decoration:none;
}
.more_txt:hover
{
color:#990000;
}

.arrowlistmenu{
width: 245px; /*width of menu*/
float:left;
}
.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:center left;
padding-top:1px;
}

.arrowlistmenu ul li span{
color: #5e5e5e;
display: block;
padding: 0px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
padding:2px 0px 0px 20px;
}
.footer_txt
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-variant:normal;
font-weight:normal;
text-decoration:none;
line-height:16px;
}
/***************************************************tab menu css*********************************************/
.animatedtabs{
width:738px;
font-size:12px; /*font of menu text*/
list-style:none;
float:left;
font-weight:bold;
padding-top:5px;
height:25px;
}

.animatedtabs ul{
list-style-type: none;
margin: 0;
padding: 0;
float:left;
}

.animatedtabs li{
float: left;
margin: 0;
padding:2px 5px 0px 10px;
margin:0px 8px 0px 8px;
}

.animatedtabs a{
float: left;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0px 0 0 5px;
text-decoration: none;
color:#FFFFFF;
line-height:41px;
outline: none;
}

.animatedtabs a span{
float: left;
display: block;
padding: 0px 20px 0px 20px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: white;
cursor:pointer;
}

.animatedtabs a:hover{
top: 0;
background-image:url(../images/left_btn.gif);
background-repeat:no-repeat;
background-position:left top;
line-height:41px;
}

.animatedtabs a:hover span{
background-image:url(../images/btn_right.gif);
background-repeat:no-repeat;
background-position:right top;
}
.animatedtabs .selected a{
background-image:url(../images/left_btn.gif);
background-repeat:no-repeat;
background-position:left top;
line-height:41px;
}

.animatedtabs .selected a span{
color:#FFFFFF;
background-image:url(../images/btn_right.gif);
background-repeat:no-repeat;
background-position:right top;
}
.animatedtabs a:active{
background-image:url(../images/left_btn.gif);
background-repeat:no-repeat;
background-position:left top;
line-height:41px;
}

.animatedtabs a:active span{
background-image:url(../images/btn_right.gif);
background-repeat:no-repeat;
background-position:right top;
}
.quotation_txt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#333333;
font-variant:normal;
}
.form_box, .form_box2
{
width:220px;
background-color:#CCCCCC;
border:1px solid #666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:normal;
}
.form_box2
{
height:99px;
*height:120px;
}
.text2
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
font-variant:normal;
color:#454545;
padding-top:10px;
}
.btn
{
background-color:#666666;
border:1px solid #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
font-variant:normal;
color:#ffffff;
cursor:pointer;
}


.services2{
width: 245px; /*width of menu*/
float:left;
padding-left:30px;
}
.services2 ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.services2 ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:center left;
padding-top:1px;
}

.services2 a{
color: #5e5e5e;
display: block;
padding: 0px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight:bold;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
padding:2px 0px 0px 20px;
text-decoration:underline;
}
.services2 a:hover
{
text-decoration:none;
}
.bold_txt
{font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
font-variant:normal;
color:#333333;
}