/***********************************************
** File:      %M%  version %I%
** Author:    nat
** Modified:  %G%
** Copyright: I-Next Ltd
***********************************************/
/* ident %W% */


/* Dorsey Construction style sheet */

/* Divs */

#container {
	position: absolute;
	top: 0;
	width: 815px;
	height: auto;
	margin-left: -408px;
	left: 50%;
}

#header {
	float: left;
	width: 770px;
  margin: 0 0 0 22px;
  height: auto; 
  padding: 0;
  display: inline;
}

#logo {
	float: left;
  margin: 12px 0 0 22px;
  display: inline;
}

#menu2 {
	float: right;
  margin: 12px 22px 0 0;
  display: inline;
}

#search {
	clear: right;
	float: right;
	font-size: 0.75em;
	color:  #999999;
  width: 260px;
  padding: 57px 0 0 0;
  margin: 0 22px 0 0;
  text-align: right;
  display: inline;
}
form { padding: 0; margin: 0; }

#bg {
	clear: both;
	float: left;
	height: auto;
	background: #ffffff url(/schema/gifs/bg.gif) repeat-y center top;
	width: 815px;
}

#menu1bg {
	clear: both;
	float: left;
	height: auto;
  width: 815px;
  background: #ffffff url(/schema/gifs/menubg.gif) no-repeat bottom center;

}

#menu1{
	float: left;
	height: auto;
	width: 770px;
  padding: 0 0 12px 0;
  background: no-repeat right;
}

#menu1 table {
}

#menu1 table td {
  padding-top: 20px;
  background: no-repeat;
}

#tabheader {
  background: no-repeat top;
  float: left;
  height: auto;
  width: 815px;
}

#headerimg {
	float: left;
	width: 770px;	
}

#headerimg img {
	margin: 0 0 0 22px;
}

#contentwrapper {
	float: left;
	width: 793px;
	height: auto; 
	padding: 0 0 20px 23px;
}

#contentwrapper3col {
	float: left;
	width: 793px;
	height: auto; 
	padding: 0 0 20px 23px;
  margin-bottom: 20px;  
  background: url(/schema/gifs/3colbg.gif) repeat-y center center;
}

#contentwrapper2col {
	float: left;
	width: 793px;
	height: auto; 
	padding: 0 0 20px 23px;
  margin-bottom: 20px;  
  background: url(/schema/gifs/2colbg.gif) repeat-y center center;
}


#contentwrapper1col {
	float: left;
	width: 793px;
	height: auto; 
	padding: 0 0 20px 23px;
  margin-bottom: 20px;  

}

#col1 {
/* 3 column template */
	float: left;
	width: 255px;
	margin: 10px 0 0 1px;
	height: 100%;
	
}

#col2 {
/* 3 column template */
	float: left;
	width: 254px;
	margin: 10px 0 0 1px;
	height: 100%;
	
}

#col3 {
/* 3 column template */
	float: left;
	width: 254px;
	margin: 10px 0 0 1px;
	height: 100%;
	
}

#leftcol {
/* 2 column template */
	float: left;
  width: 384px;
	margin: 10px 0 0 1px;
	height: auto;
}

#rightcol {
/* 2 column template */
	float: left;
  width: 382px;
  margin: 10px 0 0 1px;
	height: auto;
}

#content {
/* 1 column template */
	float: left;
	width: 768px;
	margin: 10px 0 0 1px;
	height: auto;
}


#breadcrumbsbg {
	clear: both;
	float: left;
	height: 21px;
  background: url(/schema/gifs/breadcrumbsbg.gif) #ffffff bottom center no-repeat;
	width: 815px;
}


#breadcrumbs {
	clear: both;
	width: 770px;
}

#copyright {
	clear: both;
	text-align: right;
	color: #999999;
	font-size: 0.7em;
	margin-right: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}


#menu2 ul {
	list-style-type: none;
	margin: 10px 43px 0 0;
	padding: 0;
}

#menu2 li {
	display: inline;
	color: #999999;
	font-size: 0.7em;
	padding: 0 0 0 30px;
	margin: 0;
}

#menu2 a {
	color: #999999;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

#menu1 table {
	margin: 0 0 0 45px;
	padding: 0;
}

#menu1 td {
	color: white;
	font-size: 0.7em;
	margin: 0;
	padding: 0 24px 0 0;
}

#menu1 a {
	color: white;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs p {
	color: white;
	font-size: 0.7em;
	margin: 2px 0 0 30px;
	padding: 0;

}

h1, p.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin-left: 20px;
	margin-right: 20px;
}

h2, p.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	margin-left: 20px;
	margin-right: 20px;
}

h3, p.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	margin-left: 20px;
	margin-right: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	margin-left: 20px;
	margin-right: 20px;
}

a {
	color: #ff8e00;
	text-decoration: underline;
}

a.black {
	color: black;
  text-decoration: underline;
	/* Black text link */
}

a.black:hover {
	color: #ff8e00;
}

/* tables */

table.atoz td{
  background: url(/schema/gifs/orangearrow.gif) left center no-repeat;
  padding-left: 10px;
  font-size: 0.75em;
}
table.atoz td.nobg { background: none; }


table.products {
	width: 95%;
	/* 1 col table */
}

table.products2col {
	width: 95%;
	background: url(/schema/gifs/coldivbg.gif) center top repeat-y;
	/* 2 col table*/
}

table.products2col td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: url(/schema/gifs/tablebg.gif) bottom left repeat-x;
	padding-left: 30px;
	width: 50%;
}

table.products th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
}

table.products td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: url(/schema/gifs/tablebg.gif) bottom left repeat-x;
  padding: 3px 0 3px 0;
}

td.left {
  text-align: left;
}

td.right {
  text-align: right;
}

td.center {
  text-align: center;
}

th.left {
  text-align: left;
}
th.right {
  text-align: right;
}

th.center {
  text-align: center;
}




table.products2col td.last, table.products td.last {
	background: none;
	/* Last Row */
}



/* Applet Selectable Styles */

P.indent1 { margin-left: 1em; }
P.indent2 { margin-left: 2em; }
P.indent3 { margin-left: 3em; }
P.indent4 { margin-left: 4em; }

TD.alignright { text-align: right; }
TD.aligncenter { text-align: center; }
TD.aligntop { vertical-align: top; }
TD.alignbottom { vertical-align: bottom; }
TD.aligntopright {
  vertical-align: top;
  text-align: right;
}
TD.aligntopcenter {
  vertical-align: top;
  text-align: center;
}
TD.alignbottomright {
  vertical-align: bottom;
  text-align: right;
}
TD.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
}

SPAN.sup {
  font-size: 7px;
  vertical-align: super;
}
SPAN.sub {
  font-size: 7px;
  vertical-align: sub;
}

SPAN.price {
  font-weight: bold;
}

/* Images */

IMG { border: 0px; }
IMG.floatright { float: right; }
IMG.floatleft  { float: left; }
IMG.floatrightwithmargin {
  float: right;
  margin: 3px 0px 10px 16px;
}
IMG.floatleftwithmargin {
  float: left;
  margin: 3px 16px 10px 0px;
}
IMG.noborder   { border-width: 0px; }


