/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #555;
	text-align: center; /*centers container div in IE 5*/
	background: #444 url(../images/bkgd.gif) repeat-x fixed top;
	margin: 0;
	padding: 0 0 3em 0;
	border: 0;
	}
	
a img {
	border: 0;
	}
	
a:link {
	color:#778CB3;
	text-decoration: none;
	}
	
a:visited {
	color:#778CB3;
	text-decoration: none;
	}

a:hover {
	color:#1D0067;
	text-decoration: underline;
	}
	
a:active {
	color:#FCA90F;
	text-decoration: underline;
	}

#container01 {
	position: relative;
	width:776px;
	margin: 0 auto 0 auto;
	text-align: left; /*puts text-align back to normal*/
	background: #FFF;
}

#branding-header {
	position: relative;
	background: url(../images/header_bkgd.jpg) repeat-x top;
}

#contact-phone {
	position: absolute;
	top: 30px;
	right: 20px;
	width: auto;
	text-align: right;
	color: #FFF;
	font-size: 20px;
	}
	
#contact-phone img {
	margin: 0 .25em 0 0;}

#branding-tagline {
	position: absolute;
	top: 128px;
	right: 50px;
	width: 345px;
	color: #778CB3;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 32px;
}

#branding-tagline h1 {
	font-size: 25px;
	font-weight:normal;
	margin: 0;
}

#container-navigation01 {
	background: #778CB3 url(../images/navigation_01_bkgd.jpg) no-repeat left top;
	}

ul#navigation-home, ul#navigation02 {
	margin: 0;
	padding: 0;
	width: 205px;
	}
	
ul#navigation-home li, ul#navigation02 li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #1D0067; /*fixes win IE li whitespace bug*/
	}
	
ul#navigation02 li {
	border-bottom: 1px solid #FD8808;
	}
	
ul#navigation-home li a, ul#navigation02 li a {
	font-size: 12px;
	line-height: 12px;
	padding: 5px 13px 4px 30px;
	display: block;
	color: #778CB3;
	font-weight: bold;
	text-decoration:none;
	text-indent: -33px;
	}

ul#navigation02 li a {
	color: #FFE3AF;
	background: #F90;
	}	


ul#navigation-home li a:hover {
	color: #FFF;
	}	

ul#navigation02 li a:hover {
	color: #FFF;
	background: #F90 url(../images/navigation_02_hover.gif) no-repeat top;
	}	

ul#navigation02 li a:active {
	color: #FFF;
	background: #FFAD33 url(../images/navigation_02_active.gif) no-repeat top;
	}

ul#navigation-home li a img, ul#navigation02 li a img {
	margin: 0 7px 0 13px;
	}

ul#navigation01 {
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
	display: inline;
	}
	
ul#navigation01 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul#navigation01 li a {
	font-size: 12px;
	line-height: 12px;
	padding: 6px 15px 4px 0;
	color: #FFF;
	text-decoration:none;
	display:block;
}

ul#navigation01 li a:hover {
	color: #1D0067;
	background: url(../images/navigation01_hover.gif) no-repeat 50% 50%;
}

ul#navigation01 li a:active {
	color: #1D0067;
	background: url(../images/navigation01_active.gif) no-repeat 50% 50%;
}

#container02 {
	background: url(../images/sidebar_bkgd.gif) repeat-y left;
	}

#content-sidebar {
	width: 205px;
	float: left;
	}

#contact-mailinglist {
	border: 1px solid #FD8808;
	margin: 15px;
	padding: 10px;
	color: #1D0067;
	font-size: .95em;
	}
	
#contact-mailinglist form {
	margin: 0;
}

#contact-mailinglist h3 {
	font-size: 12px;
	color: #FFF;
	margin: 0;
}

#email {
	width: 150px;
	margin: .25em 0 .5em 0;
	font-size: .85em;
	padding: .1em 0;
	/*background: #FFE3AF;
	border: 1px solid #FD8808;
	padding: .2em 0;*/
	}
	
#go {
	font-size: .85em;
	/*background: #778CB3;
	border: 1px solid #1D0067;
	color:#1D0067;*/
	}

#contact-mailinglist .clearer {
	font-size: .25em;
	}
	

#content-main {
	float: right;
	width: 473px;
	margin: 15px 55px 0 40px; 
	padding: 0 0 3em 0;
	display: inline; /* fixes Win IE double margin float bug*/
	font-size: 1.1em;
	}

#content-main p {
	line-height: 1.4em;
	}


#content-main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	color: #778CB3;
	margin: .8em 0 .25em 0;
	}
		
#content-main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #778CB3;
	margin: 1em 0 .25em 0;
	}
	
#content-main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #778CB3;
	margin: 1em 0 .25em 0;
	}
	
.content-product, .content-testimonial {
	clear: both;
	}

img.product {	
	float: left;
	margin: 10px 0 1.5em 0;
	}
	
img.testimonial_logo {	
	float: left;
	margin: 2em 0 1.5em 0;
	}

.content-description {
	width: auto;
	float: right;
	margin: 0 0 1.5em 0;
	}

#content-main .content-product .content-description h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1D0067;
	font-size: .85em;
	margin: 0;
	}

p.price {
	color: #1D0067;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .5em 0;
	}
	
.content_column {
	position: relative;
	width: 161px;
	float: right;
	margin: 2em -25px 70px 30px;
	padding: 0 0 1em 0;
}
	
	
#navigation-local {
	zoom:1; /*fixes background clipping caused by negative margins in Win IE 6*/
	position: relative;

	width: 160px;
	float: right;
	background: #1D0067;
	margin: 2em -25px 70px 30px;
	padding: 0 0 1em 0;
}

#navigation-local h2 {
	margin: 1em 0 .25em 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
}

#navigation-local ul {
	margin: 0;
	padding: 0;
}

#navigation-local ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #1D0067; /*fixes win IE li whitespace bug*/
	}

#navigation-local ul li a {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 13px 4px 30px;
	display: block;
	color: #778CB3;
	font-weight: bold;
	text-decoration:none;
	text-indent: -33px;
	}

#navigation-local ul li a:hover {
	color: #FFF;
	}	

#navigation-local li a img {
	margin: 0 7px 0 13px;
	}

.yellow {
	color: #FCA90F;
	}

.clearer {
	clear:both;
	}

.float_left {
	float: left;
	margin: 0 10px 10px 0;
	}
	
.float_right {
	float: right;
	margin: 0 0 10px 10px;
	}
	
#quote {
	font-size: .9em;
}

tr.alt {
	background: #EEE;
}

#quote td {
	vertical-align: top;
	padding:10px;
	}

#quote td.label{
	padding:12px;
}
	
.textfield {
	width: 260px;
	color: #444;
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	border: 1px solid #CCC;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
