*, html { 
	margin: 0; padding: 0;
}
body {
	margin-top: 0;
	background-color: #926632;
}
#divOuterWrapper {
	width: 832px;
	margin: 0 auto 0 auto;
	background: url(../images/middle_backgrd.gif) repeat-y top left ;
}
#divInnerWrapper {
	width: 779px;
	margin-left: 27px;
	/* margin: 0 26px 0 26px; */
	background-color: #fff;
	background: url(../images/curve_2ndlevel_tall.png) no-repeat top left; /* HAS IE OVERRIDE - Check IE Style Sheets!! */
}
#divHeader {
	height: 180px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 780px;	/* HAS IE OVERRIDE - Check IE Style Sheets!! */
}
div#leveltwo_navproducts {
	position: absolute;
	top: 6px;
	left: 65px;
}
div#leveltwo_navservices {
	position: absolute;
	top: 1px;
	left: 143px;
}
div#leveltwo_navabout {
	position: absolute;
	top: 1px;
	left: 220px;
}
div#leveltwo_navcontact {
	position: absolute;
	top: 0px;
	left: 300px;
}
div#leveltwo_navhome {
	position: absolute;
	top: 0px;
	left: 388px;
}
div#logo {
	width: 168px;
	text-align: center;
	font: bold 1.0em 'Trebuchet MS', verdana, arial, sans-serif;
	color: #D18934;
	top: 0px;
	position: absolute;
	right: -10px;
}
div#logo p {
	margin-top: -1px;
	margin-right: -10px;
}

/* Columns */
#divContainer {
	margin: 0px;
	padding: 0px;
	font: 0.9em 'Trebuchet MS', verdana, arial, sans-serif;
	color: #544025;
	background-color: #FFFFFF;
}

div#breadcrumbs {
	position: relative;
	top: 0px;
	left: 10px;
	margin-bottom: 15px;
	font: bold 12px Verdana, arial, sans-serif;
	color: #9D291D; /* Red */
}
div#breadcrumbs a:link,
div#breadcrumbs a:visited {
	color: #9D291D; /* Red */
	text-decoration: none;
}
div#breadcrumbs a:hover,
div#breadcrumbs a:active {
	text-decoration: underline;
}

#divLeft {
	float: left;
	width: 136px;
	margin: 13px 10px 0 10px;		/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	font: 0.8em 'Trebuchet MS', verdana, arial, sans-serif;
	/*border: thin #FF0000 solid;*/
}
#divLeft h6 {
	color: #FFF;
	font: italic 1.5em 'Trebuchet MS', verdana, arial, sans-serif;
	text-align: center;
	padding: 10px 0 10px 0;
}
#divLeft div#prodnavboxtop {
	background: url(../images/level2_navbox_top.gif) no-repeat 0 0;
	margin-top:50px;	/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	height: 47px;
}
#divLeft div#prodnavboxtop h5 {
	color: #FFF;
	font: italic 1.8em 'Trebuchet MS', verdana, arial, sans-serif;
	text-align: center;
	padding-top: 4px;
}
#divLeft div#prodnavbox {
	background: url(../images/level2_navbox_middle.gif) repeat-y 0 0;
	margin-bottom: 18px;
}
#divLeft div#prodnavbox ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#divLeft div#prodnavbox li {
	margin: 0 0 10px 0;
	font: normal 14px/2 Arial, Helvetica, sans-serif;
}
#divLeft div#prodnavbox li.borders {
	margin: 0 0 10px 0;
	border-top: 8px solid #9D291D; /* Red */
	border-bottom: 8px solid #9D291D; /* Red */
	font: normal 14px/3.5 Arial, Helvetica, sans-serif;
}
img.box-img {
	vertical-align: bottom;
}

#divRight {
	float: right;
	width: 212px;
	margin-top: 52px;	/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	padding: 1em 5px 0px;
	/*border: thin #FF00FF solid;*/
}
#divRight img.inbox-red {
	margin-left: 25px;
	margin-bottom: 5px;
	border:solid 2px #9D291D;
}
#divRight img.inbox-orange {
	margin-left: 25px;
	margin-bottom: 5px;
	border:solid 2px #D18934;
}
#divRight img.inbox-green {
	margin-left: 25px;
	margin-bottom: 5px;
	border:solid 2px #97A75A;
}
#divRight img.inbox-teal {
	margin-left: 25px;
	margin-bottom: 5px;
	border:solid 2px #2B6159;
}
#divRight img.inbox-blue {
	margin-left: 25px;
	margin-bottom: 5px;
	border:solid 2px #7B919F;
}
#divRight h6 {
	color: #FFF;
	font: italic 1.2em 'Trebuchet MS', verdana, arial, sans-serif;
	text-align: center;
}
#divRight h3 {
	color: #000;
	font: normal 0.9em 'Trebuchet MS', verdana, arial, sans-serif;
	text-align: center;
	margin-bottom: 10px;
}

