
/**********************
 OVERALL LAYOUT
***********************/

ul.topnavlist  li.thispage, ul.sidenavlist  li.thispage {font-weight:bold}

#contactl {
	padding: 0px 10px 0px 0px;
	float: left;
	text-align: left;
	width: 240px;
}

#contactr {
	padding: 0px 10px 0px 0px;
	float: right;
	text-align: left;
	width: 260px;
}


#contactform {
	display: inline;
}

#contactform p {
	margin-top: 5px;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(images/bodyback.jpg) repeat-x top center;
}

#skiptomain {
	display: none;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

#pagecontainer {
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;

}

#topstrip {
	width: 740px;
	margin: 1px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
}

	#topstripleft {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		width: 200px;
	}

	#topstripright {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: right;
		width: 540px;
	}
	
#topofpage {
	width: 760px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#topofpageleft {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
		float: left;
		text-align: left;
		width: 550px;
		font-weight: bold;
	}

	#topofpageright {
		margin: 15px 0px 0px 0px;
		padding: 10px 10px 10px 0px;
		float: right;
		text-align: right;
		width: 184px;
		border: 3px solid #d33;
	}


#topnav {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #d33 url(images/topnavback.jpg) repeat-x top center;
}

#pagetop {
	width: 760px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	background: #fff;
	border-bottom: 2px solid #d33;
}

	#pagetopleft {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		width: 200px;
	}

	#pagetopright {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: left;
		width: 560px;
   		height: 140px;
		background: url(images/pagetopright.jpg) no-repeat top right;
	}

#mainpage {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 400px; 
	background: #fff;
	height: auto;
	}
	/* for Internet Explorer */
	/*\*/
	* html #mainpage {
	height: 400px;
	}
	/**/


	#mainpageleft {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		width: 200px;
	}

	#mainpageright {
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 20px;
		float: right;
		text-align: left;
		width: 530px;
	}
	
#footer {
	width: 760px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#footerinner {
		width: 760px;
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 10px 0px;
		background: #fee;
	}

		#footer1 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer2 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer3 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer4 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 0px;
			width: 165px;
			float: left;
			text-align: left;
		}

#belowfooter {
	width: 760px;
	margin:05px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	text-align: center;
}

/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 14px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: small;
}


/*****************
 FONTS
 *****************/
 
#topstrip { font-size: 0.8em; color: #fff; }
#topofpageleft { font-size: 1.1em; color: #000; }
#topofpageright { font-size: 0.8em; color: #000;}
#mainpage { font-size: 0.9em; color: #000; line-height: 1.5em; }
#footer { font-size: 0.8em; color: #000; }
#belowfooter { font-size: 0.8em; color: #000; }

/*****************
 LINKS
 *****************/

#topstrip a:link{ color: #fff; text-decoration: none }
#topstrip a:visited{ color: #fff; text-decoration: none }
#topstrip a:hover{ color: #fff; text-decoration: underline }

#topofpageright a:link{ color: #000; text-decoration: none }
#topofpageright a:visited{ color: #000; text-decoration: none }
#topofpageright a:hover{ color: #000; text-decoration: underline }

#mainpageright a:link{ color: #a22; text-decoration: underline }
#mainpageright a:visited{ color: #a22; text-decoration: underline }
#mainpageright a:hover{ color: #d33; text-decoration: underline }

#footer a:link{ color: #a22; text-decoration: none }
#footer a:visited{ color: #a22; text-decoration: none }
#footer a:hover{ color: #a22; text-decoration: underline }

#belowfooter a:link{ color: #a22; text-decoration: none }
#belowfooter a:visited{ color: #a22; text-decoration: none }
#belowfooter a:hover{ color: #a22; text-decoration: underline }


/*****************
 NO MARGIN UL
 *****************/

UL.nomargin {
margin: 0px 0px 0px 0px;
padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 0px;
}

/*****************
 TOP OF PAGE NAV LIST
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	list-style: none;
	width: 760px;
}

#topnav ul li {
	font-size: 0.9em;
	letter-spacing : -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 22px 0px 10px;
	display: inline;
}

#topnav ul li a {
	color: #fff;
	text-decoration: none;
}

#topnav ul li a:hover {
	color: #000;
	text-decoration: none;

}

/* APPLY END OVERRIDES */
#topnav ul li.deliverylink {
	padding: 0px 0px 0px 10px;
	display: inline;
}

