@charset "UTF-8";

/******** Global Settings *********/

html, body, img {
	border: 0;
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	border-bottom: 1px solid #423F40;
	border-left: 1px solid #423F40;
	border-right: 1px solid #423F40;
}



/************ Fonts and Headers *************/

h1 {
	font-size: 1.5em;
	font-weight:bold;
	margin: 0 0 10px 0;
	clear: both;
	color: #EC1940;
}

h2 {
	font-size: 1.5em;
	font-weight:bold;
	margin: 0;
	clear: both;
}


/***** Common Formatting *****/

ul {
	margin: 0;
	padding-left: 25px;
	list-style-type: none;
}

small {
 	font-size:0.85em;
 	}


 /***** Links *****/

a { 
	text-decoration: none;
	color: #145897;
}

.altlink a, a.altlink {
	color: #472900;
	text-decoration: none;
}

a:link {
	color: #145897;
}

.altlink a:link, a:link.altlink { 
	color: #104D7A;
}

a:visited {
	color: #145897;
}

.altlink a:visited, a:visited.altlink {
	color: #104D7A;
}

a:hover {
	color: #EC1940;
}

.altlink a:hover, a:hover.altlink {
	color: #EC1940;
}



/******** Navbar **********/

#navmenu {
	position: relative;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	width: 150px;
}

ul.MenuBarVertical
{
	margin: 0 auto ;
	width: 100%;
}

#currentlocation {
	background-color: #776268;
	color: #EAD6DB;
}


/******************
Footer
******************/

#footer {
	position: relative;
	width: 900px;
	text-align: center;
	margin: 0 auto;
	height: 60px;
	clear: both;
	font-size: 10px;
	color: #000;
}

.dd {
	position: absolute;
	top: 5px;
	left: 120px;
	height: 40px;
	width: 500px;
}

.cw {
	position: absolute;
	top: 23px;
	left: 490px;
}


/******************
Common Page Elements
******************/

.content {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	width: 750px;
}

.floatleft {
	float: left;
	margin: 0 10px 5px 0;
}

.floatright {
	float: right;
	margin: 5px 0 5px 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/******************
Contact Us Email
******************/
#email1 {
	background: url("images/graphics/23/02.png");
	height: 52px;
	width: 750px;
	margin: 0;
	padding: 0px;
	position: relative;
}
#email1 li {
	padding:0;
	margin: 0;
	list-style: none;
	position:absolute;
	}
#email1 li a {
	text-decoration:none;
	font-weight:bold;
	display: block;
	height: 52px;
}
#email2 { 
	background: url("images/graphics/23/02.png") 0px 0px no-repeat; 
	left: 0px; 
	width: 750px;
}
#email2 a:hover { 
	background: url("images/graphics/23/02.png") 0px -52px no-repeat; 
}



/******************
Register for Specials, Closeouts, Newsletters
******************/
.register {
	background: url("images/graphics/24/bg.png") 0px -52px repeat-y; 	
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	width: 750px;
	height: 950px;
}
.webform {
	margin: 0 auto;
    height: auto;
	width: 650px;
	text-align: left;
	font-size: 14px;
}
.webform p {
	font-size: 14px;
	text-align: left;
	margin: 0 20px 0 0;
	letter-spacing: 1px;
	line-height: 18px;
}
.textfield {
	padding: .2em;
}
.LV_validation_message{
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#EC174C;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #EC174C;
}
img.logo {
	margin: 160px 0 0 50px;
}