@charset "utf-8";

/* CSS Document */

img, div { behavior: url(css/iepngfix.htc) }

body {
	background-color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../images/pageBG2.jpg);
}

h1, h2 {
	color: #F60;
	text-shadow: -1px -1px 0 #900;
	font-weight: lighter;
}
.contianer {
	position: relative;	
}
#Allegralogo {
	margin-top: 18px;
	margin-left: 12px;
}
#header {
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 108px;
}
address {
	margin: 0;
}
#addressBox {
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: 75%;
	text-align: right;
}
#mainBody {
	background-color: #000;
	padding-bottom: 12px;
	padding-top: 24px;
	position: relative;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 108px;
	margin-bottom: 36px;
	font-size: 12px;
	position: relative;
}
#footerBox {
	margin-left: 96px;
	padding-top: 40px;
}
#footer h2 {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 24px;
}
#footer .hl {
	color: #FF0;		
}
.greeting {
	font-style:italic;
	color: #FF0;
	margin-left: 9px;
	margin-right: 12px;
	font-weight: bold;
}
#navbar {
	background-image: url(../images/bodyBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 9px;
	text-align: center;
	background-color:#000;
	
}
#loginScreen {
	position: absolute;
	top: 18px;
	right: 144px;
	width: 240px;
	display: none;
	z-index: 99;
}
#loginPoint {
	height: 14px;
	margin-right: 24px;
	margin-left: 178px;
}
#loginForm {
	background-color: #58b4f4;
	padding: 12px;
	width: 216px;
	-webkit-box-shadow: 10px 10px 8px 8px rgba(0,0,0,.5);
	-moz-box-shadow: 10px 10px 10px 10px rgba(0,0,0,.5);
	box-shadow: 10px 10px 10px 10px rgba(0,0,0,.5);
	border-radius: 12px;
	position: relative;
}
#loginForm input[type=text], #loginForm input[type=password] {
	background-color: #1C9BF0;
	border: thin inset #2EA3F1;
	height: 14px;
	width: 96px;
	margin-left: 6px;
}
#loginForm label {
	font-size: 12px;
}
#loggin p {
	margin: 0;	
}
#closeLogin {
	font-weight: bolder;
	position: absolute;
	top: 9px;
	right: 9px;
	padding: 0px;
}
.pointer {
	cursor: pointer;
}
.greeting {
	font-style: italic;
	color: #FC3;
}

.required {
	font-style: italic;
	color: #F96;
}
#lock {
	margin-right: 24px;
}

/*Navigation*/
.navi {
	list-style-type: none;
	display: block;
	z-index: 5;
}
.navi li {
	float: left;
	padding: 2px;
	display: block;
}
.navi li ul {
	list-style-type: none;
	float: left;
	position: absolute;
	left: 0px;
}
.navi li ul li {
	display: block;
}

.naviMain {
	font-size: 14px;
	line-height: 14px;
	margin-right: auto;
	margin-left: auto;
	height: 109px;
}

.naviMain li {
	height: 109px;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
}

.naviMain ul {
	display: none;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #333;
	background-image: url(../images/navpanel-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 144px;
	border-radius: 0 0 12px 12px;
}

.naviMain ul li {
	width: 132px;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 4px;
}

.naviMain ul li a {
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	display: block;
	color: #FFF;
}

.naviMain ul li a:hover, a:focus {
	color: #333;
}

#userline {
	position: absolute;
	top: 9px;
	right: 0px;
	font-size: 12px;
	list-style-type: none;
	width: auto;
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	z-index: 50;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#userline li {
	width: auto;
	list-style: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	float: right;
}
#userline ul {
	position: absolute;
	top: 12px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	width: 160px;
}
#userline ul li {
	text-align: left;
	padding-top: 4px;
	display: block;
	clear: both;
	float: none;
}
#userline li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;	
}
#userline li a:hover, a:focus {
	color: #CCC;	
}
#aboutus {
	position: absolute;
	right: 0px;
	bottom: 7px;
	list-style-type: none;
	height: 18px;
	width: auto;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
}
#aboutus li {
	display: inline-block;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	height: 18px;
}
#aboutus li a {
	color: #333;
	font-weight: bold;
}
#aboutus li a:hover {
	color: #FFF;
	text-decoration: none;
}
/*end navigation*/
.led {
	margin-top: 2px;
	vertical-align: top;
}
.catLinks {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.catLinks li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 6px;
}
a.buttonLink {
	border-radius: 9px;
	background-image: url(../images/buttonBG.jpg);
	background-repeat: repeat-x;
	color: #000;
	margin-right: 12px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
}
a.buttonLink2 {
	border-radius: 9px;
	background-image: url(../images/buttonBG2.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	margin-right: 12px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
}
a.cartbutton {
	border-radius: 9px;
	background-image: url(../images/cartbuttonBG.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
}
.floatright {
	float:right;	
}
.floatleft {
	float:left;	
}
.abouthome {
	width: 72px;	
}
.aboutabout {
	width: 96px;	
}
.aboutcontact {
	width: 112px;	
}
.photoIcon {
	padding: 4px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius: 3px;
}
#quoter {
	border: medium outset #999;
	padding: 12px;
	text-align: right;
	font-size: 85%;
	border-radius: 12px;
	margin-bottom: 24px;
	background-image: url(../images/aluminum.jpg);
	background-color: #CCC;
}
.total {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: medium inset #ACACAC;
	border-radius: 6px;
}
#quoter input {
	width: 144px;
}
$quoter label {
	font-size: 95%;	
}
#quoter select {
	width: 150px;
	font-size: 90%;
	color: #FFF;
	background-color: #666;
}
.shipdetails {
	background-color: #FFF;
	border: thick solid #999;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
}

#adminGo {
	background-color: #39F;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	position: absolute;
	left: -60px;
	top: 0px;
	width: 42px;
	overflow: hidden;
}
.AuthorizeNetSeal {
	position: absolute;
	right: 188px;
	bottom: -54px;
	color: #FFF;
	z-index:99;
}
#AuthorizeNetText {
	color: #FFF;	
}
.help {
	vertical-align: text-bottom;
	cursor: pointer;
	margin-right: 4px;
}
#helpBox {
	color: #333;
	background-color: #FFF;
	padding: 12px;
	border-radius: 6px;
	position: absolute;
	z-index: 99;
	-moz-box-shadow: rgba(0, 0, 0, 0.45) 4px 4px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.45) 4px 4px 10px;
	box-shadow: rgba(0, 0, 0, 0.45) 4px 4px 10px;
	font-size: 0.85em;
	line-height: 1em;
	text-align: left;
	border: medium solid #434461;
	width: 180px;
}
#helpBox ul {
	margin: 0;	
}
#facebook {
	position: absolute;
	top: 0px;
	right: 100px;
}
#linkedin {
	position: absolute;
	top: 0px;
	right: 66px;
}

