/* CSS Document */

body {
	margin: 0;
	background:url(../images/bg.jpg) repeat top center;
	text-align: left;
}

img {
	border: 0;
}

.container {
	border-top: 0;
	background: url(../images/bg-top.jpg) no-repeat top center;
	margin: 0 auto;
	width: 955px;
}

.top-container {
	background: url(../images/bg-top-dots.jpg) repeat-x top center;
	margin: 0 auto;
	width: 100%;
	height: 49px;
}

div.bottom {
	background: url(../images/bg-bottom.png) no-repeat top center;
	margin: 0 auto 50px auto;
	width: 955px;
	height: 45px;
}

div.bottom#compass {
	background: url(../images/bg-bottom-compass.png) no-repeat top center;
	margin: 0 auto 10px auto;
	width: 955px;
	height: 106px;
}

.clear {
	clear: both;	
}

/* Image Declarations  ************************************/

img.right {
	float: right;
}

img.left {
	float: left;
}

.double {
	width: 470px;
	margin: 20px auto;
}

.double#bott {
	width: 470px;
	margin: 20px auto 0 auto;
}

.double p {
	font: normal 12px/200% Georgia, "Times New Roman", Times, serif;
	width: 450px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.double .spacer {
	width: 400px;
	height: 2px;
	clear: both;
	margin: 0 auto;
}

img#pad {
	padding: 0 0 10px 15px;
}

/* Gallery ******************************/

.gallery-row {
	width: 485px;
	float: right;
	margin: 5px auto 7px auto;
	padding: 0;
}

.gallery-row img {
	float: left;
	padding: 1px;
	margin: 0 12px 0 0;
	border: 1px solid #333;
}
	


/* Font heading and paragraphs  ************************************/

h1 {
	font: normal 21px/125% Georgia, "Times New Roman", Times, serif;
	color: #404040;
	padding: 0;
	margin: 15px 0 15px 15px;
}

h2 {
	font: normal 18px/125% Georgia, "Times New Roman", Times, serif;
	color: #404040;
	padding: 0;
	margin: 10px 0 10px 15px;
}

h3 {
	font: bold 14px/125% Georgia, "Times New Roman", Times, serif;
	color: #404040;
	padding: 0;
	margin: 10px 0 10px 15px;
}

h4 {
	font: bold 12px/125% Georgia, "Times New Roman", Times, serif;
	color: #404040;
	padding: 0;
	margin: 0 0 0 15px;
}

p {
	font: normal 13px/140% Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 5px 0;
	margin: 5px 15px 5px 15px;
}

.col1 ul {
	font: normal 13px/120% Georgia, "Times New Roman", Times, serif;
	color: #111;
	margin: 15px;
	padding: 0 0 0 30px;
}

.col1 ul li {
	list-style-type: square;
	padding: 2px;
}


.col1 ol {
	font: normal 17px/110% Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-style: italic;
	margin: 15px;
	padding: 0 0 0 30px;
}

.col1 ol li {
	padding: 4px 0;
}

.col1 ol li span {
	font: normal 13px/115% Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 0;
}

/*  Header - Navigation and logo  **********************************/

div.top-nav {
	padding: 0;
	margin: 0 auto;
	width: 955px;
	height: 49px;
}

.top-nav ul {
	font: bold 11px/125% Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: right;
	list-style-type: none;
	float: right;
	width: 650px;
	margin: 18px 20px 0 0;
	padding: 0;
}

.top-nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

.top-nav a:link, .top-nav a:visited, .top-nav a:hover, .top-nav a:active {
	color: #808080;
	padding: 6px 10px;
	text-decoration: none;
}

.top-nav a:hover {
	color: #E5E5E5;
}

.top-nav img#logo {
	border: 0;
	padding: 0;
	margin: 5px 0 0 10px;
}

.container img#logo {
	border: 0;
	padding: 0;
	margin: 0 0 0 20px;
}

/*  Columns  **************************************/

.col1 {
	margin: 0;
	padding: 0 15px 30px 15px;
	width: 500px;
	float: left;
	border-right: 1px dotted #666666;
}

.col2 {
	margin: 0;
	padding: 15px 0 25px 0;
	width: 345px;
	float: right;
}

.col1#home {
	margin: 0;
	padding: 0 15px 0 15px;
	width: 418px;
	float: left;
	border-right: 1px dotted #666666;
}

.col2#java {
	margin: 20px 0 0 0;
	padding: 0;
	width: 430px;
	float: right;
}

.col2#java img {
	float: right;
	border: 0;
}

.col2#image {
	padding-top: 30px;
}

.col2#image img {
	float: right;	/** Max width is 345px  **/
	border: 0;
}

.spacer {
	width: 800px;
	height: 5px;
	clear: both;
	margin: 0 auto;
}

/* Main Link Declarations  *************************************/

.col1 a:link, .col1 a:visited, .col1 a:hover, .col1 a:active {
	text-decoration: none;
	color: #111;
	border-bottom: 1px dotted #111;
}

.col1 a:hover {
	text-decoration: none;
	color: #111;
	border-bottom: none;
}

/*  Forms - input, fields, etc.  *******************************/

.field {
    display: block; 
    clear: both; 
}

div#contact-note p {
    overflow: hidden;
    margin: 0 0 10px 0;
}

