﻿html, body 
{
	margin: 0;
}
body 
{
	background-color: #ffffff;
	background-image: url(../images/textured-background.jpg);
	background-repeat: repeat;
}
body, td 
{	
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000;
}
hr 
{
	color:#cccccc;
	height:2px;
}
#aspnetForm 
{
	width:998px;
}

/* ---------------------------------------------------------------
/* Login Box
/* --------------------------------------------------------------- */

#loginBG 
{	
	background-color:#ebdeaa;
	background-image: url(../images/loginBG.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 10px 10px;
	padding: 8px;
	width: 180px;
}
#loginForm 
{
	background-color: #cac086;
	background-image: url(../images/loginFormBG.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.focused 
{
	color: #333333;
}
.blurred 
{
	color: #cac086;	
}
.hidden 
{
	display: none;
}
	

/* ---------------------------------------------------------------
/* Search Box
/* --------------------------------------------------------------- */

#searchBox 
{
	background-image: url(../images/searchBG.gif);
	background-repeat: repeat-x;
	background-position:50px 0;
	width:317px;
}
#searchBox #ctl00_query
{
	width:170px;
	margin-bottom:13px;
	font-size:10px;
}

/* ---------------------------------------------------------------
/* Main
/* --------------------------------------------------------------- */

#main 
{
	position:absolute;
	width:998px;
	left:-499px;
	top:0px;
	margin:10px 0 20px 50%; 
}
#placeholder 
{	
	padding:30px;
}
.disclaimer 
{
	font-size: 10px;
	font-style:italic;
	padding:10px;	
}
/* ---------------------------------------------------------------
/* Footer
/* --------------------------------------------------------------- */

#footer 
{
	text-align:center;
	font-size:10px; 
	margin:20px 0 50px 35px;
}
#footer a:link, #footer a:visited 
{
	color:#000000;
	text-decoration:none;
}
#footer a:hover 
{
	text-decoration:underline;
}

/* ---------------------------------------------------------------
/* General Classes
/* --------------------------------------------------------------- */

.floatLeft 
{
	float:left;
}
.clear 
{
	clear:both;
}
.center 
{
	text-align:center;
}
.additionalView 
{
	border:1px solid #cccccc;
}
.titleText 
{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;	
}


/* ---------------------------------------------------------------
/* IDs
/* --------------------------------------------------------------- */

#prodTitle 
{
	/*width:230px;
	float:left;*/
}
#ctl00_ContentPlaceHolder1_lblTitle 
{
	font-family:Georgia, Times New Roman;
	font-size:28px;
}
#ctl00_ContentPlaceHolder1_lblStyle 
{
	font-size:16px;
}
#popupDiv 
{
	margin: 10px;
}
#popupDiv img
{
	margin-right: 10px;
}
#popupDiv .titleText 
{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;	
}


/* ---------------------------------------------------------------
/* Left Nav
/* --------------------------------------------------------------- */

.leftNavLink 
{
	display:block;
}
.textLink, a.textLink:link, a.textLink:visited
{
    font-family:Georgia, Times New Roman;
    font-size:14px;
    color:#000000;
    text-align:center;
    padding: 5px 0 5px 0;
}
.textLink.active 
{
    background-image:url(../images/bgLine.gif);
    background-position:center center;
    background-repeat:no-repeat;
    font-weight:bold;
}
.hidden 
{
    display:none;
}

/* ---------------------------------------------------------------
/* Left Nav
/* --------------------------------------------------------------- */

.pager 
{
	font-size:16px; 
	font-weight:bold;
	text-align: center;
	margin-top:20px;
}

/* ---------------------------------------------------------------
/* BELOW CSS IS FROM BEM
/* --------------------------------------------------------------- */
.maintext
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000;
}

.footerlinks
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000000;
}
a.footerlinks
{
	color:#000000;
}
a.footerlinks:hover
{
	color:#000000; 
	text-decoration:underline;
}
.navbackground
{
	background-image:url(../images/nav-area-gradient.png); 
	background-repeat:no-repeat;
}
.searchbackground
{
	background-image:url(../images/search-box-area.png); 
	background-repeat:no-repeat;
}
.leftborder
{
	background-image:url(../images/left-border.png); 
	background-repeat:repeat-y; 
	background-position:top;
}
.rightborder
{
	background-image:url(../images/right-border.png); 
	background-repeat:repeat-y; 
	background-position:top;
}
.interiorgradient
{
	background-image:url(../images/interior-content-gradient-bottom.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom;
}
.maintexthighlight
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	font-variant:small-caps; 
	line-height:13px; 
	color:#66283C;
}
.interiorlinks
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#66283C;
}
a:link, a:visited
{
	color:#66283C;
	text-decoration:none;
}
a:hover
{
	color:#66283C; 
	text-decoration:underline;
}