/*
Theme Name: Hettinger
Version: 1.0
Author: Kira Nebilak
*/

@charset "utf-8";

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#splash, #front, #inner {
	width: 960px;
	float: left;
	background-color: #FFFFFF;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	text-shadow: #000 1px 1px 2px;
	text-decoration: none;
}

#menu ul {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	list-style-type: none;
	font-weight: bold;
	margin: 0px;
	padding-left: 10px;
	padding-top: 2px;
}

#menu ul li {
	margin-left: 0px;
	padding-bottom: 4px;
}

h2 {
	margin-top: 0px;
	font-size: 24px;
	margin-bottom: 8px;
}

h3 {
	margin-top: 0px;
	font-size: 17px;
	margin-bottom: 8px;
}


/* SPLASH START */
#splash #header {
	float: left;
	width: 960px;
	height: 211px;
	background-image: url(images/splash_header.jpg);
	background-repeat: no-repeat;
}

#splash #main {
	float: left;
	width: 515px;
	height: 552px;
	background-image: url(images/splash_mainbg.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}

#splash #side {
	float: left;
	width: 420px;
	height: 552px;
	background-image: url(images/splash_sidebg.jpg);
	background-repeat: no-repeat;
}
/* SPLASH END */
/* FRONT START */
#front #header {
	float: left;
	width: 960px;
	height: 200px;
	background-image: url(images/front_header.jpg);
	background-repeat: no-repeat;
}

#front #container {
	background-color: #EB6E02;
	width: 960px;
	float: left;
}

#front #maincontainer {
	float: left;
	width: 772px;
}

#front #menu {
	float: left;
	width: 188px;
	height: 423px;
}

#front #main {
	float: left;
	width: 506px;
	height: 423px;
	background-image: url(images/front_mainbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

#front #main #featured {
	float: left;
	width: 492px;
	height: 196px;
	background-image: url(images/front_featuredbg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 14px;
}

#front #main #featured a {
	color: #000;
	text-decoration: underline;
}

#front #main #featured a:hover {
	color: #000;
	text-decoration: none;
}

#front #main #featured .ele {
	margin-top: 45px;
	height: 137px;
	width: 232px;
	float: left;
	padding: 6px;
	padding-top: 8px;
	overflow: hidden;
}

#front #main #text {
	float: left;
	padding: 12px;
	width: 468px;
	height: 203px;
}

#front #main #text a {
	color: #EB6E02;
	text-decoration: none;
}

#front #main #text a:hover {
	color: #000;
	text-decoration: underline;
}

#front #side {
	float: left;
	width: 238px;
	height: 391px;
	background-color: #63574E;
	overflow: hidden;
	color: #FFFFFF;
	padding: 14px;
	padding-top: 18px;
}



#front #side a {
	color: #EB6E02;
	text-decoration: none;
}

#front #side a:hover {
	color: #FFF;
	text-decoration: none;
}

#front #lower {
	border-top: 8px solid #EB6E02;
	float: left;
	width: 772px;
	height: 184px;
	background-image: url(images/front_lowerbg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#front #lower .ele {
	float: left;
	width: 183px;
	height: 42px;
	color: #FFFFFF;
	margin-top: 132px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-shadow: #000 1px 1px 0px;
}

#front #lower .ele a {
	color: #FFFFFF;
	text-decoration: none;
}

#front #lower .ele a:hover {
	color: #EB6E02;
	text-decoration: none;
}


/* FRONT END */
/* INNER START */


#inner #header {
	float: left;
	width: 960px;
	height: 200px;
	background-image: url(images/inner_header.jpg);
	background-repeat: no-repeat;
}

#inner #header h2 {
	margin: 0px;
	padding: 0px;
	float: right;
	letter-spacing: 5px;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 110px;
	margin-right: 20px;
	text-shadow: #000 2px 2px 1px;
}

#inner #container {
	background-color: #EB6E02;
	width: 960px;
	float: left;
}

#inner #maincontainer {
	float: left;
	width: 772px;
}

#inner #menu {
	float: left;
	width: 188px;
	height: 423px;
}

#inner #main {
	float: left;
	width: 728px;
	background-image: url(images/inner_mainbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	min-height: 500px;
	padding: 20px;
	padding-left: 24px;
}

#inner #main a {
	color: #EB6E02;
	text-decoration: none;
}

