/* CSS Document */

body {
	background-color:#990000;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
  
#container {
	width:800px;
	background-color:#FFFFFF;
	margin:0px auto;
	text-align:left;
	position: relative;
	border: thick solid #000000;
}

#header {
	height:75px;
	padding:7px;
	background-color: #FFFFFF;
}

#content {
	width:800px;
	height: 460px;
	position: relative;
}

#footer {
	height:50px;
	background-color:#000000;
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
}
#headertext {
	height:75px;
	background-color: #990000;
	float: right;
	width: 628px;
	position: absolute;
	z-index: auto;
	top: 7px;
	right: 7px;
}
#navbar {
	height:34px;
	background-color: #000000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	position: relative;
}

#navbarLinks {
	width: 800px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navbarLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#navbarLinks a:hover{
	background-color: #CC0000;
	text-decoration: none;
}
#pagNav {
	position: relative;
	height: 530px;
}
.centered {
	text-align: center;
}

#siteLinks {
	color: #FFFFFF;
	text-align: left;
	display: block;
	text-indent: 10px;
	width: 170px;
	background-color: #333333;
	height: 530px;
}
#siteLinks a:link {
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#siteLinks a:hover{
	color: #FF0000;
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #CC0000;
	margin: 0px;
	padding: 0px 0px 5px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	margin: 0px 0px 0px 25px;
	padding: 20px 0px 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

h3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #CC0000;
	margin: 0px 0px 0px 25px;
	padding: 15px 0px 1px;
	font-weight: bold;
	top: 0px;
	line-height: normal;
	font-style: normal;
	text-decoration: none;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	margin: 0px 0px 0px 50px;
	padding: 10px 0px 1px;
	text-decoration: none;
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
ul{
	list-style-type: disc;
}
.footertext {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}
.bodytext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}
.sitelinks_high {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FF0000;
	margin: 0px;
	padding: 10px 0px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: capitalize;
}
.sitelinks {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	width: 170px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: capitalize;
}
.primarynav_high {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 8px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #CC0000;
	height: 34px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.primarynav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 8px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#contentbody {
	width:590px;
	top: 150px;
	z-index: 2;
	overflow: visible;
	visibility: visible;
	left: 190px;
	position: absolute;
	float: right;
}
.indenttext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}
.productimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linkstext {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}
#contact_us {
	width:800px;
	height: 540px;
	position: relative;
}
.linkstext_indent {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
	margin-left: 25px;
}
#sizescontent {
	width:800px;
	position: relative;
}
#productscontent {
	width:800px;
	height: 500px;
	position: relative;
}
.productimage-current {
	border: 1px solid #FF0000;
}
.productcrumbs {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #CC0000;
	margin: 0px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#navbar #navbarLinks #searchform {
	display: inline;
}
#navbar #navbarLinks #searchform #searchfor {
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
