html, body {
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url("/graphics/bodybg.gif");
	background-repeat: repeat-x;
	background-position: fixed;
	background-color: #811113;
	text-align: center;
	margin: 0px;
}

h1 {
	margin-top: 9px;
	margin-bottom: 12px;
	font-size: 17px;
	font-weight: normal;
	color: #6A6A6A;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: blue;
}
a:hover {
	color: navy;
	text-decoration: none;
}
a:visited {
	color: navy;
}

p {
	margin: 0px;
}

form {
	margin: 0px;
}

/*******************************************************************************
** ALL ELEMENTS THAT SHOULD HAVE THE BASIC FONT
*******************************************************************************/

body, table, input, select, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Georgia, sans-serif;
	font-size: 11px;
	color: #636363;
}

body, table {
	line-height: 17px;
}

/*******************************************************************************
** ELEMENTS THAT MAKE OUT THE PAGE LAYOUT
*******************************************************************************/

#maindiv {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
}

	#maindiv div.bodycontainer {
		float: left;
		width: 772px;
	}
	
	#maindiv div.bannercontainer {
		float: left;
		width: 140px;
		margin-left: 8px;
		margin-top: 161px;
	}

		#maindiv div.bannercontainer div.newsletter {
			margin-bottom: 9px;
		}
	
		#maindiv div.bannercontainer h2 {
			background-color: #1D3E8D;
			background-image: url("/graphics/newsletterbg.gif");
			background-repeat: repeat-x;
			background-position: top;
			color: white;
			padding: 7px;
			margin-bottom: 0px;
			border-left: 1px solid silver;
			border-top: 1px solid silver;
			border-right: 1px solid gray;
		}
		
		#maindiv div.bannercontainer div.shopsolution img {
			border-left: 1px solid silver;
			border-top: 1px solid silver;
			border-right: 1px solid gray;
			border-bottom: 1px solid gray;
		}	

#copyrightdiv {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
}

#maindiv {
	text-align: left;
	margin-top: 21px;
}

#maindiv div.topbar {
	width: 772px;
	background-image: url("/graphics/topbarbg.jpg");
	background-position: top;
	background-repeat: no-repeat;
	height: 126px;
}

	#maindiv div.topbar a {
		display: block;
		height: 126px;
	}

#maindiv #topmenu {
	width: 770px;
	margin-left: 1px;
	margin-right: 1px;
	background-image: url("/graphics/menubg.gif");
	background-repeat: repeat-x;
	height: 34px;
	overflow: hidden;
}

	#maindiv #topmenu div.placeholder {
		margin-top: 1px;
		padding: 0px;
		padding-top: 7px;
		width: 271px;
		height: 32px;
		border-right: 1px solid #848484;
		float: left;
		font-size: 15px;
		font-weight: bold;
	}
	
	#maindiv #topmenu a {
		display: block;
		float: left;
		border-right: 1px solid #848484;
		border-left: 1px solid white;
		width: 74px;
		overflow: hidden;
		color: #909090;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		border-top: 4px solid #6162AD;
		padding-left: 6px;
		padding-right: 1px;
		padding-top: 6px;
		padding-bottom: 4px;
		margin-top: 1px;		
	}
	
	#maindiv #topmenu a:hover {
		border-top: 4px solid #9C9CD1;
		padding-left: 5px;
		padding-right: 2px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#maindiv #topmenu a.selectedlink {
		border-top: 4px solid #C02829;
		color: #C02829;
	}
	