#divRight p {
	margin-left: 30px;
	margin-right: 32px;
	font: 0.85em Arial, Verdana, Helvetica, sans-serif;
	color: #544025;
}
#divRight div.boxtop-red {
	background: url(../images/box_top_red.gif) no-repeat 0px 0px;
	height: 35px;
}
#divRight div.box-red {
	background: url(../images/box_middle_red.gif) repeat-y 0 0;
	margin-bottom: 20px;
}
#divRight div.boxtop-orange {
	background: url(../images/box_top_orange.gif) no-repeat 0px 0px;
	height: 35px;
}
#divRight div.box-orange {
	background: url(../images/box_middle_orange.gif) repeat-y 0 0;
	margin-bottom: 20px;
}
#divRight div.boxtop-green {
	background: url(../images/box_top_green.gif) no-repeat 0px 0px;
	height: 35px;
}
#divRight div.box-green {
	background: url(../images/box_middle_green.gif) repeat-y 0 0;
	margin-bottom: 20px;
}
#divRight div.boxtop-teal {
	background: url(../images/box_top_teal.gif) no-repeat 0px 0px;
	height: 35px;
}
#divRight div.box-teal {
	background: url(../images/box_middle_teal.gif) repeat-y 0 0;
	margin-bottom: 20px;
}
#divRight div.boxtop-blue {
	background: url(../images/box_top_blue.gif) no-repeat 0px 0px;
	height: 35px;
}
#divRight div.box-blue {
	background: url(../images/box_middle_blue.gif) repeat-y 0 0;
	margin-bottom: 20px;
}

#divCenter {
	margin: -4px 220px 0 150px;	/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	padding: 1em 1em;
	text-align: justify;
	background: url(../images/title_bgd_2ndlevel_200w.png) no-repeat 1em 0;
	/*border: thin #0000FF solid;*/	
}
#divCenter h1.products {
	color: #9D291D; /* Red */
	font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 37px;			/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	top: -10px;
}
#divCenter h1.services {
	color: #cf8733; /* Orange */
	font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 42px;
	top: -10px;
}
#divCenter h1.about {
	color: #97A75A; /* Green */
	font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 36px;		/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	top: -10px;
}
#divCenter h1.contact {
	color: #2b6159; /* Teal */
	font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 24px;		/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	top: -10px;
}
#divCenter h1.error {
	color: #2b6159; /* Teal */
	font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 60px;		/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	top: -10px;
}
#divCenter h1.thanks {
	color: #2b6159; /* Teal */
	font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 24px;		/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	top: -10px;
}

#divCenter h1.product-search {
	color: #9D291D; /* Red */
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 18px;		/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	top: -5px;
}
#divCenter p.product-search2 {
	margin-top: 20px;
}
#divCenter h1.custom-tshirts {
	color: #9D291D; /* Red */
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 20px;		/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	top: -5px;
}
#divCenter p.custom-tshirts2 {
	margin-top: 20px;
}
#divCenter h1.suppliers {
	color: #9D291D; /* Red */
	font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 36px;		/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	top: -10px;
}
#divCenter h1.our-designs {
	color: #9D291D; /* Red */
	font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 20px;		/* HAS IE OVERRIDE - Check IE Style Sheets!! */
	top: -10px;
}

#divCenter h2 {
	color: #9D291D; /* Red */
	font-size: 1.1em;
	margin-top: 10px;
}
#divCenter p {
	margin-top: 11px;
}
#divCenter ol, ul {
	margin: 0px;
	padding: 0px;
}
#divCenter ol li {
	list-style-position: outside;
	margin-left:19px;
}
#divCenter ul li {
	list-style-position: outside;
	margin-left:13px;
}

/* contact us */
#divCenter div#form {         /* HAS IE6 OVERRIDE - Check IE6 Style Sheets!! */
	margin-top: 40px;
	width: 380px;
}
#divCenter table tr td.labels {
    text-align:right;
}

#divCenter div#form table tr td h3 {
    font-size: 13px;
}


/* Additional IE settings for #divCenter li {} - Check IE Style Sheets!! */
div.clearer {
	clear: both;
	line-height: 0px;
}

#divFooter {
	padding: 0;
	margin: 0;
	clear: both;
	text-align: left;
	/*width: 835px;*/
}
ul.textnav {
	margin: 15px 0 15px 165px;
	font: bold 0.75em/2 Arial, Helvetical, sans-serif;
	color: #9D291D; /* Red */
}
ul.textnav li {
	display: inline;
	margin-right: 1.0em;
}
a:link,
a:visited,
ul.prod-textnav a:link,
ul.prod-textnav a:visited,
ul.textnav a:link,
ul.textnav a:visited {
	color: #9D291D; /* Red */
	text-decoration: none;
}
a:hover,
a:active,
ul.prod-textnav a:hover,
ul.prod-textnav a:active,
ul.textnav a:hover,
ul.textnav a:active {
	text-decoration: underline;
}
p.copyright {
	font: 0.7em Arial, Helvetical, sans-serif;
	color: #544025;
	margin: 15px 0 5px 165px;
}
p.copyright a:link,
p.copyright a:visited {
	color: #9D291D; /* Red */
	text-decoration: none;
}
p.copyright a:hover,
p.copyright a:active {
	text-decoration: underline;
}
img.footer-img {		/* Additional settings for IE - Check IE Style Sheets!! */
	vertical-align: bottom;
	margin-left: -27px;
	padding:0;
}
