/*	Site Creator v1.1 a&j promotions Stylesheet
	Created 12/2004 - copyright 2004 - Web-Innova, LLC - Coded by Jeff Walloch
	Modified 10/2005 */
	
/*  Base settings */
html {
	margin: 0;
	padding: 0;
	min-width: 742px;	/*  Fix Mozilla bug */
	}
	
body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a {
	text-decoration: none;
	/* color: #8E9DBE; */
	color: #306796;
	}

strong {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
		
b {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
		
a:hover {
	/* color: #EBA73A; */
	color: #760606;
	}

.lrbars {
	/* border-left: 8px solid #8E9DBE;
	border-right: 8px solid #8E9DBE; */
	border-left: 8px solid #306796;
	border-right: 8px solid #306796;
	}

.brownbar {
	/* border-right: 2px solid #C9A676; */
	border-right: 2px solid #A99D92;
	}
	
img {
	float: left;
	padding: 0;
	margin-bottom: -3px;
	border: none;
	}

* html img {
	margin: 0 -3px; /* Hack for IE gaps on left and right of images */
	}
	
h1 {
	font-size: 3em;
	/*text-transform: lowercase; */
	text-transform: capitalize;
	letter-spacing: 0.0em;
	font-weight: bold;
	/* color: #8E9DBE; */
	color: #FFFFFF;
	}
	
h2 {
	font-size: 1.5em;
	/* color: #8E9DBE; */
	color: #FFFFFF;
	margin: 0.5em 0.5em;
	padding: 0;
	text-transform: lowercase;
	}

h3 {
	font-size: 1.10em;
	/* color: #8E9DBE; */
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	margin: 2% 10%;
	}

h4 {
	font-size: 1em;
	/* color: #8E9DBE; */
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	margin: 1em 1em 0 0;
	}

h6 {
	font-size: 1.1em;
	color: #760606;
	font-style: italic;
	margin: 1em;
	}
	
br {
	clear: left;
	}

/*  Header design - begin */

div#header {
	width: 98%;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: white;
	background-color: #CAD1E1;
	height: 50px;
	}
	
div#topnav {
	/* float: left;
	margin-left: 15px; */
	position: absolute;
	top: 0;
	left: 190px;
	width: 500px;
	background-color: #8E9DBE;
	padding: 20px 25px 0 25px;
	border-bottom: 17px solid #AEB8D1;
	}
	
div#topnav a:hover, .headselected {
	background-image: url(images/co_presence/wsa.jpg);
	background-position: top left;
	background-color: #8E9DBE;
	background-repeat: no-repeat;
	}
	
div#contact {
	/* float: left; */
	position: absolute;
	top: 0;
	left: 700px;
	/* width: 225px; */
	width: auto;
	background-color: #D0D6E4;
	padding: 20px 15px 0 15px;
	border-bottom: 17px solid #DEE0EC;
	}

div#contact a:hover, .contactselected {
	background-image: url(images/co_presence/bluearrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
div#topnav a {
	text-decoration: none;
	color: white;
	padding: 0 1.5em 0 1.5em;
	}
	
div#contact a {
	text-decoration: none;
	color: #069;
	padding: 0 1.5em 0 1.5em;
	}

/*  End Header */
/*  Welcome section design - begin */
	
div#welcome {
	width: 98%;
	height: 123px;
	padding: 0 0 2px 0;
	background: url(images/co_presence/welarea_brown.gif);
	}
	
div#welcome p {
	line-height: 1.5em;
	color: #FFFFFF;
	/* voice-family: "\"}\"";
	voice-family: inherit; */
	width: 700px;
	}

div#welcome p {
	min-width: 325px;
	max-width: 750px;
	}	
div#salutation {
	position: absolute;
	top: 40px;
	left: 240px;
	padding: 0 0 0 0;
	/* letter-spacing: -0.5em; */
	}

* html div#salutation {
	/*\*/ padding: 15px 0 0 0;
	}
	
div#hello {
	position: absolute;
	top: 95px;
	/* left: 410px; */
	left: 240px;
	padding: 0 15% 0 0;
	font-size: 1.1em;
	}

