﻿@import url(roundbuttons.css);

html{background:#353f4c}

/***** Header *****/
#header{width:100%; background-color:#0c1014; background-image:url(../image/top_head_bg_02.gif); background-repeat:repeat-x}
#header .container{width:980px; margin:0 auto}
#header .container .headbg{float:right; background-image: url(../image/top_head_bg_01.gif); width:554px; height: 149px;}

#header .menu_border_left
{
	background: transparent url('../image/menu_bg_lt.gif') no-repeat left;
	padding-left: 8px;
}

#header .body_border_right
{
	background: transparent url('../image/menu_bg_rt.gif') no-repeat right;
	padding-right: 8px;
}

#header .menu_inner
{	
	border-top: solid 1px #ffb768;
	background: #ED8917 url('../skins/Menu/rmSprite.png') repeat-x 0 -406px;
}

/***** Main *****/
#bodyContainer{width:920px; margin:0 auto}
#bodyContainer #bodyWrapper{width:920px; position:relative; left:1px}

/***** Body *****/
#bodyContainer #bodyWrapper .body_border_left{background:url(../image/b_lt_shdw.gif) repeat-y left}
#bodyContainer #bodyWrapper .body_border_right{background:url(../image/b_rt_shdw.gif) repeat-y right}
#bodyContainer #bodyWrapper .borderPadding{padding:0 10px}
#bodyContainer #bodyWrapper .mainBodyContent{background-color:#ffffff /**/}

/***** Footer *****/
#bodyContainer #bodyWrapper .footer_border_left{background:url(../image/f_lt_shdw.gif) no-repeat bottom left}
#bodyContainer #bodyWrapper .footer_border_right{background:url(../image/f_rt_shdw.gif) no-repeat bottom right}
#bodyContainer #bodyWrapper .mainFooterContent{background: #ffb768 url(../image/f_background.gif) repeat-x top}
#bodyContainer #bodyWrapper .footer_corner{background-color:#ffb768}
#bodyContainer #bodyWrapper .footer_corner #left{background:url(../image/f_lt_corner.gif) no-repeat left bottom; height:8px}
#bodyContainer #bodyWrapper .footer_corner #right{background:url(../image/f_rt_corner.gif) no-repeat right bottom; height:8px}

/***** Copyright *****/
#bodyContainer #bodyWrapper .copyright{color:#747a83; text-align:right; padding:5px 30px}
#bodyContainer #bodyWrapper .copyright a{color: #ffb768; text-decoration: none;} 
#bodyContainer #bodyWrapper .copyright a:hover{ text-decoration: underline;}
