/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% tahoma, arial, helvetica, sans-serif;
	color: #000;
	background-color: #cfd1dd;
	border-top: 35px solid #0c4da2;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 18px;
	font-size: 1.4em;
	background: #0c4da2;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 13px;
} 
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
ol, ul, li {
	font-size: 1.0em;
}
p {
	font-size: 0.9em;
}
h1,h3,h4,h5,h6 {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #0c4da2;
}
/* ------------ line heights ---------------------- */
/*p, .newsbody, li {
	line-height: 1.6em;
}
ul.box li {
	line-height: 1.4em;
}*/
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em; 
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0 0 0;
	line-height: 1.6em;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	font-weight: normal;
}
a:link, a:visited {
	color: #1068DA;
}
a:active, a:hover {
	color: #c30;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-left: 15px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}
input.button {
	margin-top: 1em;
	margin-left: 15px;
}
span.required {
	color: #1068DA;
	font-size: .9em;
	font-weight: normal;
}
/* ============  MAIN PAGE BLOCKS ================= */
div#shadow {
	width: 776px;
	background: url(../images/shadow_sides.gif) repeat-y;
	margin: 0 auto;
}
div#pagebodycontent {
	background: url(../images/bg_pagebodycontent.gif) repeat-y;
	width: 760px;
	margin: 0 auto;
}
div#banner {
	padding: 15px 0 13px 0;
	width: 760px;
	margin: 0 auto;
}
div#banner img {
	display: block;
	margin: 0 auto;
}

/* ============ STRAPLINE =================== */
table#strapline {
	background: #464c6e url(../images/bg_strapline.gif) repeat-x bottom;
	width: 760px;
	margin: 15px auto 0 auto;
}
table#strapline tr td#text {
	width: 360px;
}
table#strapline img {
	display: block;
	border-width: 0 1px;
	border-style: solid;
	border-color: #fff;
}
table#strapline p {
	color: #fff;
	font-size: 1.3em;
	margin: 0 0 0 26px;
	line-height: 1.6em;
}

div#footerbar {
	background: url(../images/shadow_bottom.gif) no-repeat bottom;
	width: 776px;
	margin: 0 auto;
	padding: 24px 0 0 0;
}
div#footerbarunder {
	width: 760px;
	margin: 0 auto;
	font-size: 0.9em;
	color: #0C4DA2;
}

/* ============ nav bar content =================== */
div#navbarh {
	padding: 0.2em 0;
	background: #e5e5e5 url(../images/bg_navbarh.gif) repeat-x bottom;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
div#navbarh ul {
	padding: 13px 0 12px 0;
	margin: 0;
}
div#navbarh ul li {
	display: inline;
	padding: 0 20px;
	letter-spacing: 1px;
}
div#navbarh ul li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
div#navbarh a:link, div#navbarh a:visited  {
	color: #0c4da2;
}
div#navbarh a:active, div#navbarh a:hover {
	color: #000;
}

/* ============ TWO COLUMN LAYOUT =============== */
div#left-col {
	width: 361px;
	float: left;
}
div#right-col {
	width: 366px;
	float: left;
}
div#right-col p {
	margin-left: 13px;
	margin-right: 13px;
}

div.section-box-home {
	background: #fff url(../images/bg_sectionbox.gif) repeat-x bottom;
	width: 327px;
	margin: 19px 0 0 0;
	border-bottom: 1px solid #0c4da2;
	padding-left: 15px;
}
div.section-box-home img {
	display: block;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #0c4da2;
	float: right;
	margin-left: 10px;
	margin-bottom: -1px;
}
div.section-box-home h3 {
	margin-top: 0;
}
div.section-box-home h3 a {
	font-weight: bold;
	text-decoration: none;
}
div.section-box-home h3 a:link, div.section-box-home h3 a:visited {
	color: #0c4da2;
}
div.section-box-home h3 a:active, div.section-box-home h3 a:hover {
	color: #1068DA;
}
div.section-box-home p {
	line-height: 1.6em; 
}

/* ============ PRODUCT PHOTOS TABLE =============== */
table.products {
	width: 760px;
	margin-top: 5px;
}
table.products tr td.pic {
	width: 360px;
}
table.products img {
	display: block;
	margin: 5px 10px;
}
table.products p {
	font-size: 1.1em;
	margin-left: 10px;
}
table.products h3 {
	margin: 1em 10px 0 10px;
	padding: 4px 6px;
	background: #0C4DA2;
	color: #fff;
}

table.products input.form, table.products textarea.form {
	background: #dce6f2 url(../images/bg_form.gif) repeat-x top;
	margin-left: 15px;
	border: 1px solid #50abd3;
	width: 331px;
	padding: 2px;
}

/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #708090;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #1068DA;  
}
.sig {  
	color: #708090;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em auto 0 auto;
	width: 760px;
}


