/************************************/
/***   COLOURS
		Very Light Blue:#E0E6EB
		Light Blue: 	#C1D2E1
		Mid Blue:		#828C9E
		Dark Blue:		#444B66
		Green:			#86A541
/************************************/

/************************************/
/***   GENERAL
/************************************/
html {
	margin:0;
	padding:0;
	height:101%;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:white;
	font-size:12px;
	background:url(body-bg.png) fixed top left repeat-x;
}

#wrapper {
	margin:10px auto 0 auto;
	padding:0;
	width:680px;
	border:1px solid #444B66;
	background-color:white;
	position:relative;
}

#shadow {
	margin:0 auto 20px auto;
	width:680px;
}

img {
	border:none;
	display:block;
}

a{
	color:#86A541;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#444B66;
}

/************************************/
/***   BANNER
/************************************/

div#banner {
	height:55px;
	color:#FFF;
	background:url(banner-bg.png) #444B66 top left repeat-x;
	border-bottom:1px solid #444B66;
	margin-bottom:10px;
}

div#banner img {
	float:left;
}

div#banner h1 {
	margin:0 0 0 180px;
	padding:14px 10px 0 10px;
	font-weight:bold;
	font-size:22px;
}

/************************************/
/***   CONTENT
/************************************/

div#content {
	float:right;
	display:inline; /*hack for IE6 double float margin bug */
	width:500px;
	margin:0;
	padding:0;
	height: 1%; /*holly hack for IE peekaboo bug (disappearing text) */
	font-size:14px;
	color:#444B66;
}

div#content h2{
	font-size:18px;
	margin:5px 0 5px 0;
	color:#444B66;
}

div#content h3{
	font-size:14px;
	margin:5px 0 5px 0;
	color:#444B66;
}

div#content .lead{
	font-size:32px;
	margin:0 10px 10px 10px;
	color:#444B66;
}

div#content .wide-box-top{
	clear:both;
	float:left;
	display:inline;
	width:480px;
	background:url(wide-box-top.png) top left no-repeat;
	padding:0;
	margin:0 10px 10px 10px;
}

div#content .wide-box-bottom{
	clear:both;
	float:left;
	display:inline;
	overflow:visible; /* hack for IE6 italic text bug */
	width:460px;
	padding:10px 10px 10px 10px;
	margin:0;
	background:url(wide-box-bottom.png) bottom left no-repeat;
}

div#content .announce-box-top{
	clear:both;
	float:left;
	display:inline;
	width:480px;
	background:url(announce-box-top.png) top left no-repeat;
	padding:0;
	margin:0 10px 10px 10px;
	color:#FF0000;
}

div#content .announce-box-bottom{
	clear:both;
	float:left;
	display:inline;
	overflow:visible; /* hack for IE6 italic text bug */
	width:460px;
	padding:10px 10px 10px 10px;
	margin:0;
	background:url(announce-box-bottom.png) bottom left no-repeat;
}

div#content .announce-box-top h3{
	color:#FF0000;
}

div#content p{
	margin:0 0 10px 0;
	padding:0;
}

div#content ul{
	list-style-type:square;
}

/************************************/
/***   MENU
/************************************/

div#menu {
	float:left;
	display:inline;
	height:1%;
	width:180px;
	font-size:14px;
	margin:0;
}

div#menu .menu-box-top{
	float:left;
	display:inline;
	width:170px;
	background:url(menu-box-top.png) top left no-repeat;
	padding:0;
	margin:0 0 10px 10px;
}

div#menu .menu-box-bottom{
	float:left;
	display:inline;
	width:150px;
	padding:10px 10px 10px 10px;
	margin:0;
	background:url(menu-box-bottom.png) bottom left no-repeat;
}

div#menu .sideAds {
	margin-left:10px;
}

div#menu a{
	display:block;
	color:#86A541;
	margin:0;
	padding:0;
	font-weight:bold;
	text-decoration:none;
}

div#menu a:hover{
	color:#444B66;
}

div#menu a.active{
	color:#444B66;
}

div#menu ul{
	list-style-type:square;
	margin:0 0 0 14px;
	padding:0;
	font-size:12px;
}

div#menu li{
	margin:0px 0 0 0;
	padding:0;
}


/************************************/
/***   FOOTER
/************************************/

div#footer {
	clear:both;
	margin-right:490px;
	padding:3px 5px;
	color:#444B66;
	text-align:center;
	font-size:10px;
	/*background-color:white;
	border-top:2px solid #444B66;*/	
}

div#footer a{
	color:#444B66;
	text-decoration:none;
}

div#footer a:hover{
	text-decoration:underline;
}

div#shadow {
	background-color:white;
}
/************************************/
/***  FORMS
/************************************/

form {
	font-size:12px;
}

.highlight {
	border : 1px solid #F00;
	padding : 2px;
}

#orderForm a {
	cursor:help;
}

