@import "default.css";

body {
	background: url(bg-ajx.gif) -8px no-repeat;
}

.ajx {
	background: url(bg-ajx.gif) repeat;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #00204e;
	padding-bottom: 5px;
	border-bottom: 1px solid #96a3b6;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #00204e;
	margin: 5px 0;
}

div#top_container {
	height: 384px;
	margin-bottom: 10px;
	background: #fff url(bg-top.jpg) top center repeat-x;
}

div#top {
	position: relative;
	width: 960px;
	height: 374px;
	margin: 0 auto;
}

div#top img.logo {
	position: absolute;
	left: 0;
	top: 0;
}

div#top div.head {
	position: absolute;
	width: 960px;
	height: 304px;
	left: 0;
	bottom: 0;
}

div#top div.menu1 {
	position: absolute;
	right: 10px;
	top: 5px;
}

div#top div.menu1, div#top div.menu1 a {
	color: #fff;
	text-transform: lowercase;
}

div#top div.ddmenu {
	position: absolute;
	width: 700px;
	height: 29px;
	right: 10px;
	top: 31px;
	background-color: #f2adc8;
}

div#content {
	width: 980px;
	margin: 0 auto;
}

div#content p {
	margin-bottom: 5px;
}

div#brands {
}

div#brands div.brands_top {
	height: 56px;
	background: #b3e7ff url(bg-brands.jpg) top center repeat-x;
}

div#brands div.brands_bottom {
	height: 56px;
	background: #b3e7ff url(bg-brands.jpg) bottom center repeat-x;
}

div#brands div.brands_content {
	padding: 0 5px;
}

div#brands div.brands_content a {
	display: block;
}

div#brands div.brands_content a img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#brands div.brands_content a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div#bottom_container_outer, div#bottom_container_inner, div#bottom {
	height: 172px;
}

div#bottom_container_outer {
	background: #fff url(bg-bottom_repx.gif) top center repeat-x;
}

div#bottom_container_inner {
	background: url(bg-bottom.jpg) top center no-repeat;
}

div#bottom {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

div#bottom p.copyright {
	position: absolute;
	left: 2px;
	bottom: 4px;
	font-size: 11px;
	color: #00204e;
}

div#bottom p.developed {
	position: absolute;
	right: 2px;
	bottom: 4px;
	font-size: 11px;
}

div#bottom p.developed, div#bottom p.developed a {
	color: #00204e;
}

div#bottom p.menu2 {
	position: absolute;
	right: 2px;
	bottom: 26px;
	font-size: 11px;
}

div#bottom p.menu2, div#bottom p.menu2 a {
	color: #fff;
	text-transform: lowercase;
}

div#bottom p.menu3 {
	position: absolute;
	left: 15px;
	top: 70px;
	font-size: 12px;
}

div#bottom p.menu3, div#bottom p.menu3 a {
	color: #fff;
	text-transform: uppercase;
}

div#bottom div.contact {
	position: absolute;
	right: 10px;
	bottom: 50px;
	padding: 2px 5px;
	font-size: 10px;
	background-color: #fff;
}

div#bottom div.contact, div#bottom div.contact a {
	color: #00204e;
}

div#bottom div.newsletter {
	position: absolute;
	left: 10px;
	bottom: 50px;
}

table#pages {
	border-collapse: collapse;
}

table#pages td {
	vertical-align: middle;
	padding: 1px;
}

table#pages td a {
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
	color: #333;
	text-decoration: none;
	background-color: #eee;
}

table#pages td a:hover {
	border: 1px solid #333;
}

table#pages td a.sel {
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	background-color: #333;
}
