@charset "utf-8";

body {
	color: #666666;
	background-color: #FFFFFF;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrap{
	width: 970px;
	margin: auto;
	position: relative;
}

#header{
	height: 115px;
	width: 970px;
	background-image: url(/assets/image/logo_live.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header #menu{
	float: right;
	width: 720px;
	height: 115px;
}

#footer{
	width: 950px;
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #999999;
	text-align: center;
}

#anim_container{
	position: absolute;
	overflow: hidden;
	width: 250px;
	height: 522px;
	top: 123px;
	left: 0;
}

#container{
	background-image:url(/assets/image/body_middle.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 736px;
	margin-left: 234px;
}

#body_top{
	background-image: url(/assets/image/body_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 20px;
	line-height: 0px;
	font-size: 0px;
	width: 736px;
}

#body_bottom{
	background-image: url(/assets/image/body_bottom.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 20px;
	line-height: 0px;
	font-size: 0px;
	width: 736px;
}

#content{
	float: right;
	width: 530px;
	padding: 10px 0 10px 25px;
	background-image: url(/assets/image/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 522px;
}

#page_content img{
	margin: 10px;
}

#submenu{
	float: right;
	width: 150px;
	min-height: 522px;
	padding: 10px 20px 10px 10px;
	background-image: url(/assets/image/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#advert{
	width: 130px;
	margin: auto;
}

#nav_bar{
	background-color: #EEE;
	border-width: 1px 0;
	border-color: #C00;
	border-style: dashed;
	padding: 5px;
	margin: 0 0 10px 0;
}

a{
	color: #C00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

table td{
	border: 1px solid #999;
}

table{
	border: 1px solid #999;
}

p {
	text-align: justify;
	margin: 5px 0px;
}

ul{
	list-style-image: url(/assets/image/list-style-2.gif);
}

h1,h2,h3,h4,h5,h6{
	color: #C00;
}

.clear{
	font-size: 0px;
	line-height: 0px;
	border: 0;
	margin: 0;
	padding: 0;
	height: 0px;
	clear: both;
}

.red{
	color: #C00;
}

.titleRow{
	background-color: #C00;
	color: #FFF;
	padding: 7px 0;
	font-size: 14px;
	font-weight: bold;
}

.alternateRow{
	background-color: #F0F0F0;
}

ul.types{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

ul.types li.title{
	background-image: url(/assets/image/menu_top.jpg);
	padding: 5px;
	background-position: top right;
	background-repeat: repeat-x;
	margin-bottom: 10px; 
}

ul.types li.title a{
	color: #FFF;
	font-weight: bold;
}

ul.categories{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

li.title span{
	display: block;
	padding: 0 0 5px 0;
	background-image: url(/assets/image/more_list.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 140px;
}

li.title span{
	display: block;
	padding: 0 0 5px 0;
	background-image: url(/assets/image/more_list.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

li.title ul.categories a {
	color: #666;
	font-weight: normal;
}

ul.categories li{
	padding: 5px 0px;
	border-bottom: dashed 1px #C00;
}

ul.categories li span{
	background-image: none;
}

ul.subcategories{
	margin: 0;
	padding: 0 0 0 20px;
}

ul.subcategories li{
	border: none;
}

button,.form_button{
	background-image: url(/assets/image/bg_button.gif);
	border: 1px solid #666;
	padding: 3px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00;
	font-size: 11px;
}

button:hover,button:focus,.form_button:hover,.form_button:focus{
	border: 1px solid #C00;
}


.small{
	font-size: 10px;
}