#inner #main a:hover {
	color: #000;
	text-decoration: underline;
}


/* INNER END */
/* FOOTER START */
#footer {
	float: left;
	border-top: 8px solid #EB6E02;
	background-color: #000000;
	padding: 10px;
	width: 940px;
	font-size: 10px;
	color: #FFF;
}

#footer a {
	color: #EB6E02;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer .ele {
	width: 470px;
	float: left;
}
/* FOOTER END */

/* MOD FORM */

.form {
	width: 390px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px;
	border: 2px solid #EB6E02;
	background-color: #FFFFFF;
}

.form.products {
	width: 600px;
}

/* ADMIN ADJUSTSMENTS */

.form.admin {
	margin-top: 3px;
}

#adminmenu {
	width: 434px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}

ul.adminmenu {
	margin: 0px;
	padding: 0px;
	width: 434px;
	list-style-type: none;

}

.adminmenu li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	height: 12px;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #EB6E02;
	color: #FFF;
	margin: 0px;
	margin-top: 2px;
	border-top: 2px solid #EB6E02;
	margin-bottom: 1px;
}

.adminmenu li.selected {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #EB6E02;
	border-right: 2px solid #EB6E02;
	padding-left: 7px;
	padding-right: 7px;
}

.adminmenu li a {
	color: #FFF !important;
	text-decoration: none;
}

.adminmenu li a:hover {
	color: #FFF !important;
	text-decoration: underline;
}

.adminmenu li.selected a {
	color: #000000 !important;
	text-decoration: none;
}

.adminmenu li.selected a:hover {
	color: #000000 !important;
	text-decoration: underline;
}

.usrlistitem {
	border-bottom: 1px solid #EB6E02;
}

.usrlistitem.header {
	border-bottom: 1px solid #EB6E02;
	background-color: #EB6E02;
	color: #FFFFFF;
	padding-left: 2px;
	padding-top: 2px;
}

.usrlistitem a {
	color: #000 !important;
}

.usrsingleheader {
	font-weight: bold;
	padding: 2px;
}

/* END ADMIN */

.form td {
	padding-bottom: 4px;
}
.form .error {
	color: #EB6E02;
	font-size: 11px;
}

.form .error td {
	padding-left: 5px;
}

ul.plist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.plist li {
	display: inline-block;
	height: 20px;
	width: 140px;
	padding: 2px;
}

.result img {
	border: none;
}

table.result {
	border-bottom: 1px solid #EB6E02;
	width: 600px;
	margin-bottom: 4px;
}

.result i {
	color: #EB6E02;
	font-size: 12px;
}

.result h4 {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 18px;
	font-weight: normal;
}

.result h4 a {
	color: #000 !important;
}

.singleprod {
	border-bottom: 1px solid #EB6E02;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 420px;
}

.singleprod.header {
	background-color: #EB6E02;
	color: #fff;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 2px;
	width: 420px;
}

.singleprod .description {
	font-weight: bold;
}

.number.hett {
	width: 140px;
}

.number.oem {
	width: 220px;
}


.number.price {
	width: 60px;
	text-align: center;
}


/* PRODUCTS ADJUSTSMENTS */

.form.products {
	margin-top: 23px;
}

#productmenu {
	width: 644px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

ul.productmenu {
	margin: 0px;
	padding: 0px;
	width: 644px;
	list-style-type: none;
	float: left;

}

.productmenu li {
	float: right;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	height: 12px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 3px;
	background-color: #EB6E02;
	color: #FFF;
	margin: 0px;
	margin-top: 2px;
	border-top: 2px solid #EB6E02;
	margin-bottom: 1px;
	margin-left: 3px;
}

.productmenu li.selected {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #EB6E02;
	border-right: 2px solid #EB6E02;
	padding-left: 7px;
	padding-right: 7px;
}

.productmenu li a {
	color: #FFF !important;
	text-decoration: none;
}

.productmenu li a:hover {
	color: #FFF !important;
	text-decoration: underline;
}

.productmenu li.selected a {
	color: #000000 !important;
	text-decoration: none;
}

.productmenu li.selected a:hover {
	color: #000000 !important;
	text-decoration: underline;
}


/* END PRODUCTS */

img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.page-id-21 form {
}

.page-id-21 form input, .page-id-21 form textarea {
 width: 90%;
}
