/* @override 
	http://localhost:8888/cake1.3/angrymoon/css/style.css
	http://angrymoon.sixsidedstudio.com/css/style.css
*/

body {
	background-color: #000;
}

h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 20000;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

p{
	color: #fff;
	line-height: 1.4em;
}

/***************/
/* Divs		   */
/***************/
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	height: 682px;
}

#header {
	margin-bottom: 20px;
	background-image: url(../img/header.jpg);
	height: 120px;
	position: fixed;
	width: 1000px;
	z-index: 3;
}

#content_main {
	height: 500px;
	position: relative;
	top: 130px;
}

#leftColumn{
	width: 60%;
	float: left;
}

#rightColumn{
	width: 388px;
	float: left;
	padding: 0 0 20px 10px;
}

#footer {
	height: 100px;
	background: url(../img/footer.jpg) no-repeat;
	width: 1000px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	clear: both;
	margin-left: auto;
	margin-right: 0;
	margin-top: 181px;
}

/***************/
/* Header     */
/***************/
#header p {
	font-size: 10px;
	color: #8f9090;
	text-align: right;
}

/***************/
/* Nav		   */
/***************/

#nav_left {
	float: left;
	margin-left: 58px;
	margin-top: 53px;
}

#nav_right {
	float: right;
	margin-top: 53px;
	margin-right: 50px;
}

#nav_left li, #nav_right li{
	width: 80px;
	margin-right: 25px;
	float: left;
	text-align: center;
}

#nav_left a, #nav_right a{
	margin-left: 2px;
	text-decoration: none;
	color: #c8c6c6;
	display: block;
	margin-bottom: 10px;
	font: 12px "Times New Roman";
	text-transform: uppercase;
}

#nav_left a:hover, #nav_right a:hover {
	color: #645d49;
}

/***************/
/* Content     */
/***************/
#hero{
	height: 550px;
	width: 600px;
	border: 1px solid #414141;
}

#davidoffBlock, #specialsBlock {
	border: 1px solid #414141;
	margin-bottom: 10px;
}

#davidoffBlock img{
	margin-left: 68px;
	width: 250px;
}

#specialsBlock img{
	width: 100%;
	height: 175px;
}

div#leftList{
	width: 189px;
}

div#rightList {
	border: 1px solid #414141;
	float: right;
	height: 208px;
	margin-top: -220px;
	width: 185px;
}

#leftList h2 {
	border: 1px solid #414141;
	color: #fff;
	padding: 7px;
	font-size: 16px;
	text-align: center;
	font-weight: 100;
	margin-top: 5px;
	width: 177px;
	height: 18px;
}

h2.blank{
	height: 18px;
	width: 129px;
}

#leftList h2:hover{
	cursor: pointer;
	background: #414141;
}

#leftList h2.active {
	background: #414141;
}

#leftList h2.active:hover {
	background: transparent;
	border: 1px solid #414141;
}

#leftList p{
	font-size: 14px;
	color: #e8e8e8;
	letter-spacing: 0;
	white-space: normal;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 378px;
}

ul.up li {
	margin-bottom: 10px;
}

/***************/
/* Footer	   */
/***************/ 

#footer p{
	color: #414141;
	font-size: 11px;
	text-align: center;
	float: left;
	position: relative;
	top: 63px;
	left: 221px;
	margin-right: 132px;
}

#facebook {
	float: left;
	margin-top: 65px;
	width: 125px;
}