/*  End Welcome */
/*  Home Page content design - begin */
	
div#categories, div#categorypix, div#moreline {
	width: 98%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	background-color: white;
	}

div#categories, div#categorypix {
	min-height: 120px;
	}
	
div#moreline {
	min-height: 30px;
	}

.categorybar {
	float: left;
	height: 120px;
	width: 24.8%;
	margin: 0;
	padding: 0;
	/* border-right: 2px solid #C9A676; */
	border-right: 2px solid #A99D92;
	}

.category {
	float: left;
	height: 120px;
	width: 24.8%;
	margin: 0;
	padding: 0;
	}
	
div#categories p {
	margin: 1em;
	}
	
.catpix {
	float: left;
	width: 24.8%;
	height: 135px;
	margin: -1px 0 0 0;
	background-image: url(images/co_presence/pixplace.gif);
	background-repeat: no-repeat;
	background-color: white;
	}

.catpixbar {
	float: left;
	width: 24.8%;
	height: 135px;
	margin: -1px 0 0 0;
	background-image: url(images/co_presence/pixplace.gif);
	background-repeat: no-repeat;
	background-color: white;
	/* border-right: 2px solid #C9A676; */
	border-right: 2px solid #A99D92;
	}

div#categorypix img {
	/* margin: 18px 0 0 19px; */
	margin: 18px 0 0 19px;
	}

.morecatbar {
	float: left;
	width: 24.8%;
	margin: -1px 0 0 0;
	/* background-image: url(images/co_presence/morearrow2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: white; */
	/* border-right: 2px solid #C9A676; */
	border-right: 2px solid #A99D92;
	}

.morecat {
	float: left;
	width: 24.8%;
	margin: -1px 0 0 0;
	/* background-image: url(images/co_presence/morearrow2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: white; */
	}
/*  End Home Page content */
/*  Footer bar design - begin */
	
div#bottombar {
	float: left;
	text-align: right;
	line-height: 2em;
	margin: -1px 0;
	width: 98%;
	height: 25px;
	background: #645449;
	}
	
div#bottombar a {
	/* color: #069; */
	color: #FFFFFF;
	padding: 0 2em;
	}

div#bottombar a:hover, .bottomselected {
	background-image: url(images/co_presence/footer_arrow_brown.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
/*  End Footer bar */
/*  Category/Product Header supplement design - begin */

div#graphicbar {  /*  Bar under navigation header */
	float: left;
	width: 98%;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	height: 11px;
	background-image: url(images/co_presence/graphicbar_brown.gif);
	background-repeat: repeat-x;
	}
/*  End Category/Product Header supplement design bar */
/*  Left Hand Navication for Category/Product page design - begin */
	
div#leftnav {	
	float: left;
	width: 15%;
	/* height: 400px; */
	height: auto;
	background: #fff;
	/* border-right: 2px solid #C9A676; */
	/* border-right: 2px solid #645449; */
	margin-right: 0px;
	padding: 0 0 20px 10px;
	}
	
ul {
	list-style-image: url(images/co_presence/morearrow2.gif);
	list-style-type: none;
	font-size: 1.5em;
	font-weight: bold;
	/* color: #8E9DBE; */
	color: #306796;
	text-transform: lowercase;
	text-align: left;
	margin: 0 10%;
	padding: 1.5em 0.5em;
	}
	
ul ul {
	list-style-image: none;
	font-size: 0.8em;
	padding: 0 0 0 0em;
	}
	
ul ul li {
	padding: 0.25em 0 0 0em;
	}

ul ul li a:hover, .navselected a, ul ul li:hover, .navselected li {
	/* color: #EBA73A; */
	color: #760606;
	list-style-image: url(images/co_presence/brownarrow.gif);
	}
/*  End Left Hand Navication for Category/Product bar */
/*  Category/Product page design - begin */
/*  --- Used for both types of pages  --- */
div#main {
	float: left;
	width: 98%;
	top: 0;
	left: 0;
	padding: 0;
	/* height: 400px; */
	height: auto;
	}
	
