/*** Body Definitions ***/
*{
	margin:0;
	padding:0;
}

body{ 
	height:100%; 
	font-family: Helvetica, sans-serif; 
	font-size:11px; 
	background-color:#ffffcc;
}

/*** Website wrapper Div ***/

#wrapper{ 
	margin:0 auto; 
	width:900px; 
	border-top:0px;
}

/*** Website Heading ***/

#header{
	margin-top:20px;
	width:900px; 
	height:138px; 
	border:2px solid #ebcca3;
	border-bottom:0;
	background-color:#FFFFFF;
}

/*** Horizontal Menu Style with Rollover ***/

#menu{
	float:left;
	background:url(images/menu-bg.gif);
	height:38px;
	width:445px;
	padding-top:80px;
}

#menu ul{ 
	float:right;
	padding-right:40px;
	display: inline; 
	list-style-type: none;
}

#menu ul li{
	float:left; 
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#990000;;
}

#menu ul li a:link, #menu ul li a:visited { 
	color:#990000;
	text-decoration:none;
}

#menu ul li a:hover {
	color: #990000; 
	text-decoration:underline;
}	

#logo{
	float:left;
}

/***  Main Content ***/

#content{
	float:left;
	background: #FFFFFF; 
	padding:15px 15px 15px 15px; 
	width: 870px; 
	border:2px solid #ebcca3;
	border-top:0;
}

#contactdetails{float:right; background-color:#eeeeee; padding:5px; margin:5px;}

/*Temp Style for splash page */

.splash{margin-top:100px;}

.temp{text-align:center;}


/*** Heading Styles ***/

h1 { font-size: 14px; /*color: #a40249;*/ color:#cc9933;  text-align:left; padding-bottom:20px;}

h2 { margin-bottom:15px;font-size: 13px; /*color: #a40249;*/ color:#cc9933; text-align:left;}



/*** Paragraph Styles ***/

p { 
	color: #666666; 
	line-height:18px; 
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:15px;
}

p a:link{ color:#990033; text-decoration:none;}

p a:visited{ color: #990033; text-decoration:none;}

p a:hover{ color: #990033; text-decoration:underline;}

p span{width:130px; float:left; display:block; font-weight:bold;}



ul li{line-height:1.6em; color:#666666;}

ol li{line-height:1.6em; color:#666666;}


.form{ font-size:11px; color: #666666; line-height:1.4em; font-family: Helvetica, sans-serif;}


.quote{margin:auto; color:#CC9900; text-align:center; font-style:italic; padding-right:10px; padding-left:10px; font-weight:bold; width:500px; }


/*** Image Styles ***/

.product{
	border:0;
}

.rightimage{float:right; margin:10px; padding:5px; margin-top:0; background-color:#ffffff; border:1px solid #eeeeee;}

.leftimage{float:left; background-color:#efefef; margin:15px; padding:10px;}

#side-image{
	float:left;
	width:300px;
	text-align:center;
}

#main{
	float:left;
	width:550px;
}

.front-image{
	border:0;
}

.next{
	text-align:right;
}

/*** Website Footer ***/

#footer {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	float:left; 
	color: #666666; 
	text-align: right; 
	line-height:3em; 
	width:900px; 
	height:35px;
	background-color:#ffffcc;
}	

#footer a{color:#666666; text-decoration:none;}

#footer a:visited{color:#666666; text-decoration:none;}

#footer a:hover{color:#666666; text-decoration:underline;}



/* Hide these things unless no CSS */

#menu span, #menu ul li span{display:none;}

