/* Main application stylesheet */
/* general tag styles */
body {
    background: url(/images/bg.gif);
    text-align: center;
    font-size: 68%;
    font-family: tahoma, verdana, sans-serif;
    color: #000;
    margin: 0px;
    } 

img { border: 0px; } 

table { border-collapse: collapse; font-size: 100%; }

h1 {
	width: 579px;
	height: 19px;
	background-color: #af933e;
	margin: 0px;
	font-size: 12px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 4px;
}
h2 {
        color: #af933e;
}

td { 
    vertical-align: top; 
    text-align: left;
    }         
    
th {
   vertical-align: top;
   text-align: left;
   font-weight: bold;
   }

a { color: #000; }

input {
    font-size: 11px;
    padding: 3px;
    }

textarea {
    font-size: 11px;
    padding: 3px;
    }

form { margin: 0px; padding: 0px; }

.date{
	font-size: 80%;
	color: #999;
}

/* useful general styles */
.bold {
    font-weight: bold;
    }
	
.gold{
	color: #AF933E;
}

.center, .centered  {
    text-align: center;
    } 

ol.alpha {
    list-style-type: lower-alpha;
    }

/* outer container styles */
#primary_wrapper {
    margin: auto;
    margin-top: 0px;
    width: 802px;
	font-size: 12px;
    }

#secondary_wrapper {
    width: auto;
    padding: 0px;
    float: left;
    text-align: center;
    }

/* header */
#header { 
    float: left; 
    width: 792px;
	height: 228px;
	margin-top: 5px;
	padding: 5px;
    text-align: left;
	background: #fff;
	display: inline;
    }

#header-left {
	float: left;
	width: 350px;
	height: 228px;
	background: url(/images/header-left.gif);
	display: inline;
}

#header-right {
	float: left;
	width: 442px;
	height: 228px;
	background: url(/images/header-right.jpg);
	display: inline;
}

#header-banner{
        float: right;
	width: 195px;
	height: 195px;
	display: inline;
	margin-top: 28px;
	margin-right: 5px;
}

#header #logo { float: left;}

#header img { margin-top: 5px; margin-left: 5px; }

/* navbar */
/* horizontal navbar */
#navbar {
    float: left;
    width: 110px;
	margin-left: 30px;
	margin-top: 60px;
	display: inline;
    }

#navbar ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style-type: none;
    text-align: left;
    }
    
#navbar ul li {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    width: auto;
    text-align: center;
	text-align: left;
	list-style-image: url(/images/nav-arrow.gif);
	line-height: 20px;
    }
  
#navbar ul li a {
    color: #000;
    text-decoration: none;
    margin-top: 1px;
	}
    
#navbar ul li.sfhover a, #navbar ul li:hover a, #navbar ul li.sfhover, #navbar ul li:hover {
    }
    
#navbar ul li a.current {
    }
    
/* content_for_layout container */
#main_content {
    float: left;
    width: 792px;
    height: auto;
    margin-top: 5px;
	min-height: 500px;
    font-size: 90%;
    text-align: left;
	background: #fff;
    padding: 5px;
	}

#main_content_inner {
    float: left;
	width: 589px;
	}

#main-text{
	float: left;
	width: 532px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline;
}

#ticker{
	float: left;
	width: 579px;
	height: 26px;
	padding-top: 2px;
	margin-left: 5px;
	border-top: solid 1px #ababab;
	border-bottom: solid 1px #ababab;
	font-size: 15px;
	font-family: arial black;
	margin-bottom: 15px;
	display: inline;
}

#bottom-left{
	float: left;
	width: 303px;
	border-right: dotted 1px #000;
}

#bottom-right{
	float: left;
	width: 260px;
	height: 173px;
	margin-left: 5px;
	background: url(/images/news-box-bg.gif) repeat-x;
	padding: 10px;
}

.small-box{
	float: left;
	clear: left;
	width: 288px;
	height: 55px;
	padding: 5px;
	background: url(/images/sm-box-bg.gif) repeat-x;
	display: inline;
}
.small-box a{
	text-decoration: none;
}
.small-box a:hover{
	text-decoration: underline;
}
.small-dots{
	float: left;
	clear: left;
	width: 298px;
	height: 1px;
	border-bottom: dotted 1px #000;
	margin-bottom: 5px;
	margin-top: 4px;
	font-size: 1px;
	display: inline;
}

#heading-news{
	float: left;
	width: 270px;
	height: 19px;
	background-color: #af933e;
	margin: 0px;
	margin-left: 5px;
	font-size: 12px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom: solid 2px #fff;
	display: inline;
}

#heading-news a{
	color: #fff;
	text-decoration: none;
}

#right-column{
	float: right;
	width: 198px;
}

#newsletter{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 196px;
	height: 107px;
	display: inline;
	border: solid 1px #959595;
	background: url(/images/newsletter-bg.gif);
}

#store-selection{
	float: left;
	width: 512px;
	height: 40px;
	background: #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 17px;
	padding-left: 17px;
	display: inline;
}

/* footer */
#footer {
    float: left;
    clear: left;
    width: 100%;
    height: auto;
    font-size: 11px;
	color: #aaa;
    margin-top: 5px;
	} 
#footer a{
	color: #aaa;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
    }
