
/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #406db2;
	color: #000;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #07449f;
	text-decoration: underline;
}
a:hover {
	color: #07449f;
	text-decoration: none;
}
a:active {
	color: #07449f;
	text-decoration: underline;
}

#navlist a:link, #navlist a:visited {
	color: #06316c;
	text-decoration: none;
}
#navlist a:hover {
	color: #dc414c;
	text-decoration: none;
}
#navlist a:active {
	color: #dc414c;
	text-decoration: none;
}

a.productlink:link, a.productlink:visited {
	color: #06316c;
	text-decoration: none;
}
a.productlink:hover {
	color: #dc414c;
	text-decoration: none;
}
a.productlink:active {
	color: #dc414c;
	text-decoration: none;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: normal normal normal 13px/13px Arial, Helvetica, sans-serif;
	color: #fff;
}
h2 {
	font: normal normal bold 18px/43px Arial, Helvetica, sans-serif;
	color: #fff;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
.large {
	font-size: 18px;
	line-height: 26px;
}
.medium {
	font-size: 14px;
}
.small {
	font-size: 10px;
}


/* =4 Structure
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#inner_wrapper {
	width: 948px;
	margin: 0 auto;
}
#section_wrapper {
	width: 948px;
	margin: 0 auto;
	text-align: right;
	font: normal normal bold 25px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 17px;
}
#outer_wrapper {
	width: 948px;
	margin: 0 auto;
}
#background {
	background-color: #fff;
}
#logo {
	width: 948px;
	height: 121px;
}
#navigation {
	display: inline;
	float: left;
	width: 200px;
}
#content {
	width: 718px;
	padding-left: 30px;
	margin-bottom: 25px;
	display: inline;
	float: left;
}
#content_left {
	width: 440px;
	display: inline;
	float: left;
}
#content_wide {
	width: 650px;
	display: inline;
	float: left;
}
#sidebar {
	width: 233px;
	margin-left: 40px;
	display: inline;
	float: right;
	text-align: center;
}
.sidebar_shadow {
	padding: 5px 5px 0px 5px;
	background-image: url(../img/sidebar_shadow.png);
	position: relative;
}
.shadow_bottom {
	position: absolute;
	width: 233px;
	height: 5px;
	left: 0px;
	bottom: -5px;
}



#nav_wrapper {
	background-color: #e4e2e2;
	padding: 20px 0px 10px 9px;
}
#nav_wrapper_sub {
	padding: 0px 0px 0px 9px;
}
#footer {
	margin: 10px;
	padding: 5px;
	border-top: 1px solid #da0303;
	border-bottom: 1px solid #da0303;
}
#footer_left {
	display: inline;
	float: left;
	width: 60%;
	color: #fff;
	font-size: 11px;
}
#footer_right {
	display: inline;
	float: left;
	width: 40%;
	color: #fff;
	font-size: 11px;
	text-align: right;
}




p {
	margin-top: .75em;
	margin-bottom: .75em;
	line-height: 16px;
}
.head {
	font: normal normal normal 14px/18px Arial, Helvetica, sans-serif;
	color: #07449f;
	text-transform: uppercase;
}
.redhead {
	color: #d90110;
	font-weight: bold;
}
.red {
	color: #d90110;
}
.reversed {
	color: #fff;
}

#navlist{
	list-style: none;
}
#navlist li{
	padding-left: 8px;
	border-left: 1px solid #919191;
	font: normal normal normal 12px/12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#navlist li a#current{
	color: #d90110;
}

.bullets{
	list-style: none;
}

.bullets li {
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 10px;
}

table.center {
	margin: 0 auto;
}
.galleryhead {
	background-color: #ededed;
	padding: 5px;
	font-weight: bold;
}
.gallerypic {
	text-align: center;
	font-size: 10px;
	padding: 5px;
}


.split_left {
	width: 48%;
	display: inline;
	float: left;
	margin-right: 1%;
}
.split_right {
	width: 48%;
	display: inline;
	float: left;
	margin-left: 1%;
}