@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bodygradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: justify;
	letter-spacing: 1pt;
} 
#header {
	background-image: url(../images/header.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 117px;
	width: 780px;

} 
#products_container {
	width: 390px;
}
#products {
}

#navigation {
	background-image: url(../images/navigation-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	background-color: #293855;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	float: left;
	text-transform: uppercase;
}
#navigation li {
	font-size: 0.8em;
	float: left;
}
#navigation li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 20px;
	font-weight: bold;
}

#navigation  li  a:hover, #navigation li a:active, #navigation li a:focus {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 20px;
	font-weight: bold;
	background-image: url(../images/rollovergradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
#navigation  li  a.current, #navigation  li  a.current:hover, #navigation li a.current:active {
	background-image: url(../images/rollovergradient.jpg);
	color: #FFCC99;
}




#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 10px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/leftsidebargradient.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	min-height: 300px;
}
#sidebar1 p, #sidebar2 p {
	font-size: 0.9em;
}
#sidebar1  h3, #sidebar2 h3 {
	color: #000066;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 17px;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 144px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/rightsidebargradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	min-height: 300px;
}
#sidebar1 a, #sidebar2 a {
	color: #000066;
	text-decoration: none;
	font-size: 0.95em;
	font-weight: bold;
	padding: 1px 1px 1px 1px;
}
#sidebar1 a:hover, #sidebar2 a:hover, #sidebar1 a:active, #sidebar2 a:active, #sidebar1 a:focus, #sidebar2 a:focus {
	color: #000066;
	text-decoration: none;
	background-color: #F7F7F7;
	font-size: 0.95em;
	font-weight: bold;
	border-bottom: 1px solid #C6CFE3;
	border-right: 1px solid #C6CFE3;
	padding: 1px 1px 1px 1px;
}
#sidebar1 ul, #sidebar2 ul {
	margin: -5px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
#sidebar1 li, #sidebar2 li {
	padding-left: 30px;
	padding-top: 3px;
}
#sidebar1 li a, #sidebar2 li a {
	font-size: 0.85em;
	color: #666666;
	text-decoration: none;
}
#sidebar1 li a:hover, #sidebar2 li a:hover, #sidebar1 li a:active, #sidebar2 li a:active, #sidebar1 li a:focus, #sidebar2 li a:focus {
	font-size: 0.85em;
	color: #000066;
	text-decoration: none;
	background-color: #F7F7F7;
	font-weight: bold;
	border-bottom: 1px solid #C6CFE3;
	border-right: 1px solid #C6CFE3;
	padding: 1px 1px 1px 1px;
}
#sidebar1 li a.current, #sidebar2 li a.current, #sidebar1 li a.current:hover, #sidebar2 li a.current:hover, #sidebar1 li a.current:active, #sidebar2 li a.current:active {
	font-size: 0.85em;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}









#mainContent {
	margin: 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px;
	font-size: 0.9em;
	min-height: 410px;
} 

#mainContent li {
	padding-top: 5px;
}


#mainContent h1 {
	font-size: 2.5em;
	color: #000066;
	text-transform: uppercase;
	padding-top: 18px;
}
#mainContent h2 {
	font-size: 1.5em;
	color: #000066;
	text-transform: uppercase;
	padding-top: 15px;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #000066;
	text-transform: uppercase;
	padding-top: 15px;
}



#mainContent   a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	padding: 1px 1px 1px 1px;
}
#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	color: #000066;
	text-decoration: none;
	background-color: #F5F5F5;
	border-bottom: 1px solid #C6CFE3;
	font-weight: bold;
	font-size: 1em;
	border-right: 1px solid #C6CFE3;
	padding: 1px 1px 1px 1px;
}

#logo_photo {
	height: 120px;
	width: 200px;
}
#logo_photo_vert {
	height: 180px;
	width: 90px;
}






#footer {
	background-color: #000066;
	background-image: url(../images/footer-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 42px;
} 
#gallery  a:hover {
	border: 0;
	background-color: #DDDDDD;

}
#thumbnail {
	float: left;
	height: 97px;
	width: 80px;
	background-image: url(../images/thumb_back.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 4px;
	margin-left: 11px;
	margin-bottom: 10px;
}

.gallery_entry {
	margin: 0.5em 0px 1em 2.9em;
	padding: 10px;
	border: 1px solid #999999;
	width: 120px;
	float: left;
}


#footer p {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.bluestrong {
	font-weight: bold;
	color: #000066;
	font-size: 0.95em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.captioned_photo {
	margin: 0.5em 0px 1em 2.8em;
	padding: 10px;
	border: 1px solid #999999;
	width: 300px;
}
.captioned_photo p {
	width: 100%;
	margin: 0;
	padding: 10px 0 0px 0;
	font-size: 0.8em;
}
.captioned_photo img {
	margin: 0;
	padding: 0;
	display: block;
}
.caption_float_right {
	padding: 10px;
	border: 1px solid #999999;
	float: right;
	margin: 0px 5px 15px 15px;
}
.caption_float_right p {
	text-align: left;
	padding: 0;
	width: 100%;
	font-size: 0.8em;
}
.caption_float_right img {
	margin: 0;
	padding: 0;
	display: block;
}
.caption_float_left {
	padding: 10px;
	border: 1px solid #999999;
	float: left;
	margin: 0px 15px 15px 5px;
}
.caption_float_left p {
	text-align: left;
	padding: 0;
	width: 100%;
	font-size: 0.8em;
}
.caption_float_left img {
	margin: 0;
	padding: 0;
	display: block;
}
.caption_float_sidebar {
	padding: 10px;
	border: 1px solid #999999;
	float: left;
	margin: 0;
}
fieldset {
	padding: 0.8em 0.8em 0.8em 0.8em;
	border: 1px solid #CCCCCC;
	background-image: url(../images/productgradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
legend {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
}
label {
	display: block;
	margin-top: 0.5em;
}
input, textarea {
	background-color: #FFFFFF;
	padding: 0.2em;
	width: 98%;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666666;
}
#submit {
	width: 8em;
	margin-top: 0.8em;
	margin-left: 0.8em;
	background-color: #F0F0F0;
	background-image: url(../images/navigation-gradient.jpg);
	color: #FFFFFF;
	border: none;
	height: 2.5em;
}
input:focus, textarea:focus {
	background-color: #E4E4E4;
}
form em {
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
}



textarea {
	height: 8em;
}
#product_nav {
	float: right;
	width: 150px;
}
#feedback {
	background-image: url(../images/testimonialgradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #CCCCCC;
}

#testimonial {
	font-style: italic;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#client {
	font-weight: bold;
	color: #000066;
	font-size: 1em;
	padding-left: 10px;
}
#partners {
	width: 380px;
	text-align: center;
	padding-top: 10px;
}





#mainContent table {
	border: 1px solid #CCCCCC;
	background-image: url(../images/productgradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#mainContent  table  td h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #000066;
	padding-top: 0px;
}

#mainContent table td {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#mainContent table td p {
	font-size: 0.9em;
	text-align: left;
}
#mainContent table td h3 {
	font-size: 0.9em;
	color: #000066;
	text-transform: none;
}
