/*****************
 GLOBAL
*****************/

* {margin:0; padding:0;}

p {margin: 0.5em 0 1.0em 0;}

img { border: none;}

h1, h2, h3, h4, h5, h6 {margin:0.7em 0 0.2em 0;}

body {
	background: #eef url(images/bodyback.jpg) fixed repeat-x bottom center;
	margin:0;
	padding:0;
	color: #000;
}

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

/**********
 HEADERS
**********/

h1 { font-size: 1.5em; color: #039; font-weight: normal;}
h2 { font-size: 1.2em; color: #05a; font-weight: normal; }
h3 { font-size: 1.1em; color: #05a; letter-spacing: -1px;}

/**********
 FORMS
**********/

form.inline { display: inline; }
form { display: inline; }

/**********************
 OVERALL LAYOUT
***********************/

#skiptomain {
	display: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	font-size: 0.85em;
	background: #fff;
}

	#pagecontainer {
		width: 920px;
		padding: 0px 15px;
	}

		#header {
			width: 920px;
			margin: 0px;
			}

			#toplogo {
				width: 300px;
				margin-top: 20px;
				float: left;
				font-size: 0.8em;
			}

			#topimage {
				padding: 0px 0px 0px 0px;
				width: 600px;
				float: right;
			}

		#topbar {
			width: 920px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #05a;
		}
		
			#topnav {
				width: 700px;
				float: left;
				padding-right: 30px;
			}

			#topdate {
				width: 180px;
				float: right;
				text-align: right;
				padding: 7px 10px 5px 0;
				font-size: 0.8em;
				color: #eef;
			}			


		#midbar {
			width: 900px;
			margin: 0px 0px 0px 0px;
			padding: 4px 10px 4px 10px;
			background: #ccc url(images/midbarback.jpg) repeat-x top center;
			font-size: 0.9em;
			border-top: 1px solid #fff;
		}

			#midbar a:link, #midbar a:visited { color: #000; text-decoration: none; }
			#midbar a:hover { color: #fff; text-decoration: none; }


		#maincontent {
			width: 920px;
			margin-top: 4px;
			background: #fff;
		}

			#maincontentleft {
				width: 230px;
				float: left;
				font-size: 0.95em;
				margin: 5px 0 0 0;
			}



			#maincontentright {
				width: 670px;
				float: right;
				font-size: 0.95em;
				line-height: 1.4em;
				padding: 0 10px 0 0px;
			}
			
				
				}

			#maincontentright a:link, #maincontentright a:visited { color: #05a; text-decoration: none; }
			#maincontentright a:hover { color: #05a; text-decoration: underline; }
			
			
			#maincontentright img.pageimage {margin-top: 20px;}

				
		#footer {
			margin-top: 10px;
			clear: both;
			width: 884px;
			border: 3px solid #05a;
			font-size: 0.9em;
			padding: 15px;
		}

		#footer a:link, #footer a:visited { color: #05a; text-decoration: none; }
		#footer a:hover { color: #05a; text-decoration: underline; }


		#belowfooter {
			margin-top: 5px;
			clear: both;
			width: 900px;
			font-size: 0.9em;
			padding: 10px;
		}

		#belowfooter a:link, #belowfooter a:visited { color: #05a; text-decoration: none; }
		#belowfooter a:hover { color: #05a; text-decoration: underline; }


/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }


/*****************
 TOP NAV LIST
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	list-style: none;
	width: 700px;
}

	#topnav ul li {
		margin: 0px 0px 0px 0px;
		padding: 0px 12px 0px 10px;
		display: inline;
		font-size: 0.9em;
		text-transform: uppercase;
	}

	#topnav ul li a {
		color: #fff;
		text-decoration: none;
	}

	#topnav ul li a:hover {
		color: #eef;
		text-decoration: none;
	}
	
	#topnav ul li.onstate {
		font-weight: bold;
	}

	/* APPLY HOME OVERRIDE */
	#topnav ul li.homelink {
		padding: 0px 22px 0px 32px;
		background: url(images/homeicon.gif) no-repeat top left;
	}


/*****************
 UL SIDE NAV
*****************/


