@CHARSET "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #1b3546;
	font-family: verdana, arial;
	font-size: 11px;	
}
#site {
	background: #FFFFFF url(images/header.gif) no-repeat;
	width: 900px;
	margin: 0px auto;
	padding-top: 77px;
	position: relative;
}
#logoLink {
	display: block;
	width: 265px;
	height: 77px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menuNews, #menuBuy, #menuSell {
	width: 135px;
	height: 29px;
	position: absolute;
	top: 48px;
	display: block;
}

#menuBuy { left: 469px; }
#menuSell { left: 608px; }
#menuNews { left: 747px; }

#middleBar {
	background-image: url(images/middleBar.gif);
	height: 42px;
	width: 900px;
}
#middleBar #searchForm {
	margin: 0px 0px 0px 469px;
	position: relative;
}	
#middleBar #searchField {
	background-image: url(images/searchField.gif);
	width: 167px;
	height: 14px;
	font-size: 10px;
	border: none;
	background-color: transparent;
	padding: 3px;
	position: absolute;
	top: 5px;
	left: 0px;
}
#middleBar #searchButton {
	position: absolute;
	top: 5px;
	left: 180px;
	height: 20px;
}

#content {
	position: relative;
	width: 900px;
}

#contentLeft {
	float: left;
	width: 162px;
}

#contentCenter {
	margin-left: 7px;
	width: 561px;
	float: left;
}


#contentRight {
	float: right;
	width: 162px;
}

#navigation {
	width: 162px;
	padding-top: 25px;
	background: url(images/navigationBar.gif) no-repeat;
}

#account {
	width: 162px;
	padding-top: 25px;
	background: url(images/accountBar.gif) no-repeat;

}

#login {
	width: 162px;
	height: 123px;
	background-image: url(images/login.gif);
	margin-bottom: 2px;
	position: relative;
}

#login #username {
	position: absolute;
	width: 111px;
	left: 9px;
	top: 33px;
	background-color: transparent;
	border: none;
	font-size: 11px;
	height: 12px;
	padding: 3px;
}

#login #password {
	position: absolute;
	width: 111px;
	left: 9px;
	top: 56px;
	background-color: transparent;
	border: none;
	font-size: 11px;
	height: 12px;
	padding: 3px;	
}

#login #rememberMe {
	position: absolute;
	left: 9px;
	top: 80px;
	color: #FFFFFF;
	font-size: 10px;
	
}

#login #rememberMe input {

}

#login #submit {
	display: block;
	position: absolute;
	top: 26px;
	left: 134px;
	height: 52px;
	width: 20px;
}	

#login #forgotPassword {
	position: absolute;
	top: 100px;
	left: 9px;
	font-size: 10px;
}
#login #forgotPassword:link, #login #forgotPassword:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#login #forgotPassword:hover {
	text-decoration: underline;
}

#registerNow {
	display: block;
	width: 162px;
	height: 97px;
	background-image: url(images/registerNow.gif);
	margin-bottom: 2px;
}

#welcomeBackground {
	width: 156px;
	height: 27px;
	color: #FFFFFF;
	background-image: url(images/largeBlueGradient.gif);
	margin-bottom: 2px;
	padding-top: 10px;
	padding-left: 6px;
}

.blueButton, .greenButton, .blueButton2 {
	display: block;
	width: 156px;
	height: 20px;
	background-image: url(images/blueGradient.gif);
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 6px;
}
.greenButton { background-image: url(images/greenGradient.gif); }

.blueButton:link, .blueButton:visited, .greenButton:link, .greenButton:visited, .blueButton2:link, .blueButton2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.blueButton2 { text-align: center; float: left; margin: 10px;}

#navigation a:link, #navigation a:visited {
	display: block;
	height: 15px;
	width: 156px;
	border: 1px solid #b5bdc3;
	background-color: #e9edf1;
	color: #4f5457;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 2px;
	padding: 2px 0px 0px 4px;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #b5bdc3;
}	
	

.contentBar {
	width: 549px;
	height: 20px;
	border: 1px solid #91a3b4;
	background-image: url(images/contentBarBackground.gif);
	color: #515659;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;
	clear: both;
}
.contentBar a:link, .contentBar a:visited {
	color: #515659;
	text-decoration: none;
}

