/*reset/reload*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, 
form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}/* li, fieldset,, legend*/
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end reset/reload*/

/*light pallette*/
.color1 { color: #858380} /*darkgray*/
.color2 { color: #8985c0} /*medpurp*/
.color3 { color: #a09ecd} /*medpurp2*/
.color4 { color: #f0eff7} /*litepurp*/
.color5 { color: #ffe880} /*liteyllw*/
.color7 { color: #f8f7fb} /*litegray*/
/*actual pallette*/
.color1 { color: #cccccc} /*litegray*/
.color2 { color: #ffd100} /*yllw*/
.color3 { color: #fffcee} /*very lite yellow*/
.color4 { color: #f0eff7} /*litepurp*/
.color5 { color: #413c9a} /*medpurp*/
.color6 { color: #120b80} /*drkpurp*/
.color7 { color: #b0aed5} /*litepurp2*/
.color8 { color: #0a0701} /*offblk*/
/*end pallettes*/

body {
	margin: 0px auto;
	text-align: center;
	background-image: url(img/stretcher_fade.jpg);
	background-repeat: repeat-x;
	font: 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #0a0701;
	line-height: 150%;
	/*letter-spacing: .1em;*/
}
h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.6em;
	line-height: 175%;
	font-weight: bolder;
	color: #120b80;
}
p {
	font-size: 1em;
	margin-bottom: 15px;
	line-height: 150%;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
	line-height:160%;
}
li {
	list-style-position: outside;
	margin-left:20px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	letter-spacing: .1em;
	font-weight:bold;	
}
a:link {
	color: #120b80;
}
a:visited {
	color: #858380;
}
a:hover {
	color: #ffd100;
}
a:active {
	color: #fffcee;
}

#container {
	position:relative;
	text-align: center;
	width: 955px;
	/*border:thin black solid;
	height: 600px;*/
	margin: 0px auto;
}
#logo {
	position: absolute;
	width: 200px;
	height: 130px;
	z-index: 3;
}

/*MAIN NAVIGATION*/
#nav_left {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 200px;
	min-height: 180px;
	background-image: url(img/nav_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
	z-index: 4;
}
#nav_left ul {
	list-style: none;
}
#nav_left li {
	margin: 0;
}
#nav_left a:link, #nav_left a:visited, #nav_left a:hover, #nav_left a:active {
	text-decoration:none;
	letter-spacing: normal;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: 190%;
}
#nav_left a:link {
	color: #120b80;
}
#nav_left a:visited {
	color: #858380;
}
#nav_left a:hover {
	color: #ffd100;
}
#nav_left a:active {
	color: #fffcee;
}

/*TEMPLATE ONLY*/
#text {
	position:absolute;
	z-index:7;
	left:225px;
	top:11em;
	width:625px;
	text-align: left;
}
/*Footer*/
#footer p {
}

#footer {
	margin: 20px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #100A80;
	position:relative;
	width:467px;
	text-align:center;
	z-index:9;
}

.footer_txt a:link {
	color: #120b80;
	text-decoration: none;
}
.footer_txt a:visited{
	color: #858380;
	text-decoration: none;
}
.footer_txt a:hover, .footer_txt a:active {
	color: #ffd100;
	text-decoration: none;
}
 
 
/*REQUEST A QUOTE*/
td {
	padding: 3px;
}
.form {
	font-size: 11px;
	color: #120b80;
}
.errors {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}
.help {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.hrule {
	width: 100%;
	margin: 5px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
fieldset {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
legend {
	margin: 0;
	padding: 5px;
	color: #120b80;
	font-weight: bold;
}
label {
	color: #120b80;
	font-weight: bold;
}
#indent {
	margin: 10px;
}

/*GALLERY */
.tdTop {
	vertical-align:top;
}

/*NO SPECIFIC PLACE*/
.imgBuffer {
	margin: 0 0 5px 10px;
}
.imgBufferV {
	margin: 10px 0 0 0;
}


/*HOME*/
