@charset "utf-8";

body {
	background-image: url(../assets/images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}

body,td,th {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
} 

#container {
	overflow: hidden;
	padding-top: 10px;
}
#container #bg {
	padding: 5px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	border: 1px solid #666666;
}
#container #bg #top {
	width: 900px;
	height: 440px;
}
#container #bg #top_gallery {
	width: 900px;
	height: 140px;
}
#container  #bg  #banner  {
	height: 70px;
	width: 880px;
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	background-image: url(../assets/images/bg_banner.jpg);
}
#container  #bg  #banner  a  {
	color: #FFFFFF;
}
#container  #bg  #banner  a:hover  {
	color: #FF0000;
	text-decoration: none;
}
#container  #bg  #nav  {
	clear: both;
	height: 60px;
	width: 900px;
	background-image: url(../assets/images/bg_nav.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#container #bg #top #slider {
	height: 300px;
	width: 900px;
	clear: both;
}

#container  #bg  #content_title {
	width: 880px;
	height: 30px;
	clear: none;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
}
#container #bg #content {
	width: 880px;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: auto;
}

#container #bg #content #catalog {
	width: 880px;
	background-color: #FFFFFF;
	clear: both;
	margin-bottom: 10px;
	color: #000000;
	padding-bottom: 10px;
}
#container #bg #content #catalog #notes {
	padding-left: 10px;
}



#container #bg #content #enq_fm {
	width: 880px;
}
#container #bg #content #slideshow {
	height: 520px;
	width: 880px;
	margin-top: 10px;
}


#container #bg #content li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#container #ftr_container {
	height: 60px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-size: 95%;
	padding: 10px;
}
#container #ftr_container #ftr_lt {
	float: left;
	height: 60px;
	width: 540px;
}
#container #ftr_container #ftr_rt {
	float: left;
	height: 20px;
	width: 340px;
	text-align: right;
}
#container #ftr_container #ftr_rt a {
	color: #CCCCCC;
}
#container #ftr_container #ftr_rt a:hover {
	color: #FFFFFF;
}
#container #ftr_container #ftr_rt_btm {
	float: left;
	height: 40px;
	width: 340px;
	text-align: right;
	margin-top: 8px;
}





#container #developer {
	height: 20px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 80%;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
	clear: both;
}
#container a {
	color: #FF0000;
	text-decoration: none;
}
#container a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#container #developer a {
	color: #666666;
}
#container #developer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#container #bg #content #main_container {
	float: left;
	height: auto;
	width: auto;
}