.contentBar a:hover { color: #000000; }

.contentBar .right {
	float: right;
	font-size: 10px;
	font-weight: normal;	
}

#breadcrumbsBar {
	width: 554px;
	border: 1px solid #91a3b4;
	background-image: url(images/breadcrumbsBackground.gif);	
	color: #515659;
	height: 16px;
	padding: 3px 0px 0px 5px;
	margin-bottom: 5px;	
	clear: both;
}

#breadcrumbsBar a:link, #breadcrumbsBar a:visited {
	color: #515659;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumbsBar a:hover {
	color: #000000;
}


.advertisement {
	width: 162px;
	padding-top: 25px;
	background: url(images/advertisementBar.gif) no-repeat;
	clear: both;
}

#footerBar {
	background: url(images/footerBar.gif) repeat-x;
	width: 900px;
	padding-top: 7px;
	height: 40px;
	color: #eeeeee;
	font-family: verdana, arial;
	text-align: center;
	font-size: 11px;
	clear: both;
	margin-top: 10px;
}
#footerBar a:link, #footerBar a:visited {
	color: #eeeeee;
	text-decoration: none;
}
#footerBar a:hover {
	text-decoration: underline;
}

#browseBar {
	width: 538px;
	border: 1px solid #91a3b4;
	background: url(images/breadcrumbsBackground.gif) repeat-x;	
	color: #000000;
	padding: 10px;
	margin-bottom: 5px;	
}
.adBox {
	display: block;
	border: 1px solid #C9E0F6;
	background-color: #E9F0F5;
	float: left;
	padding: 2px;
	margin-bottom: 3px;
}
.box, div.link {
	border: 1px solid #C9E0F6;
	background-color: #E9F0F5;
	padding: 4px;
	margin-bottom: 3px;
	width: 548px;	
}
.box .side {
	width: 274px;
	float: left;
}	
.newsBox {
	border: 1px solid #C9E0F6;
	background-color: #E9F0F5;
	width: 219px;
	float: left;
	height: 150px;
	padding: 10px 29px 0px 29px;
	margin-bottom: 3px;
	position: relative;
}
.readMore {
	position: absolute;
	top: 130px;
	right: 29px;
}
#adBox {
	position: relative;
	border: 1px solid #C9E0F6;
	background-color: #E9F0F5;
	width: 559px;
	margin-bottom: 3px;
	min-height: 360px;
	height: 360px;	
}
div[id]#adBox{height: auto;}
#adBox #left {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 120px;
}
#adBox #left img {
	border: 1px solid #ADB9C5;
}
#adBox #center {
	margin-top: 2px;
	margin-left: 123px;
	width: 220px;
}
#adBox #right {
	width: 180px;
	position: absolute;
	top: 2px;
	right: 2px;
}
.frontpageAd {
	border: 1px solid #C9E0F6;
	background-color: #E9F0F5;
	width: 135px;
	float: left;
	height: 118px;
	margin-bottom: 3px;
	color: #4f5457;
	text-align: center;
	margin-right: 3px;
	display: block;
	text-decoration: none;
	padding-top: 3px;
}
#adTable {  }
#adTable td {
	vertical-align: top;
	cursor: pointer;
}
.greyBorder { border: 1px solid #ADB9C5; }
.imageBox {
	font-size: 1px;
	width: 1%;
}
.imageBox img {
	border: 1px solid #C9E0F6;
}
/* Form styles */
.formRow {
	clear: both;
	padding-top: 10px;
}

.formRow .label {
	float: left;
	width: 130px;
	text-align: right;
}

.formRow .field {
	float: right;
	width: 400px;
	text-align: left;
}
.formRow textarea {
	border: 1px solid #91a3b4;	
}

#contentCenter input, #contentCenter select {
	border: 1px solid #91a3b4;
	height: 17px;
	background: url(images/lightGradient.gif) repeat-x;
	font-size: 11px;
}

/* Text formating Stuff */
.bold { font-weight: bold; }
.yellow { color: #E8CB0E; }
.red { color: #990000; }
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #4f5457;
}
/* Other Styles */
img { border: none; }
#contentCenter table {
	width: 561px;
}
#contentCenter table td,  #contentCenter table th {
	background-color: #E9F0F5;
	border: 1px solid #C9E0F6;
	padding: 2px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