/*****************
 UL SIDE NAV
 *****************/


ul.sidenavlist{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	letter-spacing : 0px;
	width: 200px;
	background: #eee;
}


ul.sidenavlist li{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 15px;
	line-height:1.7em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: url(images/icon.gif) no-repeat 0px 6px;
}

ul.sidenavlist a:link, ul.sidenavlist a:visited{
	color: #333;
	text-decoration: none;
}

ul.sidenavlist a:hover, ul.sidenavlist a:active {
	color: #a22;
	text-decoration: underline;
}

/* APPLY HEADER OVERRIDES */
ul.sidenavlist  li.sidenavheader {
 	font-size: 0.9em;
 	font-weight: bold;
 	text-transform: uppercase;
 	letter-spacing : -1px;
	color: #fff;
	background: #d33;
}


/*****************
 HEADINGS
 *****************/

h1 { font-size: 1.4em; display:block; color: #a22; font-weight: normal; margin: 0px 0px 0px 0px;}
h2 { font-size: 1.1em; color: #444; display: block;  margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px;}
h3 { font-size: 1.1em; display:block; margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px;}
h4 { font-size: 1.0em; display:block; margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px;}


/*****************
 FORMS
 *****************/

form.inline { display:inline; }

input.searchinput {
	border: 1px solid #999;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 150px;
	color: #000;
}

select.searchselect {
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 0.9em;
	width: 110px;
	color: #000;
}

input.searchsubmit {
	border: 1px solid #666;
	background-color: #69c;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
	width: 30px;
}


/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/*****************
 PARAGRAPHS
 *****************/

p { margin: 5px 0px 5px 0px; }
p.space { margin: 10px 0px 10px 0px; }

/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

/*****************
 IMAGE BORDERS
 *****************/
 
img {
	border: none
	}


/*****************
 BORDERED
 *****************/
 
div.bordered {
	width: 550px;
	margin: 10px 0px;
	padding: 10px;
	text-align: center;
	border: 1px solid #999;	
}


/*****************
 BLOCKS
 *****************/
 
div.blockitem {
	width: 168px;
	border: 1px dashed #ccc;
	height: 260px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	float: left;
	background: #fff;
	text-align: left;
   }
   
div.blockitem p {
	padding: 5px;
   }
   
div.blockitemend {
	margin: 10px 0px 0px 0px;
   }
   
   
/*****************
 PRODUCTS
 *****************/
 
div.product {
	clear: both;
	width: 530px;
	border-bottom: 1px dashed #ccc;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px;
   }
   
div.productleft {
	float: left;
	width: 130px;
	margin: 0px 20px 0px 0px;
   }

div.productright {
	float: right;
	width: 380px;
	margin: 0px 0px 0px 0px;
   } 
   
   
/**********
 LOGIN FORM
 **********/
 
#accountform {
	display: inline;
}

#accountform label {
	clear: both;
	float: left;
	width: 140px;
	padding-right: 10px;
	margin-top: 5px;
}

input.contform {
	float: left;
	width: 190px;
	border: 1px solid #999999;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
}

textarea.contform {
	float: left;
	width: 190px;
	border: 1px solid #999999;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
}

#buttsend {
	margin-top: 10px;
	margin-left: 0px;
	color: #ffffff;
	font-weight: bold;
	background-color: #AA2222;
	border: 1px solid #E77070;
}


/***********
 DOC LIBRARY
 ***********/
 
h2.doc_h2 { height: 19px; clear: both; color: #fff; background: url(/images/doc-h2.gif) no-repeat left top; padding-left: 5px; cursor: pointer; margin-top: 10px; }
div.doccontainer {
	clear: both;
	float: left;
	border-left: 1px solid #DD3333;
	border-right: 1px solid #DD3333;
	border-bottom: 1px solid #DD3333;
	padding: 0px 10px;
	width: 508px;
	font-size: 0.9em;
	line-height: 1.4em;
}