div#intro, div#csintro {
	height: 7em;
	left: 0;
	width: 100%;
	background-color: #645449;
	z-index: 3;
	margin: 0 0 0 2px;
	}
	
div#intro a {
	color: #A99D92;
	}
	
div#intro a:hover {
	color: #760606;
	}
	
div#pagecat, div#clientname {
	float: left;
	}

div#cattext {
	float: left;
	width: 600px;
	left: 0px;
	top: 0px;
	font-size: 1.1em;
	}

div#intro h2 {
	font-size: 1.8em;
	font-weight: normal;
	/* color: #8E9DBE; */
	color: #FFFFFF;
	margin: 1em 0.5em 1.5em 0.75em;
	padding: 0;
	text-transform: lowercase;
	}

div#intro p {
	margin: 2.75em 0 0.5em 1em;
	color: #FFFFFF;
	}

div#rightcontent {
	width: 100%;
	max-width: 83%;
	height: auto;
	min-height: 38em;
	/* height: 400px; */
	top: 0;
	border-left: 2px solid #645449;
	margin: 0 3px 0 16%;
	}
/*  ---  Used only on Category page  ---*/
.prodboxbar {
	float: left;
	height: 29em; /* Changed line */
	width: 400px;
	/* border-right: 2px solid #C9A676; */
	border-right: 2px solid #645449;
	}

.prodboxbar p {
	margin: 0 5% 1em 1em;
	}

.prodbox {
	float: left;
	height: 29em; /* Changed line */
	width: 400px;
	}

.prodbox p {
	margin: 0 5% 1em 1em;
	}

.dblprodboxbar {
	float: left;
	/* height: 29em; /* Changed line */
	height: auto;
	min-height: 31em;
	width: 390px;
	/* border-right: 2px solid #C9A676; */
	border-right: 2px solid #760606;
	margin: 0 0 0 3px;
	}

.dblprodboxbar p {
	margin: 0 5% 1em 1em;
	}

.dblprodbox {
	float: left;
	height: auto; /* Changed line */
	min-height: 31em;
	width: 400px;
	}

* html .dblprodboxbar { /*  hack for min-height in IE */
	/*\*/ height: 31em;
	}
	
.dblprodbox p {
	margin: 0 5% 1em 1em;
	}

.sglprodbox {
	float: left;
	height: 14em; /* Changed line */
	/* width: 95%; */
	margin-left: -2px;
	border-left: 2px solid #960;
	}

.sglprodbox p {
	margin: 0 5% 1em 1em;
	}

.prodtext {
	/* height: auto;
	min-height: 8em; */
	height: 8em;
	margin: 0 40% 0 0;
	}
	
.prodimg {
	float: right;
	width: 95px;
	/* width: 105px; */
	height: 12em;
	background-image: url(images/co_presence/pixplace.gif);
	background-repeat: no-repeat;
	background-color: white;
	background-position: left;
	padding: 14px 0 0 18px;
	margin: 0 0.5em 0.5em 0;
	clear: right;
	}

.catimg {
	float: right;
	width: 155px;
	/* width: 105px; */
	height: 12em;
	background-image: url(images/co_presence/pixplace.gif);
	background-repeat: no-repeat;
	background-color: white;
	background-position: left;
	padding: 16px 0 0 16px;
	margin: 0 0.5em 0.5em 0;
	clear: right;
	}

/*  ---  Used only on Product/Service pages  ---  */
div#producttext {
	float: left;
	width: 475px;
	height: 27.5em;
	padding: 2em 0 1em 0;
	}
	
div#producttext p {
	margin: 1em 2em;
	}
	
div#producttext li {
	list-style-type: square;
	margin: 1em 2em;
	}
	
div#productimages {
	float: left;
	width: 250px;
	}
	
div#prodblock {
	float: left;
	margin: 7em 0;
	}
		
#content h3 {
	margin: 0 50% 1em 1em;
	padding: 0 2em 0 0;
	/* background-image: url(images/co_presence/morearrow2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: white; */
	}
/*  End Category/Product page design */
/*  Information Page design - begin */

