/*
Colour scheme:

Main background:	#white
Box background:		#99c796 >> acb8aa
Borders:			#5fa04e >> cf0600
Red:				#cf0600
Text: 				#5fa04e >> 7a8379 >> black
Other:				#white

*/
body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	text-align: justify;
	color: white;
	background-color: white;
	scrollbar-base-color: white;
}

h1,h2,h3 {
	margin: 2px 0px 2px 0px;
	color: white;
}

p {
	margin: 2px 0 2px 0;
	text-align: justify;
}

a {
	color: white;
}

em {
	color: white;
	font-weight: bolder;
	font-style: normal;
}

.adsense {
	border: 1px solid #cf0600;
}

.rowbox {
	background: #000072;
	padding: 0px 5px 0px 5px;
	margin: 2px 0 0 0;
	border: 1px solid #cf0600;
}

.imagebox {
	background: white;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	border: none;
}

.imagebox img {
	padding: 0px 2px 0px 0px;
	border: none;
}

img {
	vertical-align: top;
	border: 1px solid #cf0600;
	margin-top: 2px;
}

#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
}

#content {
	clear: left;
	width: 800px;
	margin: 0;
	padding: 0;
}

#header {
	margin: 0 0 2px 0;
	padding: 0;
	width: 800px;
	height: 192px;
	text-decoration: none;
	background-image: url("../images/header_full_blue.jpg");
	border: none;
}

#nav {
	clear: left;
	width: 100%;
	/* -bottom This is ignored by Firefox but accepted by IE - see #nav a*/
	/*margin-bottom: 2px;*/
}

#nav a {
	float: left;
	width: 98px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin-top: 2px;
	/* -bottom This is ignored by IE but accepted by Firefox */
	margin-bottom: 2px;
	margin-left: 0;
	margin-right: 0;
	color: white;
	background-color: #000072;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #cf0600;
}

#nav a:hover {
	background-color: white;
	color: #000072;
}

#submenus {
	display: block;
}

#submenus div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	display: block;
}

#submenus a {
	width: 180px;
	height: auto;
	line-height: 20px;
	color: white;
	background-color: #000072;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
	border: 1px solid #cf0600;
	display: block;
	padding-left: 5px;
}

#submenus a:hover {
	background-color: white;
	color: #000072;
}

#footer {
	clear: left;
	width: 788px;
	margin-top: 10px;
}

#footer a {
	text-decoration: none;
	line-height: 45px;
	color: white;
	font-weight: bold;
}

.thumbtable {
	width: 793px;
}

.thumbrow {
	width: 100%;
	background: #000072;
	border: 1px solid #cf0600;
	margin-top: 2px;
	padding-right: 5px;
}

.thumbimg {
	float: left;
	margin: 0 5px 0 0;
}

.skutable {
	width: 788px;
}

.skutable form {
	border: none;
	padding: 0;
	margin: 0;
	background-color: white;
}

.skutable fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.skuset {
	padding: 0;
	margin 0;
	background-color: green;
}

.skurow {
	width: 100%;
	background: #000072;
	border: 1px solid #cf0600;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.skurow:hover {
	border-right: 10px solid #cf0600;
}

.skuimg {
	float: left;
	margin: 0 5px 0 0;
}

.skutext {
	float: left;
	max-width: 50%;
}

.skusize {
	float: right;
	margin-right: 10px;
}

.eventtext {
	padding-left: 5px;
	padding-right: 5px;
}

.blogtable {
	overflow: auto;
	height: 600px;
	width: 100%;
}

.blogrow {
	background: #000072;
	border: 1px solid #cf0600;
	padding: 0;
	margin-bottom: 5px;
}

.blogtitle {
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #cf0600;
}

.blogtext {
	clear: left;
	padding: 0 5px 0 5px;
}

.left {
	float: left;
	margin-right: 5px;
}

.right {
	float: right;
	margin-left: 5px;
}

.clear {
	clear: both;
}

ul {
	margin-bottom: 2px;
	margin-top: 2px;
}

form {
	background: #000072;
	border: 1px solid #cf0600;
}

fieldset {
	border: none;
}
textarea,select,input {
	font-size: 70%;
	color: graytext;
}

.caption {
	font-size: 70%;
	margin-left: 5px;
	margin-right: 5px;
}

.caption img {
	vertical-align: middle;
}