@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #5c5c5c;
}
caption {
	display: none;
}
.header {
	font-weight: bold;
	font-size: 10px;
}
.row {
	font-size: 9px;
	line-height: 2em;
}
table {
	margin-top: 15px;
}

p {
	width: 90%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1 {
	letter-spacing: 0.15em;
	display: none;

}
h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	width: 90%;
	padding-bottom: 3px;
}
form {
	margin: 20px 0px 0px;
}



#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}

#banner {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#header {
	position: relative;
	height: 150px;
	background-image: url(../imgs/bkgs/banner_bkg.png);
	background-repeat: no-repeat;
}
#logo {
	height: 33px;
	width: 300px;
	top: 103px;
	right: 80px;
	position: absolute;
	background-image: url(../imgs/bkgs/tagline.jpg);
	background-repeat: no-repeat;
}
#companyname {
	position: absolute;
	left: 35px;
	top: 30px;
	height: 105px;
	width: 350px;
	background-image: url(../imgs/bkgs/supremelogo.jpg);
}


#tabs {
	position: absolute;
	top: 150px;
	width: 96%;
}



#content {
	font-size: 0.8em;
	padding-top: 3.5em;
	float: left;
	padding-bottom: 3em;
	background-image: url(../imgs/bkgs/page_bkg.png);
	width: 100%;
	
}
#imgbar {
	float: left;
	width: 175px;
	padding-top: 2.5em;
	padding-left: 2.5em;
}
#imgbar img {
	border: 1px solid #666666;
	padding: 5px;
	margin-bottom: 5px;
}
#aboutus img {
	border: 1px solid #666666;
	padding: 5px;
	margin-top: 15px;
	margin-left: 30px;
}



div#pagetext {
	padding-left: 240px;
	padding-top: 10px;

}

div#aboutus {
	padding-left: 50px;
	padding-top: 10px;
}

div#nav {
	float: left;
	font-size: 90%;
	line-height: normal;
	width: 100%;
	margin-left: 14px;
	background-image: url(../imgs/bkgs/tab_bkgv2_blk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #b1b1fc;
}
div#nav ul {
	margin: 0px;
	padding: 10px 10px 0px;
	list-style-type: none;
}
div#nav ul ul {
	margin: 0px;
	padding: 1px 0px 11px;
	position: absolute;
	left: -1px;
	width: 180px;
	background-image: url(../imgs/bkgs/submenu_btm_bkg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: none;
}

div#nav li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	background-image: url(../imgs/bkgs/tab_left_blk.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
div#nav a {
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 8px 15px 4px 5px;
	background-image: url(../imgs/bkgs/tab_right_blk.png);
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}
div#nav a:hover {
	color: #999999;
}

#nav #current {
	background-image: url(../imgs/bkgs/tab_left_current.png);
	background-repeat: no-repeat;
	background-position: left top;
}
 li#current a {
	background-image: url(../imgs/bkgs/tab_right_current.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 5px;
	color: #666666;
}
div#nav ul.level2 li {
	color: #666666;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background-image: url(../imgs/bkgs/submenu_a_bkg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
div#nav ul.level2 a {
	color: #666666;
	margin: 0px;
	padding: 4px 5px 5px 15px;
	width: 100%;
	background-image: url(../imgs/bkgs/submenu_li_bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
div#nav ul.level2 a:hover {
	color: #CCCCCC;
}

div#nav ul.level1 li:hover ul.level2 {
	display: block;
}
div#nav ul.level1 li#current:hover ul {
	padding-top: 0px;
	left: 0px;
}




#date {
	font-size: 12px;
	color: #000000;
	float: right;
	padding-right: 30px;
	padding-top: 15px;
}

#nondisplay {
	display: none;
}
div#footer {
	color: #999999;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/bkgs/page_bkg.png);
	clear: left;
	font-size: 10px;
}
div#footer a {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #333333;
}


div#copy {
	text-align: right;
	font-size: 11px;
	color: #CCCCCC;
	background-image: url(../imgs/bkgs/footer_bkg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-right: 60px;
}
div#copy a {
	color: #000000;
	text-decoration: none;
}
ul#services li {
	margin-bottom: 5px;
}
#contact {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
	line-height: 2em;
}
iframe {
	border: thin solid #333333;
	text-align: center;
}
#map {
	padding-left: 25px;
}
#sitemap {
	float: right;
	padding-top: 25px;
	padding-right: 300px;
}
#sitemap ul {
	list-style-type: none;
	line-height: 1.5em;
}
#sitemap a {
	text-decoration: none;
}
#accessibility {
	padding-left: 80px;
	padding-right: 30px;
	padding-top: 20px;
}
#pagetext a:hover {
	color: #663366;
	text-decoration: none;
}
#pagetext a {
	color: #999999;
}
#submittest {
	padding-left: 240px;
	padding-top: 10px;
}
.row {
	margin-top: 10px;
}
.readonly {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.error {
	margin-top: 5px;
	width: 90%;
}
#conf {
	background-image: url(../imgs/bkgs/conf.jpg);
	height: 52px;
	width: 485px;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 15px;
	margin-left: 20px;
	margin-top: 30px;
}
.error fieldset {
	color: #FF0000;
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
}

.row label {
	float: left;
	display: block;
	width: 16em;
	font-size: 11px;
}

div#servicetext {
	padding-left: 240px;
	padding-top: 10px;
}
.testimonial {
	background-image: url(../imgs/bkgs/test_blk.jpg);
	height: 140px;
	width: 385px;
	font-size: 10px;
	padding: 15px 15px 3px 7px;
	background-repeat: no-repeat;
	margin-left: 30px;
	color: #FFFFFF;
}
