@charset "utf-8";

/*-----------------------------------------
    reset default styles */


html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,textarea,p,th,td{
	margin:0;padding:0;
}
html, body{
	width:100%;
	height:100%;
	filter: expression(runtimeStyle.filter = '',document.execCommand('BackgroundImageCache', false, true));
    background:#fff;
}
body{    
    font-family:Arial, Tahoma, Helvetica, sans-serif ;
    font-size:62.5%;
    color:#585858;    
}
ul{
    list-style:none;
}
.checkBox{
	width:13px !important;
	height:13px !important;
	margin:0 3px 0 0;
    *border:none;
}
table{
    table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
    font-size:1em;
    font-weight:inherit;
    width:100%;
    _width:auto;
    overflow:hidden;
}
table td{
	padding:0;
	vertical-align:top;
}
.float_holder{
    overflow:hidden;
    zoom:1;
}
a{
    color:#b23060;
}
a:hover{
    color:#01adff;
}
a img{
    border:none;
}
h1{
    font-size:1.5em;
    position:relative;
}
h2{
    color:#585858;
    font-size:1.3em;
    text-transform:uppercase;
}
h5{
    font-size:1.2em;
    color:#63c800;
    font-weight:normal;
    padding-top:3px;
}
h6{
    font-size:1em;
    position:relative;
}
.hr{
    background:#c6c6c6;
    height:1px;
    font-size:0;
    overflow:hidden;
    margin:10px 0 7px 0;
}
/*-----------------------------------------
    layout styles */
#all{
    position:relative;
    width:902px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
}
html>body #all{
    height:auto;
    min-height:100%;
}

/*-----------------------------------------
    header styles */


#header{
    position:relative;
    margin:36px 0 12px 0;
    background:url("img/header.jpg") 0 0 no-repeat;
    height:265px;
}
#header .logo,
#header .logo a{
    display:block;
    width:270px;
    height:160px;
}
#header .logo{
    background:url('img/logo.png') 0 0 no-repeat;
    position:absolute;
    top:52px;
    left:21px;
    z-index:2;
}

/*-----------------------------------------
    content styles */

.menu{
    height:42px;
    background:url("img/menu_fill.jpg") 0 0 repeat-x;
    position:relative;
    overflow:hidden;
    zoom:1;
}
.menu .left,
.menu .right{
    width:11px;
    height:42px;
    position:absolute;
    top:0;
}
.menu .left{
    left:0;
    background:url("img/menu_left.jpg") 0 0 no-repeat;
}
.menu .right{
    right:0;
    background:url("img/menu_right.jpg") 0 0 no-repeat;
}
.menu ul{    
}
.menu ul li{
    float:left;
    background:url("img/menu_delimeter.gif") right 3px no-repeat;
}
.menu ul li a{
    display:block;
    height:42px;
    padding:14px 25px 0 25px;
}

#main{
    position:relative;
    overflow:hidden;
    zoom:1;
    z-index:1;
    padding:13px 0 20px 0;
    font-size:1.2em;
}
#main .holder{
    padding:4px 17px 6px 17px;;
}

.sidebar{
    float:left;
    width:292px;
    margin:0 18px 0 0;
    background:url("img/small_box_fill.gif") 0 0 repeat-y;
}
.sidebar .top,
.sidebar .bottom,
.content .top,
.content .bottom{
    height:10px;
}
.sidebar .top{
    background:url("img/small_box_top.gif") 0 0 no-repeat;
}
.sidebar .bottom{
    background:url("img/small_box_bottom.gif") 0 0 no-repeat;
}

.content{
    float:left;
    width:590px;
    /*background:url("img/box_fill.gif") 0 0 repeat-y;*/
    background:#dedede;
    color:#585858;
    padding:1px;
    position:relative;
}
.content .border{
    padding:3px;
    background:#fff;
}
.content .holder{
    background:#eee;
}
.content .top{
    background:url("img/box_top.gif") 0 0 no-repeat;
}
.content .bottom{
    background:url("img/box_bottom.gif") 0 0 no-repeat;
}


