body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:11px;
	background:#ffffff;
	color:#b3b3b3;
}

#header {
	width:100%;
	height:30px;
	background:#131313;
	text-align:right;
}

#header_in {
	margin:auto;
	width:990px;
} 

#header_in p {
	margin:0px;
	padding:7px 0px 0px 0px;
	font-size:11px;
	color:#6a6a6a;
}

#header_in p a.size13 {
    font-size:13px;
}

#header_in p a {
	color:#ffffff;
	text-decoration:none;
}

#subheader {
	margin:auto;
	width:995px;
	height:100px;
	margin-bottom:20px;
}

#logo {
	float:left;
	margin-top:-30px;
	width:215px;
	height:126px;
	background:url(../images/logo.png) no-repeat left center;
}

#menu {
	float:right;
	width:780px;
	height:100px;
	border-bottom:1px solid #ecebeb;
	text-align:right;
}

#menu ul {
	list-style-type:none;
	color:#000000;
	font-size:14px;
	margin:70px 0px 0px 0px;
}

#menu ul li {
	display:inline;
	padding:0px 0px 0px 10px;
}

#menu ul li a {
	color:#000000;
	text-decoration:none;
}

#outer_container {
	background:url(../images/background.jpg) repeat-x center top;
}

#container {
	margin:auto;
	width:995px;
	text-align:justify;
	background:#ffffff;
}

#flash {
	width:995px;
	height:425px;
}

#flash_in {
	width:995px;
	height:322px;
}

#content {
	min-height:150px;
	border-left:1px solid #ecebeb;
	border-right:1px solid #ecebeb;
}

#content h1 {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	font-family:'Arial',Helvetica,sans-serif;
	color:#000000;
	font-weight:normal;
}

#content p {
	margin:0px;
	padding:12px 0px 12px 0px;
	color:#636262;
}

#content p a {
	color:#161616;
	text-decoration:none;
}

#content p.title {
	color:#161616;
	font-size:14px;
	padding:12px 0px 0px 0px;
}

#content table {
	color:#636262;	
}

#content table a {
	color:#161616;
	text-decoration:none;
}

#content table .title {
	font-size:16px;
}

#content table input[type=text] {
	width:200px;
}

#content table textarea {
	width:200px;
	height:120px;
}
	

#content #text {
	float:left;
	width:585px;
	padding:20px;
}


#content #text_wide {
	float:left;
	width:685px;
	padding:20px;
}

#content #text_wide #staff_menu {
	float:left;
	margin:10px 0px 0px 0px;
}

#content #text_wide #staff_menu .item {
	padding:7px 15px 7px 15px;
	margin:0px 0px 2px 0px;
	color:#000000;	
	font-family:'Arial',Helvetica,sans-serif;
	background:url(../images/candybar.jpg) no-repeat left;
	width:275px;
	font-style:italic;
}

#content #text_wider {
	float:left;
	width:953px;
	padding:20px;
}

#content .photos {
	float:right;
	text-align:right;
	padding:55px 20px 20px 0px;
}

#content .photos img {
	margin:0px 0px 5px 10px;
}

#content .box {
	float:left;
	width:245px;
	height:140px;	
	border-right:1px solid #ecebeb;
	margin:30px 0px 0px 0px;
}

#content .box h2 {
	margin:0px;
	padding:0px 50px 0px 2px;
}

#content .box h2 a {
	color:#b3b3b3;
	text-decoration:none;
}

#content .box h2 a:hover {
	color:#636262;
	text-decoration:none;
}

#content .box p {
	margin:0px;
	padding:12px 50px 12px 2px;
}

#content .central_box h2 {
	padding:0px 50px 0px 15px;
}

#content .central_box p {
	margin:0px;
	padding:12px 50px 12px 15px;
}

#content .box_shop {
	background:url(../images/box_shop.jpg) no-repeat center;
	border:0px;
}

#footer {
	margin:10px 0px 0px 0px;
	height:5px;
	background:url(../images/footer.png) no-repeat center;
}
#footers {
	color:#000000;
	font-size:11px;
	height:40px;
	margin:0px 0px 0px 0px;
}

#footers #sx {
	width:595px;
	float:left;
	padding:8px 0px 0px 10px;
}
#footers #dx {
	width:320px;
	float:right;
	padding:8px 10px 0px 10px;
	text-align:right;
}
#footers #sx a:link, #footers #sx a:visited {
	color:#000000;
	text-decoration:none;
}

#footers #sx a:hover, #footers #sx a:active {
	color:#cccccc;
	text-decoration:none;
}

#subfooter {
	margin:5px 0px 0px 0px;
}

#subfooter #data p {
	margin:0px;
	padding:0px;
	color:#000000;
}

#subfooter #data p.grey {
	color:#636262;
}	

#subfooter #data p.grey a {
	color:#636262;
	text-decoration:underline;
}

#subfooter #social {
	float:right;
	width:200px;
	text-align:right;
}

#subfooter #social p {
	margin:0px;
	padding:0px;
	color:#636262;
}

.bordered {
	border:1px solid #cccccc;
	padding:2px;
}
.form {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#content_textnewsletter{
    height: 200px;
	text-align: left;
}
#content_textnewsletter h1{
	color:#000000;
	font-family:'Arial',Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.bold{
    font-weight:bold;
}

table#newslettercontent{
    background: #FFFFFF;
    font: normal 11px 'Trebuchet MS',Arial,Helvetica,sans-serif;
    line-height: 19px;
    padding: 13px 20px;
    color: #424141;
}
