/* BASE CSS */

* {
    margin: 0px;
    padding: 0px;
}

body {
	background-color: #595754;
	background-image: url(/images/background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 12px;
	line-height: 18px;
	color: #231F20;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

//p:first-child {
//        margin-top: 0px;
//        padding-top: 0px;
//}

a:link {text-decoration: none; color : #AA9F88}
a:visited {text-decoration: none; color : #AA9F88}
a:active {text-decoration: none; color : #231F20}
a:hover {text-decoration: none; color : #231F20}

a img { border: none; }


/* LAYOUT CSS */

#wrapper {
	width: 779px;
	margin: 0px auto;
}

#border_left {
	width: 22px;
	background-image: url(/images/border_left.png);
	background-repeat: repeat-y;
}

#border_right {
	width: 22px;
	background-image: url(/images/border_right.png);
	background-repeat: repeat-y;
}

#content_box {
	width: 735px;
	background-color: #FFFFFF;
}

#content_box_table {
	width: 735px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#sidebar, #sidebar_home {
	width: 197px;
}

#sidebar {
	background-color: #FFFFFF;
}

#sidebar_home {
	background-image: url(/images/home_left_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#newsletter {
	width: 190px;
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#newsletter td {
	padding: 3px 0px;
}

.leftnav, .leftnav_active {
	padding: 2px 0px 2px 20px;
	font-size: 14px;
	margin-bottom: 6px;
	width: 170px;
}

.leftnav_active {
	background-color: #EBE5DB;
	display: block;
	color: #231F20;
}

.leftnav a, .leftnav_active a {
	display: block;
}

.leftnav_active a {
	color: #231F20;
}

/* CONTENT CSS */

h1 {
	color: #231F20;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}

h2 {
	color: #231F20;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	margin-top: 15px;
}

.missing {
	color: #FF0000;
}

.submit {
	background-color: #231F20;
	border: 0px;
	color: #D7D7D7;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin: 2px;
	padding: 2px;
}

ul {
        list-style-position: inside;
}

input {
	font-family: Georgia, Times, Times New Roman, serif;
}

.email_box {
	background-color: #FFFFFF;
	width: 109px;
	height: 16px;
	border: 1px solid #221E1F;
	font-size: 11px;
	padding: 2px 0px 0px 2px;
}

.orderform {
	width: 100%;
}

.orderform th {
	font-weight: bold;
	text-align: left;
}

#trade_table td {
	width: 147px;
	text-align: center;
	vertical-align: top;
}

#trade_table .thumbnail {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#buttons {
	margin-top: 20px;
}

#home_buttons {
	margin: 30px 0px 6px 0px;
}

#buttons hr {
	height: 1px;
	border: 0px;
	background-color: #EBE5DB;
	margin: 0px 10px 20px 0px;
}

#buttons img, #home_buttons img {
	margin-bottom: 8px;
}
