@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	
	background: url(../images/bg.gif) repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #999;
}

* {
	margin: 0;
	padding: 0;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

/*Global*/
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #c1ac51;
	line-height: normal;
	
	padding-bottom: 25px;
	clear: both;
}

a {
	text-decoration: underline;
	color: #999;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}
/*Global End*/

/*content_holer*/
#content_holder {
	width: 960px;
	float: left;
	
	background-color: #000;
}
/*content_holer End*/

/*Top*/
#top {
	width: 960px;
	float: left;
}
/*End Top*/

/*Header*/
#header {
	width: 960px;
	float: left;
}
/*End Header*/

/*Menu*/
#menu {
	width: 960px;
	height: 50px;
	float: left;
	margin-left: 65px;
}

#menu img {
	margin-right: 46px;
}

#menu .lastimg img{
	margin: 0;
	
}
/*End Menu*/

/*Content*/
#content {
	width: 912px;
	padding: 0 20px 0 28px;
	clear: both;
}

#content #left {
	width: 650px;
	margin-right: 30px;
	padding-top: 29px;
	float: left;
	line-height: 21px;
}

#content #left img {
	border: solid 7px #333333;
	float: left;
	
	margin: 0 32px 15px 0;
}

#content #left .links {
	width: 640px;
	padding-top: 22px;
	color: #FFF;
	
	clear: both;
}

#content #left .links a {
	color: #FFF;
	text-decoration: none;
}

#content #left #seperator {
	background: url(../images/seperator.jpg) no-repeat;
	width: 648px;
	height: 40px;
	
	margin: 31px 0 10px;
	clear: both;
}

#content #right {
	width: 220px;
	float: right;
}

#content #right h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	padding-top: 4px;
}

#content #right #shop {

	float: right;
}

#content #right #shop img {
	float: left;
}


#content #right #book {
	font-size: 11px;
	color: #000;
	float: left;
}

#content #right .grey_heading {
	width: 196px;
	height: 39px;
	background: url(../images/grey_heading_bg.jpg) repeat-x #d6d6d6;
	float: left;
	
	padding: 0 12px;
}

#content #right .grey_heading h2 {
	color: #000;
}

#content #right .grey_bg_content {
	width: 196px;
	padding: 8px 12px;
	background: url(../images/grey_bg_book.jpg) repeat-x;
	float: left;
}

#content #right #book img {
	margin-right: 4px;
	float: left;
}

#content #right #book .btn {
	margin: 0;
	margin-top: 19px;
	float: left;
}

#content #right #brown {
	background: url(../images/brown_curve.jpg) top left no-repeat #2e2019;
	
	width: 220px;
	padding-top: 32px;
	float: left;
}

#content #right #brown h2 {
	color: #FFF;
	
	width: 196px;
	height: 39px;
	background: url(../images/brown_heading_bg.jpg) no-repeat;
	float: left;
	
	padding-right: 12px;
	padding-left: 12px;
}

#content #right #brown p {
	width: 196px;
	padding: 23px 12px;
	float: left;
}

#content #right #brown .img {
	width: 93px;
	height: 80px;
	border: solid 1px #563b2e;
	margin: 0 1px 5px;
	float: left;

}

#content #right #brown form {
	width: 180px;
	padding: 23px 12px;
	float: left;
}

#content #right #brown form .input {
	width: 155px;
	height: 26px;
	background: url(../images/textfield_bg.jpg) repeat-x #efefef;
	border: solid 1px #CCC;
	padding: 8px 8px 0;
	color: #666;
	float: left;
}

#content #right #brown form .button {
	margin: 7px 0 0 50px;
	float: left;
}

#content #right #bookmark {
	width: 118px;
	height: 49px;
	background: url(../images/bookmarking_bg.jpg) no-repeat;
	float: left;
	
	padding: 8px 40px 0 60px;
}

#content #right #bookmark img {
	width: 18px;
	height: 18px;	
	clear: both;
}

#content #right #bookmark a {
	text-decoration: none
}

#content #right #brown ul {
	list-style: none;
	float: left;
	width: 240px;
}

#content #right #brown ul li {
	float: left;
	margin: 0px;
	height: 80px;
	width: 93px;
	padding: 10px 0px 5px 10px;
}

#content #right #brown #twitter_div ul li {
	width: 206px;
}

/*End Content*/

#locations ul {
	list-style: none;
	margin:0;
	padding:0;
}

#locations .c1 {
width:200px;
float:left;
}
#locations .c2 {
width:200px;
float:left;
padding-top:33px;
}
#locations .c3 {
width:200px;
float:left;
padding-top:33px;
}

#locations ul li {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-transform:uppercase;
}
#locations ul li h2 {
	margin: 0px;
	padding: 0px;
}

#locations ul li ul li {
	margin: 0px;
	padding: 0px 0px 10px 20px;
	text-transform:none;
}