/* @override 
	http://localhost/springsite/style.css
	http://localhost/springsite1/style.css
*/

*:focus{
	border: 1px dotted black;
}

body{
	margin-top:20px;
	background-color:#111111;
	font-size: 10px;
}
#header{
	margin-bottom: 25px;
}
#main{
	width: 706px;
	margin: 0 auto;
	padding: 22px 0px 3px 43px;
	background-color:#fff;
	background-repeat: no-repeat;
	/* Min Height Hack */
  	min-height:498px;
  	height:auto !important;
 	height:497px;

}

#footer{
	clear: both;
	background-color:#c1332b;
}

/* Content Layout */

.column{
	width: 203px;
	margin-right: 37px;
	padding-top: 4em;
	float: left;
}
.double{
	width: 443px;
}
.first{
	padding-top: 0em;
}
.last{
	margin-right: 0em;
}
.wide{
	width: 273px;
}

.row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.row{
	clear: both;
}
hr{
	display: block; height: 0; clear: both; visibility: hidden;
}

/* Type & Lists */
body{
	font-family: Arial, Verdana, sans-serif;
	word-spacing: 1px;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

abbr{
	font-variant: small-caps;
	letter-spacing: 1px;
	border-bottom: 1px dotted #ccc;
}

h1,h2,h3{
	color: #f33;
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 1;
	
}

.column{
	font-size: 1em;
	line-height: 1.4;
	font-family: "Lucida Grande", Lucida, Arial,Verdana, sans-serif;
}
.column a{
	color: red;
}

.column p{
	margin-bottom: 1em;
}
.column a:hover,.column a:focus {
	color: #000;
	
}
.column img{
	margin-top: 1.2em;
	border: none;
}

.column a img {
	text-decoration:none;
	border:0px;
}
.column ul,.column ol{
	margin: 1.4em 0;
}
.column ul{
	list-style-type: disc;
}

ul.firstlist, ol.firstlist{
	
	margin-top: 0em	;
}
.column ul li {
	padding-left: 1em;
	margin-left: 1.5em;
}
.column ol{
	list-style-type: decimal;
}

.column ol li {
	padding-left: 1em;
	margin-left: 2.2em;
	margin-bottom: 0.2em;
}
.column .link_list li{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	
}

/* forms */
form label, form .text, form textarea{
	float: left;
	clear: both;
	margin-bottom: 0.3em;
	width: 100%;
}
form input.text, form textarea {
	margin-bottom: 1.4em;
}
form .submit{
	float: right;
}

/*Hidden stuff*/
.skip_link, #footer h3{
	position:absolute; 
	top:-9999px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
	
}

/* Main Menu & Footer Styles */

#footer{
	width: 697px;
	margin: 0 auto;
	
	background: url(../css_images/footer_back.jpg) bottom left;
	
	padding: 0px 22px 0px 30px;
	min-height: 76px;
}

#footer #main_menu{
	float: right;
	text-align: right;
	text-transform: uppercase;
	margin-top: 0.6em;
	margin-right: -0.8em;
	line-height: 1.2;
	
	letter-spacing: 1px;
	
}
#footer #main_menu li,#footer #main_menu li a{
	
	padding: 0.2em 0.4em;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover,#footer a:focus {
	color: #fff;
	text-decoration: underline;
}

/* Products Menu */

#products_menu{
	text-transform: uppercase;
	background: url(../css_images/product_separator.png) top left no-repeat;
	line-height: 1.6;
	width: 580px;
	padding-left: 1px;
	
}
#products_menu li{
	float:left;
	background: url(../css_images/product_separator.png) top right no-repeat;
	width: 9.9em;
	
}

#products_menu:after {
	 content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#products_menu li a{
	display: block;
	width: 7.7em;
	white-space: pre;
	padding: 0.6em 1.1em;
}
#products_menu li a:hover,#products_menu li a:focus {
	background: url(../css_images/product_hover_back.png) 0px -12px repeat-x;
	text-decoration: none;
	
}

/* Styles for background photos here */

/* Default Background */
body #main{
	background-image: url(../css_images/tension_springs_back.jpg);
	background-position: top right;
}
/* Home Page Background */
body.home #main{
	background-image: url(../css_images/home_back.jpg);
	background-position: bottom right;
}

body.comp_springs #main{
	background-image:url(../css_images/comp_springs_back.jpg);
	background-position: top right;
}

body.torsion_springs #main{
	background-image:url(../css_images/torsion_springs_back.jpg);	
	background-position: top right;
}

body.car_springs #main{
	background-image:url(../css_images/car_springs_back2.jpg);	
	background-repeat: no-repeat;
	background-position: top right;
	
}

body.wire_forms #main{
	background-image:url(../css_images/wire_forms_back.jpg);
	background-position: top right;
}
body.contact_us #main{
	background-image:url(../css_images/contact_back.jpg);
	background-position: top right;
}
#creditbar{
	text-align: center;
	color: #888;
	margin: 0.2em;
	margin-bottom: 0.5em;
}
#creditbar p{
	margin-bottom:0.5em
}
#creditbar a{
	color: #c32525;
	text-decoration: none;
	font-weight:bold;
}
#creditbar a:hover{
	text-decoration: underline;
}

#creditbar abbr{
	border-bottom: #bbb dotted 1px ;
}


/* thumbnail enlargement links */
.thumb_enlarge{
	font-size: 0.9em;
	text-decoration: none;
	border: none;
	clear: both;
}
.thumb_enlarge span{
	clear: both;display: block;
}
