/* CSS Document */

/* @group LAYOUT */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #111111 url(../assets/background-signature.gif) no-repeat center 300px;
	font: normal normal normal 12px/18px Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#333333;
}

* {
	font: normal normal normal Palatino Linotype, Book Antiqua, Palatino, serif;
	text-shadow: #000 0px 0px 0px;
}

#all {
	text-align: left;
	width: 900px;
	background: #ffffff;
	margin: 0 auto;
}

#centercontent {
	padding: 0 60px;
	margin: 0;
	width:780px;
	float: left;
	background: #ffffff;
}

#header {
	width: 100%;
	padding-top: 18px;
	float: left;
	height: 50px;
	background: url(../images/edge_top.gif) no-repeat center bottom;
	padding-bottom: 18px;
	margin-bottom: 0px;
}

#more {
	text-align:center;
	font-style: italic;
}

#footer {
	width: 100%;
	clear: both;
	background: transparent url(../images/edge_bottom.gif) no-repeat center top;
	text-align: center;
	margin: 0;
	padding: 2.5em 0 2em;
}

img {
	border: none;
}

ul {
	font: 12px/18px;
	margin-bottom: 18px;
}

li {
	list-style: square;
	list-style-position: outside;
	font: 12px/18px;
	padding: 0;
}

#thumb {
    position:relative;
	height: 150px;
	width: 200px;
}

#thumb2 {
    position:relative;
    margin-top:-150px;
	margin-left:200px;
	height:150px;
	width:200px;
}

#thumb3 {
    position:relative;
    margin-top:-150px;
	margin-left:400px;
	height:150px;
	width:200px;
}

#thumb4 {
    position:relative;
    margin-top:-150px;
	margin-left:600px;
	height:150px;
	width:200px;
}

#thumb img, #thumb2 img, #thumb3 img, #thumb4 img {
    border:dotted;
	border-color:#333333;
	border-width:1px;
}

#more a {
    font-style:normal;
}

.active {
    text-decoration:none;
	font-style:normal;
}

/* @end */

/* @group TYPOGRAPHY */

p {
	margin-bottom: 18px;
}

h1 {
	color: #660000;
	letter-spacing: 0;
	text-shadow: 0px 0px 0px #000;
	float: left;
	border: none;
	margin: 18px 0;
	font: 36px/18px;
}

h2 {
	margin-bottom: 18px;
	text-shadow: 0px 0px 0px #000;
	line-height: 24px;
	font-weight: bold;
	font-size: 18px;
}

h1 + h2 {
	clear: both;
}

h1 + div {
	margin-top: 0px;
}

p + ul {
	margin-top: -18px;
}

p + div {
	margin-top: -12px;
}

br {
	margin-bottom: 18px;
}



/* @end */

/* @group NAVIGATION */

ul#nav, #nav ul {
	float: left;
	display: block;
	list-style-type: none;
	padding: 0;
	position: relative;
	width: 659px;
	cursor: pointer;
	background: url(../assets/nav_end_long.gif) no-repeat right center;
	margin: 12px 0 0;
	height: 22px;
}

#nav a {
	display: inline;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding: 0 10px;
	height: 22px;
}

#nav a:hover {
	color: #cccccc;
}

#nav li {
	float: left;
	padding: 2px 0 0;
	list-style-type: none;
	height: 20px;
	border-right: 1px solid #3e3838;
	margin-top: 0px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	background: #dadada url(../assets/lower_nav_off_background.gif) repeat-x;
	margin: 2px 0 0;
}

#nav li ul li {
	color: #333;
	border-right: 1px solid #dadada;
}

#nav li ul li a, #nav li ul a:hover {
	color: #333;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	width: auto;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: 0px;
	width: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #660000;
	width: auto;
}

/* @end */


/* @group Rules */

.hrule {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #ccc;
}

.hrulethick {
	clear: both;
	height: 1px;
	overflow: hidden;
	background-color: #ccc;
}

.vrule {
	float: left;
	width: 1px;
	height: 65px;
	background-color: #dedede;
}

/* @end */

/* @group Links */

/* -----GENERAL LINK STYLES----- */

a {
	font-weight: bold;
	text-decoration: underline;
}

a + p {
	margin-top: 0;
}

a:link, a:visited {
	color: #666666;
}

a:hover, a:active {
	color: #333333;
}

/* -----NAVIGATION LINK STYLES----- */

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}


/* -----FOOTER LINK STYLES----- */

#footer a {
	border-left: 1px solid #666;
	color: #69c;
	text-decoration: underline;
	text-shadow: 0px 0px 0px #000;
	font: 10px;
	padding: 0 .8em 0 .5em;
	font-weight: normal;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
}

#footer a:hover {
	color: #cccccc;
}

/* @end */


/* @group BUTTONS */

.buttons {
	margin: -12px 0 18px;
	clear: both;
	padding: 0 0 24px;
}

#bottomSection .buttons {
	margin: -12px 0 18px;
	clear: none;
	padding: 0;
}

#goodsButtons .buttons {
	margin: -12px 0 18px;
	clear: none;
	padding: 0;
}

.buttons a, .buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	border: 1px solid #369;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 1px 8px 1px 16px;
	background: #369 url(../assets/buttons/resultset_next.png) no-repeat 0 center;
	font: bold 12px Helvetica, Arial, Geneva, sans-serif;
	}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
}

.buttons button[type] {
	padding: 5px 10px 5px 7px;
	/*

Firefox */
    line-height: 17px;
/* 


Safari */
}

.buttons button img, .buttons a img {
	margin: 0 3px -1px 0 !important;
	padding: 0;
	border: none;
}

/* STANDARD */

button:hover, .buttons a:hover {
	background: #369 url(../assets/buttons/resultset_next_hover.png) no-repeat 5px center;
	color: #fff;
}

.buttons a:active {
	background: #69c url(../assets/buttons/resultset_next_active.png) no-repeat 5px center;
	color: #fff;
}

/* @end */

hr {
	height: 1px;
	color: #9cf;
	background: #99ccff;
	border: none;
	margin-top: 24px;
	margin-bottom: 24px;
	width: 100%;
	padding: 0;
}

