/*
    This rule overrides any default padding/margins created by default browser styling
*/

*{
    padding:0;
    margin:0;
}

/*
    Sets basic formatting for the body of the entire page
*/

body{
	background-color: #000000;
	/* background: #5A5A5A url(images/bodyBackground.jpg) repeat-y fixed center top; */
}

table{
	border-collapse: collapse;
    font-family: lucida grande, geneva, verdana, arial, sans;
    font-size: 11px;
	line-height: 130%;
}

#backgroundCenterDivOuter{
	/* background: url(images/siteTopFade.jpg) repeat-x fixed center top; */
}

#backgroundCenterDivCore{
	/* background: url(images/siteTopFadeCore.jpg) no-repeat fixed center top; */
}

#siteBodyTable{
	margin-top: 20px;
	background: #000000 url(images/siteBodyTableBackground.gif) repeat-y fixed center top;
}


#siteBodyDiv{
	width: 780px;	
	position: relative;
	overflow: hidden;	
    font-family: lucida grande, geneva, verdana, arial, sans;
    font-size: 11px;
	line-height: 130%;
	text-align: left;
}

/*
	Universal Link Formatting
*/

a:link, a:visited{
	color: #FFFFFF;
}

a:hover{
	color: #279DF1;
}
	

a:active{
	color: #106EB1;
}

/*
	Site Header
*/

#siteHeader{
	width: 780px;
	height: 30px;
	background-color: #000000;
	background-image: url(images/siteHeader.gif);
}

#siteHeaderText{
	display: none;
}

/*
	Top Nav
*/

#topNavTable{
	height: 30px;
	width: 580px;
	margin-left: 200px;
	line-height: 30px;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;	
}

.topNavLink:link, .topNavLink:visited{
	display: block;
	height: 30px;
	padding: 0 25px 0 25px;	
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
	font-weight: bold;
 }

.topNavLink:hover{
	color: #279DF1;
}

.topNavLink:active{
	color: #106EB1;
}

.topNavLinkSelected:link, .topNavLinkSelected:visited{
	display: block;
	height: 30px;
	padding: 0 25px 0 25px;	
	text-decoration: none;
	text-transform: lowercase;
	color: #279DF1;
	font-weight: bold;
}


/*
	Side Navigation
*/

#sideNavDiv{
	width: 200px;
	float: left;
}

#sideNavHeader{
	height: 108px;
	background-image: url(images/lbSigLogo.jpg);
}

#cartNav{
	height: 72px;
	background-image: url(images/cartBack.jpg);
	text-align: right;
}

#viewCartPreviewFull, #viewCartPreviewEmpty{
	padding-top: 10px;
	padding-right: 15px;
}

#viewCartLinkFull, #viewCartLinkEmpty{
	color: #9E250C;
	font-weight: bold;
	padding-right: 19px;
}

.storeNavArtHeader{
	margin: 0 15px 0 15px;
    line-height: 25px;
	font-weight: bold;
	color: #85E0FB;
	text-transform: lowercase;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;	
}

.storeNavLink:link, .storeNavLink:visited{
	display: block;
	width: 200px;
	height: 25px;
	line-height: 25px;
	text-indent: 15px;
    text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
	background: none;
}

.storeNavLink:hover{
	background-image: url(images/storeNaveLinkLight.gif);
	color: #FFFFFF;
}

.storeNavLinkSelected{
	display: block;
	width: 200px;
	height: 25px;
    line-height: 25px;
	text-indent: 15px;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
	background-image: url(images/storeNaveLinkSelected.gif);
}

.storeNavLinkSelected:hover{
	color: #FFFFFF;
}

/*
	Display Body
*/

#displayBody{
	width: 580px;
	float: left;
	margin: 0 0 10px 0;
	color: #333333;
	background-image: url(images/displayBodyCorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#displayBodyContent{
	margin: 20px;
}

#displayBodyContent a:link, #displayBodyContent a:visited{
	color: #279DF1;
}

.pageHeader{
	font-size: 22px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: lowercase;
	border-bottom: solid 1px #CCCCCC;
	font-family: Georgia, Times New Roman, Times, serif;	
}

.pageHeaderTwo{
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: lowercase;
	font-family: Georgia, Times New Roman, Times, serif;	
}

.globalHeader, .pageSubHeader{
	font-size: 16px;
	line-height: 20px;
	text-transform: lowercase;
	color: #004A7F;	
	font-family: Georgia, Times New Roman, Times, serif;	
}

#displayBodyContent ul li{
	background-image: url(images/lbListCircle.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 5px 0 0 0;
	padding-left: 15px;
	list-style-type: none;	
}

.infoPageImage{
	float: right;
	padding: 0 0 10px 10px;
}

/*
	Site Footer
*/

#siteFooter{
	clear: both;
	padding: 25px 0 0 5px;
	height: 70px;
	background-image: url(images/siteFooter.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top center;
	color: #FFFFFF;
	text-transform: lowercase;
}

/*
	Universal Buttons
*/

.cartSubmitButton, .buttonLink{
	font-size: 16px;
	text-transform: lowercase;
	border: solid 1px #279DF1;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	_height: 16px;
	font-family: Georgia, Times New Roman, Times, serif;		
}

/*
	Form Builder
*/

.formLabelRequiredMark{
	color: #004A7F;	
}

#message{
	width: 250px;
	height: 150px;
}

/*
	Errors
*/

.ErrorBox{
	display: block;
	border: solid 1px #FF0000;
	padding: 0 20px 5px 20px;
	margin-bottom: 15px;
}

.ErrorBox li{
	color: #FF0000;
}