.content .tl,
.content .tr,
.content .br,
.content .bl{
    position:absolute;
    width:10px;
    height:10px;
}
.content .tl{
    top:0;
    left:0;
    background:url("img/box_tl.gif") 0 0 no-repeat;
}
.content .tr{
    top:0;
    right:0;
    background:url("img/box_tr.gif") 0 0 no-repeat;
}
.content .br{
    bottom:0;
    right:0;
    background:url("img/box_br.gif") 0 0 no-repeat;
}
.content .bl{
    bottom:0;
    left:0;
    background:url("img/box_bl.gif") 0 0 no-repeat;
}
.max{
    width:auto;
}

.sidebar ul{}
.sidebar ul li{
    padding:0 0 0 7px;
    background:url("img/marker.gif") 0 5px no-repeat;
}

.content .images{
    overflow:hidden;
    zoom:1;
    padding:7px 0 8px 0;
}
.content .images img{
    float:left;
    margin:0 10px;
}
.content ul{
    padding:0 0 0 12px;
}
.sidebar .services{
    font-size:1.1em;
    font-weight:bold;
    padding:0 0 0 23px;
}
.sidebar .services li{
    padding:1px 0 2px 9px;
    background:url("img/marker.gif") 0 6px no-repeat;
}

.sidebar .services li a{
    color:#585858;
    text-decoration:none;
}
.sidebar .services li a:hover{
    text-decoration:underline;
}
.sidebar .services li.current a{
    color:#a6033f;
}
.contact{
    margin:0 0 4px 0
}
.contact div{
    overflow:hidden;
    zoom:1;
    padding:2px 0;
    line-height:1.7em;
}
.contact div.message{
    margin:7px 0 0 0;
}
.contact span i{
    color:#a6033f;
}
.contact .span_1{
    float:left;
    width:85px;
    margin:0 6px 0 0;
    text-align:right;
}
.contact .span_2{
    float:left;
    width:68px;
    margin:0 6px 0 0;
    text-align:right;
}
.contact .legend{
    width:397px;
    float:left;
    text-align:right;
    margin:16px 22px 0 0;
    font-size:.9em;
}
.contact input{
    width:185px;
}
.contact input.short{
    width:105px;
}
.contact input.submit{
    width:133px;
    height:50px;
    float:left;
    background:url("img/submit.png") 0 0 no-repeat;
    border:none;
}
.contact input,
.contact textarea{
    float:left;
    font-size:1em;
    font-family:Arial, Tahoma, Helvetica, sans-serif ;
}
.contact textarea{
    width:447px;
    height:110px;
}
/*-----------------------------------------
    quote request styles */

.quote_request{
    color:#000;
}
.quote_request div{
    overflow:hidden;
    zoom:1;
    padding:2px 0;
    line-height:1.7em;
}
.quote_request i{
    color:#a6033f;
}
.quote_request .span_1{
    float:left;
    width:170px;
    text-align:right;
    margin:0 9px 0 0;
}
.quote_request .span_2{
    float:left;
    width:150px;
    margin:0 0 0 5px;
}
.quote_request .long{
    float:left;
    width:185px;
}
.quote_request .short{
    float:left;
    width:105px;
}
.quote_request select{
    float:left;
    width:189px;
}
.quote_request .app{
    width:360px;
    height:70px;
}
.quote_request .comments{
    width:360px;
    height:105px;
}
.quote_request .legend{
    font-size:.9em;
    width:345px;
    float:left;
    margin:16px 6px 0 0;
    text-align:right;
}
.quote_request .submit{
    float:left;
    width:203px;
    height:51px;
    background:url("img/submit_request.png") 0 0 no-repeat;
    border:none;
}
/*-----------------------------------------
    footer styles */

#empty,
#footer{
    height:29px;
}
#footer{
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    overflow:hidden; 
    background:url("img/footer_fill.gif") 0 0 repeat-x;
    color:#b23060;
    font-size:1.1em;
}
#footer .left,
#footer .right{
    width:10px;
    height:29px;
    position:absolute;
    top:0;
}
#footer .left{
    left:0;
    background:url("img/footer_left.gif") 0 0 no-repeat;
}
#footer .right{
    right:0;
    background:url("img/footer_right.gif") 0 0 no-repeat;
}
#footer .copyrights{
    float:left;
    margin:12px 0 0 16px;
}
#footer .design{
    float:right;
    margin:12px 12px 0 0;    
}

