body {
/*	background: #313131 url(../images/page_bg.jpg) top center no-repeat; */
	background: #dadbda url(../images/aw11/flare_bg.jpg) top center repeat;
}

#aw11 {
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 180px 0px 0px 0px;
}
#aw11 h1 {
	display: block;
	width: 96px;
	height: 69px;
	margin: 0px auto 40px auto;
	background: url(../images/aw11/cat_logo.png) top left no-repeat;
	text-indent: -9999px;
}
#aw11 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#aw11 ul li {
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
#aw11 ul li a {
	color: #333;
}
#aw11 ul li a:hover {
	color: #999;
}

#site {
    width: 1013px;
    margin: 0 auto;
    position: relative;
}

#site_header, #site_body, #site_footer {
    width: 975px;
    padding: 0 19px;
    
}

#site_header {
    height: 155px;
    background: url(../images/site_header_bg.png);
}

#site_body {
    background: url(../images/site_body_bg.png);
}

#site_footer {
    height: 150px;
    background: url(../images/site_footer_bg.png) 0 0 no-repeat;
}



.splash #site_footer {
    height: 242px;
    background: url(../images/splash_footer_bg.png) 0 0 no-repeat;
}

.splash #site_header img.logo {
    position: absolute;
    left: 60px;
    top: 30px;
}

.splash .country_selection {
    height: 432px;
    background: url(../images/splash_bg.jpg);
    position: relative;
}

.splash .country_selection h3 {
    display: none;
}

.splash .country_selection ul {
    position: absolute;
    left: 385px;
}

.splash .country_selection ul li {
    height: 30px;
}

.splash .country_selection ul.closed {
    top: 227px;
}

.splash .country_selection ul li, .splash .country_selection ul li a {
    width: 188px
    height: 30px;
}

.splash .country_selection ul li a {
    width: 173px;
    padding-left: 15px;
    line-height: 30px;
    display: block;
    background: url(../images/drop_down_bg.png) 0 -20px;
    font-size: 16px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.splash .country_selection ul li a:hover {
    background: url(../images/drop_down_bg.png) -188px -20px;
}

.splash .country_selection ul li a.selected, .splash .country_selection ul li a.selected:hover {
    background-position: -376px -20px;
}

.splash .country_selection ul li.first {
    height: 35px;
}

.splash .country_selection ul li.first a {
    height: 30px;
    padding-top: 5px;
    background-position: 0 0;
}

.splash .country_selection ul li.first a:hover {
    background-position: -188px 0;
}

.splash .country_selection ul li.first a.selected, .splash .country_selection ul li.first a.selected:hover {
    background-position: -376px 0;
}

.splash .country_selection ul li.last, .splash .country_selection ul li.last a {
    height: 40px;
}

.splash .country_selection ul li.last a {
    background-position: 0 -77px;
}

.splash .country_selection ul li.last a:hover {
    background-position: -188px -77px;
}

.splash .country_selection ul li.last a.selected, .splash .country_selection ul li.last a.selected:hover {
    background-position: -376px -77px;
}

.splash .country_selection ul.closed li {
    display: none;
}

.splash .country_selection ul.closed li.selected {
    display: block;
    height: 30px;
}

.splash .country_selection ul.closed li a.selected {
    background: url(../images/selected_item_bg.png) 0 0 no-repeat;
    margin: 5px 0 0 7px;
    height: 30px;
    width: 166px;
    padding-top: 0;
    padding-left: 8px;
}

.splash .country_selection ul.closed li a.selected:hover {
    background-position: -174px 0;
}


.splash .country_selection input.submit {
    display: block;
    width: 35px;
    height: 40px;
    border: none;
    text-indent: -9999px;
    line-height: 500px;
    background: url(../images/submit_button_bg.png) 0 0;
    position: absolute;
    top: 228px;
    left: 570px;
}

.splash .country_selection input.submit:hover {
    cursor: pointer;
}


