/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #E6E8EE;
	font: 0.8em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #134068;
	text-align: left;
}
a:link {
	color: #133F66;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	color: #133F66;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	color: #333333;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
}
h1 {font-size: 130%;}
h2 {font-size: 120%;}
h3 {font-size: 110%;}
h4 {font-size: 100%;}

/* Layout Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topsection {
	height:223px;
	background-image: url(../images/topheader.jpg);
	background-repeat: no-repeat;
}
#topsection h1, #mainadvert h2, #secondadvert h2 { text-indent:-2000px;}
#topnav {
	height:60px;
}
#content {
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/navfade.gif);
}

#footer {
	height:60px;
	background-color: #F6F7F5;
	font-size: 80%;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 1.5em;
	padding-top: 20px;
}
#footer a {
	color: #666666;
}

.fulladvert {
	display:block; 
	border:10px solid #B9CEE1; 
	padding:10px;
}
.advertleft {
	display:block;
	float:left;
	padding:10px;
	width: 360px;
	border-top: 10px solid #B9CEE1;
	border-bottom: 10px solid #B9CEE1;
	border-left: 10px solid #B9CEE1;
	height: 150px;
}
.advertright {
	display:block;
	float:left;
	padding:0px;
	width: 300px;
	border-top: 10px solid #B9CEE1;
	border-right: 10px solid #B9CEE1;
	border-bottom: 10px solid #B9CEE1;
	height: 170px;
	overflow: hidden;
}

.advertright a.info {
	width:50px;
	line-height: 30px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	float: right;
	display: block;
	position: relative;
	padding-left: 20px;
	right: 20px;
	top: 120px;
	border: 1px solid #FFFFFF;
}
.advertright a.info:hover {
	background-color: #990033;	
}
.kicker {padding-top:20px;}

/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.hr {
	border-top:1px solid #B9CEE1;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.left {float:left;}
.right {float:right;}
.bordertop {border-top:1px solid #FF6600}

/* News  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.news {
	display:block;
	margin-top: 10px;
	font-size: 90%;
	line-height: 140%;
}
.news h4 {
	font-size:120%;
	line-height:145%;
	margin: 0px;
	padding: 0px;
}

.date {
	width:40px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.date .month {
	width:30px;
	color: #FFFFFF;
	background-color: #990033;
	line-height: 20px;
	display: block;
	margin: 5px;
	text-align: center;
}
.date .day {
	width:30px;
	line-height: 20px;
	display: block;
	text-align: center;
	margin: 5px;
	color: #FFFFFF;
	background-color: #99CC00;
}

div.news .more {
background:transparent url(../images/arrow-red.png) no-repeat scroll 100% 50%;
border:medium none;
clear:both;
color:#990033;
padding-right:14px;
white-space:nowrap;
}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.mainheader {
	font: 170%/150% "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-transform: inherit;
	display: block;
	padding: 0px;
	margin: 0px 0px 20px;
}
.red {
 color:#6A0020;
}
.charcoal{
 color:#333333;
}
.serif-red {
	color:#6A0020;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.serif-charcoal {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-red {
	color:#6A0020;
	font-size:14px
	}
.medium-charcoal {
	color:#333333;
	font-size:14px}
.large-red {
	color:#6A0020;
	font-size:16px
	}
.large-charcoal {
	color:#333333;
	font-size:16px
	}


/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	list-style: none;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav li a#last{
	background-image: none;
}
#topnav  li a {
	font: normal 11px Arial, Helvetica, "Lucida Grande";
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	margin: 0px 5px 0px 0px;
	height: 40px;
	float: left;
	padding: 20px 15px 0px;
	background-image: url(../images/navdivider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
}
#topnav li a:hover {
	color: #66CCFF;
	border-top-color: #66CCFF;
}
#topnav li a.selected, #nav li a:hover.selected  {
	color: #66CCFF;
}

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav { 
	margin: 0px;
	padding:0px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	font: normal 10px/20px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration: none;
	background-position: 1px center;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/arrow-blue.gif);
	background-repeat: no-repeat;
}
#subnav li a:hover {
	color:#0099CC;
	font-weight: normal;
}
/* Shop Wrappers  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.innerone {	
	width: 220px;
	margin-left:20px;
	float: left;
	}
.narrowcolumn {	
	width: 240px;
	float: left;
	margin-left:0px;
	}
.narrowcolumn span{	
	margin-left:0px;
	}

.innertwo {	
	width: 420px;
	margin-left:20px;
	margin-bottom:20px;
	float: left;
	}
.innerthree {	
	width: 670px;
	margin-left:20px;
	margin-bottom:20px;
	float: left;
	}
.innerfour {	
	width: 890px;
	margin-left:20px;
	margin-bottom:20px;
	float: left;
	}