@charset "utf-8";
/* CSS Document */

/* Reset CSS */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset css */


body {
	text-align: center;
	background-image: url(../images/template/bg.png);
	background-repeat: repeat-x;
  }
#main {
	margin: 0 auto;
	width: 950px;
	text-align: left;
  } 
#header {
	height: 158px;
	top: 0px;
	background-image: url(../images/template/upperheader_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#lowerHeader {
	height: 70px;
	background-image: url(../images/template/header_bg.png);
}
#logo  {
	position: relative;
	top: -154px;
	left: 35px;
}
#sdheader {
	height: 100px;
	width: 451px;
	position: relative;
	top: -254px;
	left: 485px;
}

#search_box {
	float: left;
	left: 90px;
	top: 10px;
	position: relative;
	background-image: url(../images/template/search_box.png);
	height: 25px;
	width: 240px;
	background-repeat: no-repeat;
}

#search_box #s {
	float: left;
	padding: 0;
	margin: 5px 0 0 5px;
	border: 0;
	width: 195px;
	background: none;
}

#search_box #go {
	float: right;
	margin: 0 0 0 15px;
}



#upperNavbar {
	height: 40px;
	background-image: url(../images/template/upperNavbar_bgImage.png);
	text-align: right;
}
#upperNavbar a {
	font-family: Arial, Verdana;
	font-size: 16px;
	margin-right: 6px;
	top: 10px;
	position: relative;
	font-weight: bold;
}
.uppernavmargin {
	padding-right: 5px;
	position: relative;
	top: 2px;
}

#upperNavbar a:link {
	color: #000000;
}
#upperNavbar a:visited {
	color: #000000;
}
#upperNavbar a:hover {
	color: #FFFFFF;
}
#upperNavbar a:active { } 

/*Navbar css code*/

#navbar {
	height: 47px;
	width: 100%;
	background-image: url(../images/template/navbar_bgImage.png);
}
#navbar ul {
	list-style: none;
	margin-right: 20px;
	margin-top: 2px;
	padding: 0;
	float: left;
}

#navbar ul ul {
	position: absolute;
	z-index: 500;
	background-color: #023059;
	border: 1px solid #666666;
	width: 170px;
	margin-top:	0px;
}

div#navbar ul ul {
	display: none;
}

div#navbar ul li:hover ul{
	display: block;
}

div#navbar ul li:hover ul li{
	font-family: Arial, Verdana;
	margin-top: 20px;
	margin-left: 10px;
	color: #CCCCCC;
	font-weight: bold;
}

#navbar span{
	display: none;
}

.hats {
	margin-left: 30px;
}

.last       {
	margin-bottom: 20px;
}


/*End of Navbar css code*/

#separator {
	height: 45px;
	background-image: url(../images/template/separator_image.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#container {
	background-image: url(../images/template/container_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

#leftColumn {
	width: 161px;
	border-left-style: solid;
	border-left-color: #f2a516;
	float: left;
	background-image: url(../images/template/leftColumn_bgImage.png);
	background-repeat: repeat-y;
	color: #FFFFFF;
	border-left-width: 5px;
}
#leftColumn img {
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 5px;
}

#leftColumn    ul li  {
	margin-bottom: 30px;
}

#leftColumn  ul  {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
	font-variant: small-caps;
	list-style-image: url(../images/template/list.png);
	
}

#leftColumn ul li ul {
	font-weight: normal;
	margin-top: 10px;
	font-variant: normal;
	margin-left: 15px;
	list-style-image: none;
}

#leftColumn ul li ul li {
	margin-bottom: 10px;
	font-weight: normal;
}

#leftColumn a:link {
	color: #FFFFFF;
}
#leftColumn a:visited {
	color: #FFFFFF;
}
#leftColumn a:hover {
	color: #F2A516;
}
#leftColumn a:active { } 


#rightColumn {
	width: 779px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #f2a516;
	float: right;
	font-family: Verdana, Arial;
	font-size: 14px;
}
#rightColumn p {
	line-height: 1.5em;
}

#rightColumn h1 {
	color: #244C70;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
#rightColumn h3 {
	font-size: 14px;
	color: #023059;
}

.image {
	float: right;
	margin-left: 60px;
	border: 2px solid #416483;
	margin-bottom: 20px;
}
.image2 {
	float: left;
	margin-right: 60px;
	border: 2px solid #416483;
	margin-bottom: 20px;
}
.list {
	list-style-type: disc;
	line-height: 1.5em;
}





#separatorBottom {
	height: 15px;
	background-image: url(../images/template/separator_bottom_image.png);
	clear: both;
	background-repeat: no-repeat;
	background-position: top;
}

#footer {
	height: 100px;
	clear: both;
}
#ShoppingCart {
	visibility: hidden;
}

#istarcontent {
	padding-right: 75px;
	padding-left: 80px;
	padding-top: 50px;
}

.red:visited {
	color:	#FF0000;
}

#navbar a:link {
	color: white;
}
#navbar a:hover {
	color: #FFFF00;
}
#navbar a:visited {
	color: white;
}

.errortext {
	color: red;
	font-weight: bold;
}
