@charset "UTF-8";
/* CSS DOCUMENT */
/* ------------------------------------------------------------------ MAIN SETTINGS ------- */


body{
	background: #000000 url(../images/global_bg.jpg) top repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #093134;
}

h2{
	border-bottom: 2px solid #3d6389;
	font-size: 1em;
	color: #d3dee9;
	text-align: left;
	padding: 0px 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}
h1{
	color: #135a60;
	font-size: 1.25em;
	border-bottom: 1px solid #878787;
	font-weight: normal;
	margin: 15px 0px 10px 0px;
}

h2:first-letter{
	font-size: 1.1em;
}

a{
	color: #3b6084;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* ------------------------------------------------------------------ GLOBAL CONTAINER ------- */

#global_container {
	margin: 0px auto;
	width: 859px;
}
#global_container_wrapper{
	float: left;
	width: 856px;
	background: #ffffff url(../images/nav_background.jpg) left repeat-y;
	border-right: 3px solid #576f75;
}


/* ------------------------------------------------------------------ COLUMN LEFT ------- */


#column_left{
	float: left;
	width: 260px;
	text-align: right;
	color: #d3dee9;
}
#column_left p{
	line-height: 1.5em;
}
#column_left a{
	color: #ecc800;
}
.box_container{
	float: left;
	text-align: left;
	width: 210px;
	padding: 0px 20px 20px 30px;
}
.box_container ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.box_container input[type="text"]{
	width: 125px;
}

/* ------------------------------------------------------------------ NAVIGATION ------- */

#navigation_main{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#navigation_main li{
	width: 260px;
	background: #3b6084;
	margin-top: 2px;
}

#navigation_main li:hover{
	background: #2a435c;
}

#navigation_main li a{
	text-decoration: none;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: .1em;
	padding: 8px 19px 9px 20px;
}

#navigation_main li:hover a{
	color: #ecc800;
}

#navigation_main li a:first-letter{
	font-size: 1.2em;
}

#navigation_main li ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}
#navigation_main li ul li{
	background: none;
	margin-top: 0px;
}
#navigation_main li ul li:hover{
	background: none;
}
#navigation_main li ul a{
	font-size: .9em;
	color: #ecc800;
	padding: 4px 19px 5px 20px;
}
#navigation_main li ul a:hover{
	color: #ffffff;
}

/* ------------------------------------------------------------------ COLUMN RIGHT ------- */


#column_right{
	float: left;
	width: 596px;
	padding: 0px 0px 20px 0px;
}
#column_right_content{
	padding: 0px 15px 20px 23px;
	letter-spacing: .07em;
}
.slideshow{
	width: 99.99%;
	float: left;
	margin-bottom: 30px;
}
.page_slide{
	margin-left: 2px;
	border: 2px solid #cccccc;
	width: 70px;
	height: 38px;
}

/* ------------------------------------------------------------------ SPECIALS IMAGES ------- */

.special{
	width: 166px;
	float: left;
}

.special p{
	padding: 2px 6px;
	line-height: 1.4em;
}

.special .title{
	font-weight: bold;
}
.special .price{
	font-weight: bold;
	color: #2a435c;
	font-size: .9em;
}

.specials_image{
	padding: 6px;
	width: 154px;
	height: 81px;
	float: left;
	text-align: center;
	background: url(../images/specials_bg.gif);
}

.specials_image img{
	margin: auto;
	max-width:154px;
	max-height: 81px;
}

/* ------------------------------------------------------------------ FOOTER ------- */

#footer{
	float: left;
	clear: both;
	background: #6190bf;
	width: 854px;
	padding: 0px 5px 5px 0px;
	text-align: right;
}

#navigation_footer{
	margin: 0px;
	padding: 22px 0px 0px 0px;
	float: right;
	list-style: none;
}

#navigation_footer li{
	float: left;
	display: inline;
}

#navigation_footer li a{
	display: block;
	padding: 5px 0px 5px 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

#navigation_footer li a:first-letter{
	font-size: 1.1em;
}

#footer p{
	margin: 5px 0px;
	font-size: .8em;
	color: #9bb9d7;
	display: block;
	clear: right;
	text-transform: uppercase;
}

#footer p a{
	color: #9bb9d7;
	text-decoration: none;
}

/* ------------------------------------------------------------------ OTHER ------- */
.formButtons{
	float: left;
	margin: 10px 0px;
}
.formFieldSet{
	margin: 10px 0px;
}
.ProductSubtitle{
	font-weight: bold;
}