div#infotext {
	float: left;
	width: 750px;
	/* height: 27.5em; */
	height: auto;
	min-height: 27.5em;
	padding: 2em 0;
	border-left: 2px solid #645449;
	margin-left: -2px;
	}
	
* html div#infotext { /* hack for min-height in IE */
	/*\*/ height: 27.5em;
	}
	
div#infotext p {
	margin: 1em 2em;
	}

div#infotext table {
	font-size: 1em;
	}

div#infotext table td {
	border-bottom: 2px dashed #760606;
	}

div#infotext h4 {
	font-size: 1em;
	color: #8E9DBE;
	text-transform: uppercase;
	text-align: left;
	margin: 1em 1em 0 2em;
	}
	
div#infotext ol li {
	list-style-type: decimal;
	}
/*  End Information Page */
/*  Contact us field design - begin */

label,input {
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}
	
label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	}

textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	}
/*  End Contact us form */
/*  Error Page message formatting - begin */

div#infotext li {
	list-style-type: square;
	margin: 0 0 0 2em;
	}
/*  End Error Page message formatting */

div#companyaddress {
	float: left;
	margin: 30px 30px 0 10px;
	}
	
/*  Link List formatting - begin */
div#linklist {
	margin: -10px 10px 0 10px;
	}
	
div#linklist .title {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 5px;
	}
	
div#linklist .title a:hover {
	/* background-color: #FFE181; */
	}
	
div#linklist .description {
	padding-left: 10px;
	} 
/*  Link List formatting - end */
/*  Client Showcase formatting */
div#clientlogo {
	float: left;
	padding: 5px 30px 0 100px;
	}

div#csintro h2 {
	font-size: 1.8em;
	font-weight: normal;
	/* color: #8E9DBE; */
	color: #FFFFFF;
	margin: 1em 0.5em 1.5em 0.75em;
	padding: 0;
	text-transform: capitalize;
	}

div#directions a {
	color: #FFFFFF;
	float: right;
	clear: right;
	padding-right: 30px;
	}

div#directions a:hover {
	color: #760606;
	}

.csprodbox {
	width: auto;
	height: 260px;
	/* min-height: 260px; */
	border-bottom: 2px dashed #760606;
	margin: 0 0 0 30px;
	padding: 10px;
	}

.csprodimg {
	float: left;
	width: 115px;
	height: auto;
	/* min-height: 260px; */
	}
		
.csprodimg a, .csprodprice {
	width: 115px;
	text-align: center;
	float: right;
	}
	
.cstopline { 
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	/* border: 1px dotted gray; */
	height: 30px;
	}

.csprodarea { 
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	height: auto;
	/* min-height: 260px; */
	width: 77%;
	}

.csprodname { 
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #306796;
	}
	
.csprodprice { 
	clear: left;
	float: left;
	padding-top: 5px;
	font-size: 1.6em;
	color: #306796;
	font-weight: bold;
	}
	
.csprodorder {
	float: right;
	font-size: 1.1em;
	padding-top: 8px;
	}
	
.csproddesc {
	/* border: 1px dotted gray; */
	font-size: 1.2em;
	}
	
div#productdrop {
	float: right;
	padding: 5px;
	}

div#infotext form {
	margin-left: 30px;
	}

.clientPass {
	font-size: 1.5em;
	}

div#infotext form a {
	padding-left: 10px;
	font-size: 1.5em;
	}

div#errorPass {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF0000;
	margin-left: 30px;
	}
	
div#logoList {
	position:absolute; 
	visibility:show; 
	left:20px; 
	top:150px; 
	z-index:2; 
	width: 130px; 
	/* background-color: #A99D92; 
	color: #FFFFFF; 
	border: 1px solid black; */
	}
	
div#logoList h3 {
	text-align: center;
	margin: 2% 0 1% 0;
	text-transform: capitalize;
	}

div#logoList p {
	padding-left: 5px;
	}

div#logoList .logoLabel {
	width: 60px;
	height: 30px;
	padding: 0 5px 0 5px;
	}
/*  Client Showcase - END */
