
/* ----------------------------------- default ----------------------------------- */
html, body {
	margin: 0 auto;
	padding: 0;
	height:100%;
	background:#002565 url(../images/bg.jpg) 0 0 repeat-x;
	font-family:Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	min-width:956px;
	color:#333;
	font-size:13px;
	line-height:20px;
}



a {			color:#0160a6; text-decoration:none; }
a:hover {	color:#0160a6; text-decoration:underline; }

strong, b { font-weight:bold;}
i, em { font-style:italic;}


input, textarea {
	color:#666;
	border:1px solid #cecece;
	background:#fff url(../images/bg-input.gif) left bottom repeat-x;
}
input#submit {
	color:#fff;
	border-color: #0a5a9d !important;
	background:#327ebe;
	width:auto !important;
	padding:3px 10px !important;
	font-size:12px !important;
	line-height:14px !important;
}


input.button {
	border-color: #0a5a9d !important;
	background:#327ebe;
	color:#fff;
}

.radio {
	background:none;
	border:none;
}
.check {
	background:none;
	border:none;
}


.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}


/* ------------------------------------------------- general layout divs ----------------------------------- */
#wrapper {
	width:956px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background:url(../images/bg-wrapper.jpg) 0 0 no-repeat;
}
#header {
	position:relative;
	margin:0;
	padding:0;
	width:956px;
	height:150px;
	z-index:5;
}
#bgWrap {
	width:956px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#bg {
	width:930px;
	margin:0;
	padding:13px 13px 0;
	overflow:hidden;
}
#sidebar {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	overflow:hidden;
}
#content {
	float:left;
	display:inline;
	min-height:180px;
	margin:0;
	padding:0;
	overflow:hidden;
}
	





/* ------------------------------------------------- header ------------------------------------*/
/* ------------------- logo ------------------- */
#header h1 {
	position:relative;
	float:left;
	display:inline;
	margin:0 0 0 28px;
	padding:0;
	width:260px;
	height:95px;
	z-index:100;
}
#header h1 a, #header h1 a span {
	position:absolute;
	top:0;
	left:0;
	width:260px;
	height:95px;
	margin:0;
	padding:0;
	display:block;
}
#header h1 a span {
	background:url(../images/logo.jpg) top left no-repeat;
	cursor:pointer;
}




/* ------------------- contact info ------------------- */
#header #contact {
	float:right;
	display:inline;
	width:660px;
	height:95px;
	overflow:hidden;
	text-align:right;
}

#header #contact p { padding-right:20px; color:#000; }





/* ------------------------------------------------- sidebar ------------------------------------*/
/* ------------------- cart nav ------------------- */
ul.cartNav {
	list-style:none;
	color:#0160a6;
	font-weight:bold;
	margin:0 10px;
	padding:5px 0 0;
}
ul.cartNav li {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #dbdbdb;
}
ul.cartNav li a {
	display:block;
	margin:0;
	padding:3px 5px 3px 30px;
	background:url(../images/bg-arrow-bullet-blue.gif) 15px 10px no-repeat;
}
ul.cartNav li a:hover {
	display:block;
	color:#fff;
	text-decoration:none;
	background:#0160a6 url(../images/bg-arrow-bullet-white.gif) 15px 10px no-repeat;
}








/* ------------------------------------------------- general subpage styles -------------------------*/
a .heading1, .heading1 a, a.heading1,
a .heading2, .heading2 a, a.heading2,
a .heading3, .heading3 a, a.heading3,
a .heading4, .heading4 a, a.heading4,
a .heading5, .heading5 a, a.heading5 {color:#0160a6;}

h1, .heading1 {
	font-size:23px;
	line-height:28px;
	margin-bottom:10px;
	color:#0045c7;
	font-weight:normal;
}

h2, .heading2 {
	font-size:23px;
	line-height:28px;
	margin-bottom:10px;
	color:#df6d20;
	font-weight:normal;
}

h3, .heading3 {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#df6d20;
	font-weight:bold;
}

h4, .heading4 {
	color:#df6d20;
	font-weight:normal;
    margin-bottom: 10px; 
}


hr {
	color:#dcd3bf;
	background:#b3a7a0;
	border:0;
	height:1px;
}

p,
ul,
ol { 
    margin-bottom: 20px; 
}

ol, ul {
    list-style:outside;
    margin-left: 2em;
}


#content img {
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	margin:10px;
}


#content a:hover img {border-color:#0160a6;}






/* ------------------------------------------------ cms form styles ------------------------------------------------ */
div.formText {
	width:53%;
	float:left;
	display:inline;
}

form table.cmsForm {
	width:45%;
	float:right;
	display:inline;
}

form table.cmsForm input, form table.cmsForm select {
	margin-right:5px;
}

form table.cmsForm {
	margin:10px auto 0 auto;
}
form table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
form table.cmsForm tr td.formName {
	width:50%;
	text-align:right;
}

form table.cmsForm #checkbox {
	float:left;
	clear:both;
	display:block;
}

form table.cmsForm .required {
	font-size:20px;
	color:#f33;
}

form table.cmsForm textarea {
	width:200px;
}
form table.cmsForm input {/*
	border:1px solid #999;*/
}
form table.cmsForm input.radio {
	background:none;
	border:none;
}
form table.cmsForm input.check {
	background:none;
	border:none;
}



table.cmsFormThanks {
	margin:0;
	padding:0;
}
table.cmsFormThanks td.cmsFormThanksL {
	text-align:left;
	font-weight:normal;
	padding-bottom:10px;
	padding-right:10px;
}
table.cmsFormThanks td {
	vertical-align:top;
	font-weight:bold;
	padding:0 15px 5px 0;
}





/*------------------------------------ sitemap ------------------------------------*/
p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	font-weight:normal;
	width:225px;
}
p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	font-weight:normal;
}
p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-weight:normal;
}
p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-weight:normal;
}
p.level1 a {
	font-weight:normal;
}







/*------------------------------------ footer ------------------------------------ */
#footer {
	clear:both !important;
	margin:0 auto;
	padding:50px 0;
	width:956px;
	font-size:12px;
	color:#cecece;
}
#footer a { color:#cecece; }
#footer a:hover { color:#fff; }

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
#footer ul li {
	display:inline;
	margin:0 15px;
}

#footer ul.copyright, 
#footer ul.copyright a { color:#7892c1; }

#footer ul.copyright a:hover { color:#98bcf9; }

