@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}

a:link {
	font-size:12px;
	cursor: pointer;
	color: #000000;
	text-decoration:none;
}

a:visited {
	font-size:12px;
	cursor: pointer;
	color: #000000;
	text-decoration:none;
}

a:hover {
	color:#733540;
	text-decoration: none;
	font-weight:bold;
}

.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/finalmenu2.png);
	background-repeat: no-repeat;
	background-position:top left;
	height: 36px;
	text-align: left;
	vertical-align:top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
} 



.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	width: 165px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	background-repeat: repeat-y;
	background-position: center top;
	border: 1px solid #DDDDDD;
	padding: 15px;
}

.twoColFixRtHdr #sidebar1 h3 {
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
	padding: 0px;	
}

.twoColFixRtHdr #sidebar2 p {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.twoColFixRtHdr #sidebar2 {
	width: 205px;
	text-align: justify;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px;
	border: 1px solid #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.twoColFixRtHdr #sidebar3 {
	width: 15px;
}
.twoColFixRtHdr #mainContent {
	width: 480px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: repeat-y;
	background-position: top;
	border: 1px solid #DDDDDD;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
} 

.twoColFixRtHdr #results a:link {
	font-size:12px;
	cursor: pointer;
	color: #000000;
	text-decoration:underline;
}

.twoColFixRtHdr #results a:visited {
	font-size:12px;
	cursor: pointer;
	color: #000000;
	text-decoration:underline;
}

.twoColFixRtHdr #results a:hover {
	color:#733540;
	text-decoration: none;
	font-weight:bold;
	text-decoration:underline;
}

.twoColFixRtHdr #mainContent1 {
	width: 680px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: repeat-y;
	background-position: top;
	border: 1px solid #DDDDDD;
	padding: 10px;
} 

.twoColFixRtHdr #prodlist {
	padding: 0px;
	width: 630px;
}

.twoColFixRtHdr #proditem {
	margin: 5px;
	width: 140px;
	border: 1px solid #DDDDDD;
	padding: 5px;
}

.twoColFixRtHdr #proddescription {
	padding: 0px;
	width: 630px;
	border: 1px solid #DDDDDD;
}

.twoColFixRtHdr #proddetails {
	padding: 15px;
	text-align: justify;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}

.twoColFixRtHdr #footer {
	background-color: #FFFFFF;
	background-image: url(images/footerbg.PNG);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left:auto;
	margin-right:auto;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

img {
border-style: none;
}

.twoColFixRtHdr input {
	border: 1px solid #73363E;
}

.twoColFixRtHdr textarea {
	border: 1px solid #73363E;
}