#maindiv #content {
	background-color: white;
	background-image: url("/graphics/contentbg.gif");
	background-repeat: repeat-y;
	background-position: left;
	width: 769px;
	margin-left: 1px;
	margin-right: 1px;
	border-right: 1px solid #D3D3D3;
}

	#maindiv div.searchbar {
		background-image: url("/graphics/searchbarbg.gif");
		background-repeat: no-repeat;
		background-position: left;
		height: 27px;
		width: 441px;
		overflow: hidden;
		color: #CED9E8;
		font-weight: bold;
		font-size: 14px;
		border-top: 1px solid gray;
		float: left;
	}
	
		#maindiv div.searchbar div.lft, #maindiv div.searchbar div.rgt {
			float: left;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-right: 8px;
		}
	
		#maindiv div.searchbar div.lft {
			width: 228px;
			text-align: right;
			border-right: 1px solid #051744;
		}
		
		#maindiv div.searchbar div.rgt {
			padding-left: 8px;
			border-left: 1px solid #AFBED3;
			width: 180px;
			text-align: left;
		}
		
			#maindiv div.searchbar div.rgt a {
				color: #CED9E8;
				text-decoration: none;
			}
			#maindiv div.searchbar div.rgt a:hover {
				color: #C02829;
			}
		
		#maindiv div.searchbar img, #maindiv div.searchbar input {
		}
	
		#maindiv div.searchbar input {
			opacity: 0.8;
			filter: alpha(opacity=80);
			border-left: 1px solid #051744;
			border-top: 1px solid #051744;
			border-right: 1px solid white;
			border-bottom: 1px solid white;
			font-weight: normal;
			height: 14px;
			padding: 0px;
			color: black;
		}
		
	#maindiv div.languagebar {
		width: 325px;
		text-align: right;
		padding-top: 4px;
		height: 27px;
		float: left;
	}		

	#maindiv #content div.lftcol, #maindiv #content div.rgtcol {
		float: left;
		overflow: hidden;
	}
	#maindiv #content div.lftcol {
		width: 240px;
	}
	#maindiv #content div.rgtcol {
		width: 527px;
		position: relative;
	}
	
	#maindiv #content div.lftcol .paddingdiv {
		padding: 15px;
		padding-top: 30px;
	}
	#maindiv #content div.rgtcol .paddingdiv {
		padding: 15px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
/**
 * The services div.
 */
 	#maindiv #content div.service {
		width: 230px;
		height: 95px;
		overflow: hidden;
		background-image: url("/graphics/servicebg.gif");
		background-repeat: no-repeat;
		background-position: left center;
		margin-bottom: 12px;
		font-size: 11px;
		color: #4E4E4E;
		line-height: 14px;
	}
	
		#maindiv #content div.service div.paddingdiv {
			padding: 10px;
		}
		
		#maindiv #content div.service a {
			color: #C02829;
		}
		
		#maindiv #content div.service div.imgdiv {
			width: 75px;
			height: 75px;
			float: left;
			margin-right: 10px;
			overflow: hidden;
			border: 1px solid #8A8A8A;
			background-repeat: no-repeat;
			background-image: none;
			background-position: center;
		}
	
/**
 * The bottom div.
 */
	#maindiv div.bottom {
		background-color: none;
		background-image: url("/graphics/bottombg.gif");
		background-repeat: no-repeat;
		background-position: bottom right;
		height: 34px;
		width: 771px;
		color: gray;
	}
	
		#maindiv div.bottom div.paddingdiv {
			padding: 7px;
			padding-left: 300px;
			text-align: center;
		}
	
	#maindiv #copyrightdiv {
		font-family: Arial, Verdana, Tahoma, sans-serif;
		text-align: right;
		font-size: 10px;
		color: #B7B7B7;
		margin-bottom: 30px;
		line-height: 13px;
		padding-top: 3px;
	}
		#maindiv #copyrightdiv a {
			color: #B7B7B7;
		}
		
		
/*******************************************************************************
/** ALL SPECIFIC FORMS AND FORM-ELEMENTS GO HERE 
*******************************************************************************/

#bullseyeform {
	width: 300px;
	display: block;
	float: right;
	background-color: #F3F8FC;
	border: 1px solid #DADBDA;
	margin-left: 8px;
}

#bullseyeform input, #bullseyeform textarea, #bullseyeform select {
	border: 1px solid gray;
	width: 190px;
}

#bullseyeform input {
	height: 16px;
}

#bullseyeform textarea {
	overflow: auto;
}

#bullseyeform .btn {
	width: 85px;
	height: 21px;
}

#bullseyeform .redstar {
	color: red;
	font-weight: bold;
}

#bullseyeform input.zip {
	width: 50px;
}

#bullseyeform input.phone {
	width: 100px;
}