/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,h5,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px 0px 0px 0px; background: #000000; }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }


object:active, div:active { outline: none; }
object:focus, div:focus { -moz-outline-style: none; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 2px solid #AFB4C4; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1, h1 a { color: #afb4c4; font-size: 16px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #000000; font-size: 14px; margin: 0px 0px 15px 0px; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
h4, h4 a { color: #afb4c4; font-size: 14px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 12px 0px; }


/*p, table, td, div, a  { color: #afb4c4; font-size: 12px; line-height: 18px; }*/
p, table, td, div, a  { color: #7d7f81; font-size: 12px; line-height: 18px; }
a  { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: none; }
a:focus, a:active { outline: 0;}

.gold { color: #debb63; }

a.sale-btn {  font-size: 14px; color: #8ba5f2; font-family: serif; }
a.sale-btn:hover { color: #b3d474; }

/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main {
	width: 900px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
}

#header-outer { 
	background: url('../images/layout/header-bg.jpg') repeat-x;
	height: 150px;
}
#header {
	margin: -115px 0 15px 0;
	text-align: center;
}

#bodyContainer {  }

#body {
	min-height: 370px;
	height: auto !important; /*MOZ/IE7*/
	height: 360px; /*IE6*/
}

#home-footer {
	margin-top: 45px;
	text-align: center;
}
#footer {
	margin: 0 35px 0 41px;
	text-align: center;
}
#footer a {
	padding-top: 40px;
	font-family: Serif;
	font-size: 11px;
	line-height: 14px;
	display: block;
}


/* Navigation */
#border-top {
	width: 850px;
	margin: 0px auto;
	border-top: 3px solid #7d7f81;
    height: 0px; overflow: hidden;
}
#nav {
	text-align: center;
	height: 24px;

}
#nav a {
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #7d7f81;
	margin: 0 14px;
}
#nav a:hover, #nav a.o {
	color: #FFFFFF;
	text-decoration: none;
}
#border-bottom {
	width: 800px;
	margin: 0px auto;
	border-bottom: 3px solid #7d7f81;
    height: 0px; overflow: hidden;
}

a.gallery {
	width: 120px;
	float: left;
	margin: 0 0 18px 20px;
}

a.gallery img {
	border: 2px solid #FFFFFF;
}