#contact-note label {
	font: normal 12px/140% Georgia, "Times New Roman", Times, serif;
	color: #333;
    width: 50px;
    padding: 3px 0 0 20px;
    float: left; 
}

#contact-note input, #contact-note textarea  {
    width: 200px;
    float: left;
    background-color: #605C56;
    border: 1px solid #E5E5E5;
    float:left;
    height:18px;
    color: #FFF;
    padding:4px 4px 0 4px;
    font: normal 12px/130% Georgia, "Times New Roman", Times, serif;
}
#contact-note p textarea {
    height: 100px;
}
#contact-note .buttons {
    padding-left: 75px;
}
#contact-note .captcha {
    display:block;
    margin:5px 0 0 75px;
    padding-bottom: 5px;
}
.field span {
	padding-left: 70px;
	line-height: 30px;
}

input#sendit {
    width: 110px;
    height: 36px;
    background: url(../images/btn-submit.gif) bottom center;
    text-indent:  -9999px;
    color:white;
    letter-spacing:-8px;
    font-size: 0px;
    cursor: pointer;
    border: 0px;
    float: left;
	margin-left: 62px;
}

input#sendit:hover {
    background: url(../images/btn-submit.gif) top center;
}


/* Homepage-specific declarations   ****************************/

#home h1 {
	margin-top: 30px;
}

#home h2 {
	font: normal 16px/125% Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#btnBuyers {
	width: 353px;
	height: 58px;
	float: right;
	margin-top: -31px;
	margin-right: 37px;
	background: url(../images/btn-buyers.png);
}

#btnBuyers:hover {
	background: url(../images/btn-buyersOver.png);
}

/* Buying Page *************************************************/
#buying h2 {
	margin-bottom: -10px;
}

#buying p {
	padding-bottom: 10px;	
}


/*  Main Navigation   ******************************************/

ul.main-nav {
	font: normal 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #333;
	width: 100%;
	margin: 2px 0 40px 0;
	padding: 5px 0;
	text-align: center;
}

.main-nav li {
	display: inline;
	margin: 0;
	padding: 4px 8px;
}

.main-nav a:link, .main-nav a:visited, .main-nav a:hover, .main-nav a:active {
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 4px 10px;
}

.main-nav a:hover {
	background-color:#A9A298;
}

/** Main Content Container  **************************/

div.content {
	background:url(../images/bg-content.jpg) repeat-y top center;
	margin: 0 auto;
	padding: 0 20px;
	width: 895px;
}

.footer-container {
	background: url(../images/bg-bott-dots.jpg) #000 repeat-x top center;
	margin: 0 auto;
	width: 100%;
}

.footer {
	width: 955px;
	margin: 0 auto;
	padding: 0;
}

.footer ul {
	font: bold 11px/100% Arial, Helvetica, sans-serif;
	width: 170px;
	margin: 0;
	list-style-type: none;
	padding: 15px 0 0 50px;
	text-align: left;
	color: #5B5B5B;
	float: left;
}

.footer li {
	font: bold 11px/100% Arial, Helvetica, sans-serif;
	width: 200px;
	margin: 5px;
	padding: 5px 0;
}

.footer li a:link, .footer li a:visited, .footer li a:hover, .footer li a:active {
	text-decoration: none;
	color: #5B5B5B;
}

.footer li a:hover {
	color: #FFF;
}

.footer p a:link, .footer p a:visited, .footer p a:hover, .footer p a:active {
	text-decoration: none;
	color: #888;
}

.footer p a:hover {
	text-decoration: underline;
}

div.promise {
	background:url(../images/shadow.jpg) no-repeat 0 1px;
	width: 350px;
	margin: 0 0 0 38px;
	padding: 25px 0 0 45px;
	float: left;
}

.promise h2 {
	font: normal 17px/30px Georgia, "Times New Roman", Times, serif;
	background:url(../images/bg-h2.jpg) no-repeat bottom left;
	color: #CCC;
	padding: 12px 0 5px 20px;
	margin:0;
}

.promise p {
	font: normal 14px/150% Georgia, "Times New Roman", Times, serif;
	color: #999;
	margin: 0;
	padding: 8px 0 10px 20px;
}

.promise a:link, .promise a:visited, .promise a:hover, .promise a:active {
	text-decoration: none;
	color: #999;
	border-bottom: 1px dotted #B1B1B1;
}

.promise p a:hover {
	text-decoration: none;
	color: #CCC;
}


.copyright {
	font: bold 11px/140% Georgia, "Times New Roman", Times, serif;
	color: #4C4C4C;
	padding: 20px 0 30px 55px;
	margin: 0;
	clear: left;
}

/* News *********************************/

#news {
	width: auto;
	margin-top: 20px;
}

#news a:link, #news a:visited, #news a:hover, #news a:active {
	text-decoration: none;
	color: #111;
	border-bottom: 1px dotted #111;
}

#news a:hover {
	text-decoration: none;
	color: #111;
	border-bottom: none;
}

#news h2 {
	color: #484923;
	margin-bottom: 2px;
	margin-top: 20px;
}

#news h4 {
	color: #4B2F24;	
}

#news p {
	margin-top: 3px;	
}

#news a {
	font-size: 12px;
}

.newsLink {
	margin: 0 0 0 15px;
	position: relative; top: -5px;
}
