/* CSS Document */

/* ######  CSS Stylesheet for the Southeast Texas Collision Repair Group website #######  */

/*	
	Author:	Jason Armstrong (http://elegantmachines.com/)

*/


/* ####### Global CSS Reset Courtesy of Eric Meyer - meyerweb.com  ######### */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #########  END Global Reset ######### */

html {
	background: #292929 url(images/setxcrg_bg.jpg) no-repeat top left fixed;
}


body {
  	background: transparent;
  	color: #fff;
  	font-family: Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 18px;
  	margin: 0;
  	padding: 0;
}

p {
	background: #191919;
	border: 1px solid #808080;
	padding: 20px 40px 20px 40px ;
	margin: 20px 60px 20px 10px;
}

.welcome {
	font-size: 15px;
	line-height: 20px;
}

/* ####################### HEADER STYLING ####################### */

h1,h2,h3, h4 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 260%; font-weight: bold; margin: 0 0 .5em .5em; color: #ff0; line-height: 1.1em; }
h2 { font-size: 230%; font-weight: normal; margin: 2em 0 .5em .5em; line-height: 1.1em; color: #ff0; }
h3 { font-size: 160%; font-weight: normal; font-style: italic; margin: 1.6em 0 .5em .5em; color: #ff0; }
h4 { font-size: 120%; font-weight: normal; font-style: normal; margin: 1.6em 0 .5em .5em; color: #ff0; }

h2 a:hover {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
}


/* ####################### LINK STYLING ####################### */

a, a:link {
  	color: #ff0;
  	font-weight: bold;
  	text-decoration: none;
}

a:visited {
  	color: #ff0;
  	font-weight: bold;
  	text-decoration: none;
}

a:hover {
  	color: #ff0;
  	text-decoration: underline;
}

a:focus {
  	color: #ff0;
}

a:active {
  	color: #ff0;
}



#outerWrapper {
  	background: transparent;
  	margin: 0 auto 0 270px;
  	text-align: left;
  	width: 680px;
}

#outerWrapper #header {
  	background: transparent url(images/setxcrg_logo.jpg) no-repeat top left;
  	font-size: 18px;
  	font-weight: bold;
  	line-height: 15px;
  	padding: 10px 0 10px 20px;
	margin: 0;
	height: 160px;
}

#outerWrapper #header h1 {
	text-indent: -9999px;
}



/* ####################### TOP NAVIGATION STYLING ####################### */

#topNavigation {
	position: relative;
	top: 80px;
	left: -30px;
  	background: transparent;
  	height: 30px;
	width: 680px;
  	padding: 0;
  	margin: 0;
}

ul#navList { 
	background: transparent url(images/navbar_sprite.png) no-repeat;
	position: relative;
}

ul#navList li {
	float: left;
	list-style-type: none;
	border: none;
	background: none;
	padding: 0;
}

ul#navList li a {
	height: 30px; 
	display: block; 
	text-indent: -9999px; 
	outline: none;
	padding: 0;
}

li#navHome a, li#navInfo a, li#navShops a, li#navAbout a, li#navContact a { 
	background: url(images/navbar_sprite.png) no-repeat;
}

li#navHome a 								{ background-position:	0 -60px; width: 110px; left: 0; border-bottom: none; }
li#navHome a:hover							{ background-position:	0 -30px; border-bottom: none; }
body#pageHome li#navHome a:focus 			{ background-position:	0 0; border-bottom: none; }

li#navInfo a 								{ background-position:	-110px -60px; width: 140px; left: 110; border-bottom: none; }
li#navInfo a:hover							{ background-position:	-110px -30px; border-bottom: none; }
body#pageInfo li#navInfo a:focus 			{ background-position:	-110px 0; border-bottom: none; }

li#navShops a 								{ background-position:	-250px -60px; width: 160px; left: 250px; border-bottom: none; }
li#navShops a:hover							{ background-position:	-250px -30px; border-bottom: none; }
body#pageShops li#navShops a:focus 			{ background-position:	-250px 0; border-bottom: none; }

li#navAbout a 								{ background-position:	-410px -60px; width: 120px; left: 410px; border-bottom: none; }
li#navAbout a:hover							{ background-position:	-410px -30px; border-bottom: none; }
body#pageAbout li#navAbout a:focus 			{ background-position:	-410px 0; border-bottom: none; }

li#navContact a 							{ background-position:	-530px -60px; width: 150px; left: 530px; border-bottom: none; }
li#navContact a:hover						{ background-position:	-530px -30px; border-bottom: none; }
body#pageContact li#navContact a:focus 		{ background-position:	-530px 0; border-bottom: none; }




/* ####################### CONTENT STYLING ####################### */

#outerWrapper #contentWrapper #content {
  	margin: 0 0 0 0;
  	padding: 0 10px 10px 10px;
	min-height: 500px;
}

#tenThings {
	background: #191919;
	border: 1px solid #808080;
	padding: 20px 40px 20px 40px ;
	margin: 20px 60px 20px 10px;
}

#tenThings li {
	font-size: 14px;
	padding: 10px 0 10px 0;
}

.borList {
	background: #191919;
	border: 1px solid #808080;
	list-style-type: none;
	padding: 20px 40px 20px 40px ;
	margin: 20px 60px 20px 10px;
}

.borList li {
	padding: 10px 0 10px 0;
}

.borSublist {
	list-style-type: square;
	padding: 8px 30px 8px 30px;
}

#vendorList {
	height: 700px;
	margin: 20px 50px 20px 30px;
}

#vendorList #vendorListLeft {
	background: #191919;
	border: 1px solid #808080;
	float: left;
	padding: 20px;
	width: 220px;
}

#vendorList #vendorListRight {
	background: #191919;
	border: 1px solid #808080;
	float: left;
	padding: 20px;
	width: 220px;
	margin-left: 30px;
}

#consumerInfo {
	background: #191919;
	font-size: 16px;
	border: 1px solid #808080;
	padding: 20px 40px 20px 80px ;
	margin: 20px 60px 20px 10px;
}

#consumerInfo li {
	list-style: square;
	padding: 6px 0 6px 0;
}


#clear {
	clear: both;	
}


/* ####################### MESSAGE FORM STYLING ####################### */

#messageForm {
	color: #fff;
	width: 540px;
	height: 400px; 
	margin: 40px 0 70px 60px;
}

.submit {
	height: 25px;
	width: 124px;
	margin: 10px 0 0 0;
}

.input {
	background: #191919 url(images/form_bg1.gif);
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	border: 1px solid #808080;
	padding: 3px;
	margin: 6px 0 6px 0;
	width: 400px;
}

.textarea {
	background: #191919 url(images/form_bg1.gif);
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	border: 1px solid #808080;
	padding: 3px;
	margin: 6px 0 6px 0;
	width: 400px;
}

textarea:focus, input:focus {
	background: #000 url(images/form_bg2.gif);
	color: #fff;
	border: 1px solid #ff0;
}




/* ####################### FOOTER STYLING ####################### */

#outerWrapper #footer {
  	background: transparent url(images/setxcrg_logo_smaller.jpg) no-repeat 320px 90px;
  	padding: 20px 30px 10px 10px;
	margin: 100px 0 0 0;
	height: 180px;
}

#footerNav {
	margin: 0 0 20px 30px;
}

#copyright {
	margin: 0 0 0 30px;
}