/*
      Created by: Christian Larsen, cplarsen@gmail.com
	  	  
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	background-color:#ccc;
	margin: 0;
	scrollbar-base-color: #ccc;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-face-color: #414141;
}

h3 {

	font-size: 18px;
	font-weight: bold;
	color: #A42A15;
}

a {
	color: #A42A15;
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #A42A15;
}
#wrapper {
	margin: 0 auto;
	width: 660px;
	background: #fff;
	padding: 0 20px;
	height: 850px;
	position:relative;
}
#tableWrapper {
	margin: 0 auto;
	width: 800px;
	background: #fff;
}

#leftcolumn #login {
	height: 125px;
	margin-bottom: 10px;
	width: 225px;
}
#custLogin label {
	vertical-align: middle;
}

#custLogin input {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#header {
	width: 660px;
	float: left;
	height: 245px;
	background: #fff;
	margin-top: 15px;
}

#search form {
	margin: 10px 0 0 0;
	width:300px;
	float: right;
	text-align: right;
}
.bigRed {
	font-size: 18px;
	font-weight: bold;
	color: #A42A15;
}

#headerBorder {
	float: left;
	width: 660px;
	background: #a42a15;
	border-bottom: solid #000 1px;
	border-top: solid #FFF 1px;
	height: 15px;
}
#leftcolumn {
	margin: 10px 0;
	padding: 10px;
	height: auto;
	float: left;
}
#content {
	float: left;
	padding: 10px;
	width: 400px;
    height:auto;
}
#content div {
	margin-bottom:10px;
}
.row label {
	text-align: center;
}

 
#welcome {
	margin-bottom: 10px;
}

#footer {
	position:absolute;
	bottom:0px;
	left:20px;
	width: 660px;
	padding: 2px 0;
	line-height: 2em;
	height:40px;
}
#products > div > div {
	float: left;
	padding: 2px;
	border: #5C5C5C solid 1px;
	margin: 8px;
}
#products > div > div > label {
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.row {
	clear: both;

}

#search {
	width: 660px;
	color: #333;
	height: 25px;
}
#footerBorder {
	clear: both;
	height: 15px;
	width: 660px;
	background-color: #A82E19;
}
#copyright {
	font-size: 10px;
	float: left;
	margin-right: 10em;
}
#data {
	font-size: 10px;
	float:left;
	margin-left:100px;
	width: 500px;
}
#helpLinks {
	float: right;
	width: 150px;
}
#telephoneNum {
	float: left;
	margin: auto;
	width: 200px;
}

/* Menus */

#productDetails #enlarge {
	clear: both;
}

.stroke1px  {
	border: #5C5C5C 1px solid;
}
.newStyle1 {
	background-color: #A42A15;
	color: #FFFFFF;
}

/* for customer-info pg */
#header800 {
	width: 800px;
	float: left;
	height: 245px;
	background: #fff;
	margin-top: 15px;
}

#footer800 {
	position:absolute;
	bottom:0px;
	left:20px;
	width: 800px;
	padding: 2px 0;
	line-height: 2em;
	height:40px;
}
#footer800 #helpLinks {
	float: right;
	width: 150px;
}
#footer800 #telephoneNum {
	float: left;
	margin: auto;
	width: 200px;
}
