/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background-color: #def0c8;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #334050;
}

/************** Layout Elements *******************/

#wrapper {
	margin: 0 auto;
	font-size: 80%;
	width: 770px;
	
}


#problems {
	margin: 0 auto;
	font-size: 12px;
	padding: 10px;
	width: 350px;
	height: 450px;
	
}

/* holds the content background image */
#innerwrapper {
	background: url(ContentBG.jpg)  repeat-y;
	margin: 0 auto;
}

#navwrapper {
	background-color: #b0d1ed;
}

#nav {
	margin: 0 auto;
	min-height: 70px;
	width: 770px;
}


#nav ul {
	padding-top: 35px;
	padding-bottom: 15px;
	text-align: center;
}

#nav li {
	display: inline;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 90%;
}


#content {
	padding: 1px 0 0 0;
	margin-left: 280px;
	margin-right: 30px;
}

#content ul li {
	margin-left: 25px;
	margin-right: 10px;
	padding-top: 5px;
}

#content ol li {
	margin-left: 25px;
	margin-right: 10px;
	padding-top: 5px;
}

#content .indent {
	margin-left: 25px;
}


#content .viewcart {
	float: right;
}

#listleft {
	float: left;
	width: 210px;
	margin-left: 5px;
	padding-top: 20px;
}

#listright {
	float: right;
	width: 210px;
	padding-top: 20px;
}

#pricing {
	margin: auto;
	width: 400px;
	text-align: center;
	padding-top: 10px;
	clear: right;
}

#leftproduct {
	float: left;
	width: 200px;
}

#rightproduct {
	float: right;
	width: 200px;
}
	

#footer {
	  background: url(FooterBG.jpg) no-repeat;	
	  min-height: 30px;
	  clear: both;
	  
}

#terms {
	margin: auto;
	padding-top: 25px;
	padding-bottom: 10px;
	width: 748px;
	background-color: #b0d1ed;
}

.conditions {
	font-size: 68% !important; 
	margin-left: 15px;
	margin-right: 15px;
}

#lowernav {
	text-align: center;
	font-weight: bold;
}

#outerfooter p {
	text-align: center;
	color: #334050;
}

#header {
  background: url(bannerBG.jpg) repeat-x;	
  height: 140px;
}

#header img {
	display: block;
	margin: 0 auto;
}

#leftcol {
	float: left;
	width: 210px;
	margin-left: 25px;
}

/*Setting the image to block and then setting the left and right 
margins to auto allows us to centre the image in the column*/
#leftcol img {
	display: block;
	margin: auto;
}

#leftcol .indent {
	margin-left: 7px;
}

#leftcol h1, h2, h3 {
	text-align: center;
}

.breakingnews {
	background-color: #def0c8;
	color: #ff3300;
}
	

.products {
	text-align: center;
}

.answers {
	margin-left: 15px;
}

.highlight {
	background-color: #def0c8;
} 

.reviews {
	margin-left: 10px;
	margin-right: 10px;
}


	



/************** Text Elements *******************/

/*padding is already zeroed, you can quickly add any required padding to
your h elements here*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	color: #334050;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
}

p.fineprint {
	text-align: right;
	font-size: 80%;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.emphasis {
	color: #000066;
}

.explanation {
	font-size: 90%;
}	

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #823F1A;
}

a:visited {
	color: #823F1A;
	text-decoration: none;
}

a:hover {
	color: #996400;
}

#nav ul li {
	font-size: 80%;
}

#nav li a {
	padding: 5px 8px;
	text-decoration: none;
	background-color: #617dc3;
	color: #ffffff; 
}

#nav li a:hover {
	background-color: #def0c8;
	color: #334050; 
}


/* just for the ie5 mac beastie, no other browsers can see these rules*/
 /*\*//*/
 #footer {
 	height: 30px;
 }
 
 #nav {
	height: 70px;
}
/**/
