
body {
	background-color: #AE0E3C;
	font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
	margin: 0px;
	text-align: center;
	font-size: 17px;
	background-image: url( ../../media/template/background.jpg );
	background-position: 50% 0px;
	background-repeat: repeat-x;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}


h1 {
	font-size: 160%;
	text-shadow: rgba( 100, 60, 60, 0.25 ) 1px 1px 2px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #502020;
	color: #703030;
}


h2 {
	font-size: 125%;
	color: #502020;
	text-shadow: rgba( 100, 60, 60, 0.25 ) 1px 1px 2px;
}


dt {
	font-weight: bold;
}


a {
	text-decoration: none;
	color: #406080;
}


a:hover {
	color: #80a0c0;
}


.clear {
	clear: both;
}


a img {
	border-style: none;
}


.quote {
	font-style: italic;
}


div.messages {
	padding-bottom: 20px;
}


div.message_information {
	padding: 6px 10px 6px 10px;
	border: 1px solid #44aa44;
	background-color: #f0fff0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


div.message_warning {
	padding: 6px 10px 6px 10px;
	border: 2px solid #aaaa44;
	background-color: #fffff0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


div.message_error {
	padding: 6px 10px 6px 10px;
	border: 2px solid #aa4444;
	background-color: #fff0f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


div.boxout {
	border: 1px solid #3D7061;
	margin: 0px auto 20px auto;
	background-color: #FFFBB4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 2px rgba( 200, 160, 200, 0.4 );
	-webkit-box-shadow: 0px 0px 14px rgba( 0, 0, 0, 0.5 );
}


div.boxout_content {
	padding: 6px 12px 6px 12px;
	font-size: 80%;
}


div.main_centralise {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


div#settings {
	position: relative;
	color: #ffffff;
	text-align: right;
	padding: 4px 0px 4px 0px;
	font-size: 80%;
}


div#settings a {
	color: #EEF047;
}


div#settings a:hover {
	color: #ffffff;
}



div#container {
	width: 800px;
	margin: 0px auto 0px auto;
	border: 1px solid #000000;
	background-color: #ffffff;
}


div#header {
	position: relative;
	width: 100%;
	height: 120px;
	text-align: left;
}


div#main_menu {
	background-color: #701212;
	color: #D3CD73;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #FFF770;
	border-bottom: 1px solid #A99F03;
}


div#main_menu a {
	color: #FFF770;
}


div#main_menu a:hover {
	color: #FFFFFF;
}



div.boxout-outer {
	background-color: #DDEEE9;
	color: #000000;
	width: 100%;
	border: 1px solid #3D7061;
	
	-moz-border-radius-topleft: 12px;
	-webkit-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-radius-topright: 12x;
	
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-radius-bottomright: 12x;
	-moz-box-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.25 );
	-webkit-box-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.25 );
	margin-bottom: 20px;
}


div.boxout-header {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #468A76;
	font-weight: bold;
	background-color: #1E5142;
	color: #ffffff;
	text-align: center;
	
	-moz-border-radius-topleft: 12px;
	-webkit-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-radius-topright: 12x;
}


div.boxout-content {
	padding: 6px 10px 6px 10px;
}


div.boxout-content a {
	color: #1E5142;
}


div.boxout-content a:hover {
	color: #468A76;
}


div#shadow_container {
	-moz-box-shadow: 0px 0px 14px rgba( 0, 0, 0, 0.5 );
	-webkit-box-shadow: 0px 0px 14px rgba( 0, 0, 0, 0.5 );
	
	-moz-border-radius-topleft: 12px;
	-webkit-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-radius-topright: 12x;
	
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-radius-bottomright: 12x;
}


div#main {
	background-color: #ffffff;
	
	-moz-border-radius-topleft: 12px;
	-webkit-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-radius-topright: 12x;
}


div#main_content {
	padding-top: 24px;
	padding-bottom: 20px;
}


div#side_content_left {
	width: 180px;
	float: left;
	text-align: left;
	padding-left: 32px;
}



div#body_content {

	width: 680px;
	float: right;
	padding-right: 32px;
	text-align: left;
}


div#column_centre {
	float: left;
	width: 660px;
}


div#footer {
	border-top: 1px solid #000000;
	background-color: #570808;
	color: #ffffff;
	text-align: center;
	padding: 8px;
	font-size: 80%;
	
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-radius-bottomright: 12x;
}


div#footer a {
	color: #FFF770;
}


div#footer a:hover {
	color: #ffffff;
}


div.boxout_image {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	color: #404040;
	width: 200px;
	height: 140px;
	background-color: #000000;
}


div.shop_items {
	width: 100%;
	padding: 15px 0px 20px 0px;
}


div.shop_item {
	margin: 0px 8px 15px 8px;
	border: 1px solid #808080;
	padding: 8px 15px 12px 15px;
}


div.shop_item_image_small {
	width: 200px;
	height: 160px;
	float: left;
	background-color: #884422;
	margin-right: 10px;
}


div.shop_item_image_large {
	width: 400px;
	height: 320px;
	background-color: #884422;
	margin-right: 10px;
}


div.feedback_item {
	border: 1px solid #808080;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


div#strip_background {
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
	background-color: #60070B;
	background-repeat: repeat-x;
	border-color: #4C0D0D #000000 #A10101 #000000;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	-moz-box-shadow: 0px 0px 2px rgba( 200, 160, 200, 0.4 );
	-webkit-box-shadow: 0px 0px 14px rgba( 0, 0, 0, 0.5 );
}


img.inset {
	-moz-box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.5 );
	-webkit-box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.5 );
}

