/* BOF Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* EOF Reset */

/* BOF General Layout */

body {
	width: 800px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align: center;
}

a {
	color: #91101f;
	text-decoration: underline;
}


a:hover {
	color: #91101f;
	text-decoration: none;
}

#content {
	width: 740px;
	margin: 0px auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px 30px;
	float: left;
	clear: none;
}

	#top {
		width: 740px;
		height: 37px;
		line-height: 37px;
		background-image: url(images/top-bg.jpg);
		background-repeat: no-repeat;
		float: left;
		clear: none;
	}
	
		#topLeft {
			width: 350px;
			height: 37px;
			text-align: left;
			padding-left: 20px;
			float: left;
			clear: none;
		}
		
			#topLeft a {
				color: #ffffff;
				text-decoration: underline;
				font-weight: bold;
			}
		
		#topRight {
			width: 370px;
			height: 37px;
			text-align: right;
			float: left;
			clear: none;
		}
		
			#topRight img {
				margin-right: 20px;
			}
			
		#header {
			width: 740px;
			height: 156px;
			float: left;
			clear: none;
		}
			
			#headerLeft {
				width: 226px;
				height: 156px;
				float: left;
				clear: none;
			}
		
				#headerLogo {
					width: 226px;
					height: 123px;
					float: left;
					clear: none;
				}
				
				#headerDateTime {
					width: 226px;
					height: 33px;
					line-height: 33px;
					text-align: center;
					float: left;
					clear: none;
				}
				
			#headerRight {
				width: 514px;
				height: 156px;
				float: left;
				clear: none;
			}
			
		#leftCol {
			width: 226px;
			float: left;
			clear: none;
		}
		
			#menu {
				width: 226px;
				float: left;
				clear: none;
			}
			
				#menuTop {
					width: 226px;
					height: 10px;
					background-image: url(images/menu-top.jpg);
					background-repeat: no-repeat;
					float: left;
					clear: none;
				}
				
				#menuMiddle {
					width: 200px;
					background-image: url(images/menu-middle.jpg);
					background-repeat: repeat-y;
					padding-left: 20px;
					padding-right: 6px;
					text-align: left;
					float: left;
					clear: none;
				}
					
					#menuMiddle h3 {
						background-image: url(images/menu-category.jpg);
						height: 34px;
						background-position: bottom;
						line-height: 34px;
						text-transform: uppercase;
						font-weight: bold;
						padding-left: 20px;
					}
					
						#menuMiddle h3 a {
							text-decoration: none;
						}
						
						#menuMiddle h3 a:hover {
							color: #B9D135;
						}
				
					#menuMiddle ul {
						list-style: none;
					}
					
						#menuMiddle ul li {
							padding: 0px;
							margin: 0px;
							line-height: 20px;
						}
						
							#menuMiddle ul li img {
								vertical-align: middle;
							}
							
							#menuMiddle ul li a {
								color: #000000;
							}
							
							#menuMiddle ul li a:hover {
								color: #91101F;
								text-decoration: none;
							}
				
				#menuBottom {
					width: 226px;
					height: 9px;
					background-image: url(images/menu-bottom.jpg);
					background-repeat: no-repeat;
					float: left;
					clear: none;
				}
				
			#newsletterAd {
				width: 226px;
				height: 103px;
				margin-top: 10px;
				padding-top: 63px;
				background-image: url(images/newsletter-bg.jpg);
				background-repeat: no-repeat;
				text-align: left;
				color: #FFFFFF;
				font-size: 10px;
				float: left;
				clear: none;
			}
			
				#newsletterAdBullets {
					width: 226px;
					margin-bottom: 14px;
					float: left;
					clear: none;
				}
				
					#newsletterAdBullets ul {
						list-style: disc;
						margin-left: 57px;
						margin-bottom: 10px;
					}
					
				.newsletterForm {
					padding-left: 20px;
				}
		
		#rightCol {
			width: 473px;
			margin-left: 1px;
			padding: 20px;
			text-align: justify;
			float: left;
			clear: none;
		}
		
			#rightCol h1 {
				width: 473px;
				font-size: 16px;
				font-weight: bolder;
				color: #91101f;
				line-height: 20px;
				text-transform: uppercase;
				float: left;
				clear: none;
			}
			
			#pageContent {
				width: 473px;
				margin-top: 10px;
				margin-bottom: 10px;
				line-height: 20px;
				float: left;
				clear: none;
			}
			
				.border-btm {
					border-bottom: solid 1px #b9d135;
					padding-bottom: 30px;
				}
				
				#pageContent p {
					margin-bottom: 20px;
				}
				
				#pageContent h2 {
					font-size: 14px;
					font-weight: bold;
					color: #91101f;
				}
				
				.list {
					color:#91101F;
					font-family:Verdana,Arial,Helvetica,sans-serif;
					font-size:11px;
					font-weight:bold;
					margin-bottom: 20px;
				}
				
				.list ul {
					list-style-image:none;
					list-style-position:outside;
					list-style-type:none;
					margin:0 0 0 7px;
					padding:3px 0 0;
				}
				
				.list ul li {
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 0px;
					margin-left: 0px;
					padding-top: 0px;
					padding-bottom: 0px;
					padding-left: 17px;
					font-size: 11px;
					background-image: url(images/list-arrow.gif);
					background-position: 0px 7px;
					background-repeat: no-repeat;
					padding-right: 15px;
					line-height: 22px;
					font-weight: bold;
				}
				
				.express {
					background-image: url(images/express-img02.gif);
					background-position: center top;
					background-repeat: no-repeat;
					padding-top: 23px;
					height: 75px;
					color: #ffffff;
					font-size: 10px;
				}
				
				.heading {
					border: 1px solid #c0db00;
					font-size: 12px;
					font-weight: bold;
					height: 24px;
					padding-top: 6px;
					padding-left: 20px;
					color: #91101f;
				}
				
				.subcontent {
					padding-top: 20px;
					padding-right: 20px;
					padding-bottom: 20px;
					padding-left: 20px;
				}
				
				.pad {
					padding-left: 20px;
				}
				
				 .pad ul {
					 list-style: disc;
					 margin-left: 40px;
				 }

				.whiteborder-btm {
					border-bottom-width: 1px;
					border-bottom-style: solid;
					border-bottom-color: #ffffff;
				}
				
				.whiteborder-left {
					border-left: 1px solid #ffffff;
				}
				
				#sublist ul {
					list-style: none;
					list-style-type: circle;
					list-style-image: none;
					list-style-position: outside;
					margin: 0px 0px 0px 60px;
					padding: 3px 0px;
					font-weight: normal;
					color: #000;
				}
				
				#sublist ul li {
					background-image: none;
					padding-left: 0px;
					font-weight: normal;
				}
				
				#orderform fieldset {
					padding: 15px 10px 10px 10px;
					margin: 30px 0px;
					border: 1px dotted #cccccc;
					background-color: #ffffff;
				}
				
				#orderform legend {
					padding: 2px 5px;
					font-weight: bold;
					background-color: #ffffff;
					color: #91101f;
				}
				
				#orderform label {
					display: block;
					float: left;
					width: 170px;
					padding: 2px 5px 2px 3px;
					margin: 0px;
					text-align: left;
				}
				
				.input {
					border: 1px solid #6c6c6c;
					font-family: Verdana,Arial,Helvetica,sans-serif;
					font-size: 11px;
					color: #333333;
				}
					
				#orderform input, textarea {
					font-family: verdana,tahoma,sans-serif;
					font-size: 11px;
				}
				
				#orderform p {
					margin-bottom: 10px;
				}
				
				div.error {
					font-weight: bold;
					color: #F00;
					padding-bottom: 10px;
				}
				
				div.error img {
					top: 4px;
					position: relative;
				}
				
			 #home1 {
				 width: 162px;
				 height: 103px;
				 background-image: url(images/btn_order_01.gif);
			 }
			 
			 #home1:hover {
				 background-image: url(images/btn_order_02.gif);
				 cursor: pointer;
			 }
			 
			 #home2 {
				 width: 156px;
				 height: 103px;
				 background-image: url(images/btn_form_01.gif);
			 }
			 
			 #home2:hover {
				 background-image: url(images/btn_form_02.gif);
				 cursor: pointer;
			 }
			 
			 #home3 {
				 width: 153px;
				 height: 103px;
				 background-image: url(images/btn_sec_01.gif);
			 }
			 
			 #home3:hover {
				 background-image: url(images/btn_sec_02.gif);
				 cursor: pointer;
			 }
		
		#footer {
			width: 800px;
			min-height: 24px;
			background-image: url(images/bottom-bg.jpg);
			background-repeat: no-repeat;
			background-position: top;
			padding-top: 30px;
			padding-bottom: 30px;
			line-height: 20px;
			float: left;
			clear: none;
		}

/* EOF General Layout */