ul.sidenavlist{
	list-style: none;
	width: 220px;
	background: #cde;
}

	ul.sidenavlist li{
		margin: 0px 0px 0px 0px;
		padding: 1px 0px 1px 10px;
		line-height:1.7em;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}

	ul.sidenavlist a:link, ul.sidenavlist a:visited{
		color: #003;
		text-decoration: none;
	}

	ul.sidenavlist a:hover, ul.sidenavlist a:active {
		color: #003;
		text-decoration: underline;
	}
	
	ul.sidenavlist li.onstate {
		font-weight: bold;
	}

	/* APPLY HEADER OVERRIDES */
	ul.sidenavlist  li.header {
		font-size: 0.85em;
		text-transform: uppercase;
		color: #fff;
		background: #05a;
		padding: 3px 0px 3px 10px;
	}
	.contactusimage{
		margin-top: 10px;
	}

/*****************
 IMAGES
*****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}


/*****************
 UL
*****************/
 
 ul.normal {padding: 5px 0 5px 25px;}

/*****************
 OL
*****************/
 
 ol {padding: 5px 0 5px 25px;}
 
 

/*****************
 FEATURES
*****************/
 
 .feature {
 	float: left; 
 	width: 188px;
 	height: 170px;
 	padding: 10px;
 	margin: 10px 20px 10px 0;
	background: #fff;
	border: 1px solid #dde;
}

 .featureend {
 	margin: 10px 0 10px 0;
} 


/*****************
 FEATURES
*****************/
 
 .postit {
 	float: left; 
 	width: 140px;
 	height: 104px;
 	padding: 60px 40px 60px 40px;
 	margin: 10px 0px 0px 0;
	background: #fff url(images/postitback.gif) no-repeat top center;
}

.postit a:link, .postit a:visited { color: #039; text-decoration: underline; }
.postit a:hover { color: #039; text-decoration: underline; }


/*****************
 IMAGE DOWNLOAD
*****************/

.imagedownload {
	float: left;
	text-align: center;
	width: 120px;
	padding: 0px;
	margin: 5px 12px 5px 0px;
	color: #000;
	font-size: 0.9em;
}


/*****************
INVOICE FORM
*****************/

#account-container {
	padding:10px;
	border:1px solid #ccc;
	float:left;
	margin:0px 0px 30px 0px;
	/*width:776px;*/
	width:658px;
}

	#account-error {
		padding:0px;;
		color:#c00;
		font-weight:bold;
	}

	#account-success {
		padding:10px;
		border:2px solid #060;
		background:#efe;
		color:#060;
		font-weight:bold;
	}

	#account-form {
		display:inline;
	}

		#account-form .account-form-entry {
			margin: 0px 0px 10px 0px;
			width:658px;
			clear:both;
		}

		#account-form .account-form-entry label {
			font-weight:bold;
			width:180px;
			float:left;
			text-align:right;
			padding:2px 5px 0px 0px;
		}

		#account-form .account-form-entry label.account-label-error {
			font-weight:bold;
			width:180px;
			float:left;
			text-align:right;
			padding:2px 5px 0px 0px;
			color:#c00;
		}

		#account-form .account-form-entry input.account-text-input {
			font-size: 1.0em;
			font-family: "Tahoma", "Helvetica", "Arial", "MS Sans Serif";
			border:1px solid #888;
			padding: 2px 0px 2px 2px;
		}

		#account-form .account-form-entry input.account-text-input-error {
			font-size: 1.0em;
			font-family: "Tahoma", "Helvetica", "Arial", "MS Sans Serif";
			border:1px solid #c00;
			padding: 2px 0px 2px 2px;
		}

		#account-form .account-form-entry .account-error-note {
			font-weight:bold;
			color:#c00;
			padding:0px 0px 0px 185px;
		}

		#account-button {
			margin:0px 0px 0px 185px;
			padding:1px 10px 1px 10px;
		}


		#account-form .account-form-entry .account-form-display {
			font-size: 1.0em;
			font-family: "Tahoma", "Helvetica", "Arial", "MS Sans Serif";
			padding: 2px 0px 2px 2px;
		}

		#account-container .account-help {
			background:#eee;
			padding: 0px 5px 0px 5px;
			border:1px solid #ddd;
			margin: 0px 0px 10px 0px;
		}

		#account-container .cart-divider {
			height:2px;
			width:936px;
			background:#bbb;
			clear:both;
			margin:20px 0px 20px 0px;
		}

		#account-container .cardimage {
			float: left;
			width: 55px;
			text-align: center;
			margin-bottom:10px;
			cursor:pointer;
			border-right:1px solid #eee;
		}

		#account-container	.cardimage label {
			width: 45px;
			margin: 0 5px;
			padding: 0;
			text-align: center;
			cursor:pointer;
		}
 
