@charset "utf-8";
/* CSS Document */

/*Global*/
body{margin:0; padding:0; background:#000000 url(../images/bg_body.jpg) repeat-x; font-family:Arial, Helvetica, sans-serif, Tahoma}
body img{border:none}
html {scrollbar-base-color: #310303; scrollbar-arrow-color: white; scrollbar-track-color: #e1e1e1; scrollbar-shadow-color: black; scrollbar-lightshadow-color: black; scrollbar-darkshadow-color: #310303; scrollbar-highlight-color: white; scrollbar-3dlight-color: black; }
.wrap{width:840px; margin:50px auto 10px;}

/*Header*/
.header{float:left; padding:10px; background:#FFFFFF; width:820px;}
.header #logo{float:left}
.header #phone{float:right}

/*Menu*/
.menu{clear:both; float:left; background:#FFFFFF url(../images/menu_bg.gif) 100% 0 no-repeat; width:100%}
.menu ul{list-style:none; padding:0; margin:0}
.menu ul li{ float:left}
.menu ul li a:link, .menu ul li a:visited{ display:block; background:url(../images/menu_bg.gif) repeat-x; font-size:12px; margin-right:2px; text-align:center; width:103px; height:23px; padding-top:7px; text-decoration:none; color:#FFFFFF; font-weight:bold}
.menu ul li a:hover{text-decoration:underline;}

/*Content*/
.content{float:left; width:100%; font-size:.7em; color:#FFFFFF; height:310px; background:#A54B4A; margin-top:3px}
.content h2{color:#FFFF00; margin-top:2px;}
.content a:link, .content a:visited{color:#FFFFFF}
.content a:hover{}
.content_left{float:left; width:350px; height:310px; background:#A54B4A}
.content_right{float:left; width:465px; background:#A54B4A; padding:10px; height:270px; margin-top:5px; overflow:auto}

.contact_form input{font-size:11px;}

/*Footer*/
.footer{clear:both; color:#FFFFFF; background:#A60C0A url(../images/footer_topBorder.gif) repeat-x; padding:10px 0; margin-top:4px; float:left; width:840px}
.footer a:link, .footer_links a:visited{ text-decoration:none; color:#FFFFFF}
.footer a:hover{ text-decoration:underline}
.footer_links{font-size:.7em; font-weight:bold; color:#FFFFFF; text-align:center}
.copyright{font-size:.7em; margin-top:3px; text-align:center}
.keywords{text-align:center; margin-top:4px; font-size:.6em}

/*Gallery*/
.Gallery_img{float:left; margin:0 8px 16px 8px; border:1px #CCCCCC solid; padding:2px 2px 0px 2px; background:#860D37}
