/* ----------------------------------- default ----------------------------------- */
html {
	margin: 0;
	padding: 0;
	background:url(../images/bg.jpg) top left repeat-x;
	height:100%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	min-width:980px;
	color:#3b3b3b;
	font-size:13px;
	line-height:20px;
}

body {
	min-height:100%;
	margin:0;
	padding:0;
	text-align:left;
}



a {			color:#dd8504; text-decoration:underline; }
a:hover {	color:#0055a4; text-decoration:underline; }

strong, b { font-weight:bold;}
i, em { font-style:italic;}


input, textarea {
	color:#666;
	border:1px solid #cecece;
	background:#fff url(../images/bg-input.gif) left bottom repeat-x;
}
input#submit {
	color:#fff;
	border-color: #0a5a9d !important;
	background:#327ebe;
	width:auto !important;
	padding:3px 10px !important;
	font-size:12px !important;
	line-height:14px !important;
}


input.button {
	border-color: #0a5a9d !important;
	background:#327ebe;
	color:#fff;
}

.radio {
	background:none;
	border:none;
}
.check {
	background:none;
	border:none;
}


.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}




/* ------------------------------------------------- header ------------------------------------*/
#header {
	position:relative;
	margin:0 auto;
	padding:3px 15px 0;
	width:950px;
	height:147px;
	z-index:5;
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
}



/* ------------------- logo ------------------- */
#header h1 {
	position:relative;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:330px;
	height:117px;
	z-index:100;
}
#header h1 a, #header h1 a span {
	position:absolute;
	top:0;
	left:0;
	width:330px;
	height:117px;
	margin:0;
	padding:0;
	display:block;
}
#header h1 a span {
	background:url(../images/logo.jpg) top left no-repeat;
	cursor:pointer;
}


/* ------------------- top links ------------------- */
#header ul#topLinks {
	float:right;
	display:inline-block;
	list-style:none;
	height:50px;
	width:600px;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:right;
}
#header ul#topLinks li {
	display:inline;
	color:#777;
	font-size:12px;
	margin:0 3px;
}
#header ul#topLinks li a {
	display:inline-block;
	color:#333;
	text-decoration:none;
}
#header ul#topLinks li a:hover {
	text-decoration:underline;
}

/* ------------------- order now ------------------- */
#header h2 {
	position:relative;
	float:left;
	display:inline;
	margin:0 0 0 110px;
	padding:0;
	width:250px;
	height:50px;
}
#header h2 span {
	position:absolute;
	top:0;
	left:0;
	width:250px;
	height:50px;
	margin:0;
	padding:0;
	display:block;
	background:url(../images/bg-order-now.jpg) 0 0 no-repeat;
}




/* ------------------- signup box ------------------- */
#header #signUp {
	float:right;
	display:inline-block;
	border:1px dashed #d8d8d8;
	width:220px;
	height:40px;
	margin-top:5px;
	overflow:hidden;
	background:#f4ba32 url(../images/bg-signup-box.jpg) 0 0 no-repeat;
}

#header #signUp h2 {
	color:#036;
	font-size:11px;
	line-height:13px;
	margin:7px 0;
	padding:0;
	font-weight:bold;
	text-align:center;
	width:135px;
}

#header #signUp h3 {
	clear:none;
	position:relative;
	float:left;
	display:inline;
	margin:10px 0;
	padding:0;
	width:76px;
	height:20px;
	overflow:hidden;
}
#header #signUp h3 a, #header #signUp h3 a span {
	position:absolute;
	top:0;
	left:0;
	width:76px;
	height:20px;
	margin:0;
	padding:0;
	display:block;
}
#header #signUp h3 a span {
	background:url(../images/bg-button-signup.gif) 0 0 no-repeat;
	cursor:pointer;
}
#header #signUp h3 a:hover span {
	background-position:0 -20px;
}









/* ------------------- search ------------------- */
#header form#searchForm {
	float:left;
	display:inline-block;
	height:20px;
	padding:5px;
	margin:0;
	overflow:hidden;
	clear:both;
	width:220px;
}
#header form#searchForm fieldset {
	margin:0;
	padding:0;
	height:20px;
	overflow:hidden;
	position:relative;
	border:none;
}
#header form#searchForm input {
	width:120px;
	height:12px;
	position:absolute;
	top:0;
	line-height:12px;
	font-size:12px;
	padding:3px;
	margin:0;
	border:1px solid #fff;
	color:#666;
	background:#fff url(../images/bg-input.gif) left bottom repeat-x;
	text-align:left;
}
#header form#searchForm input.search {
	width:90px;
	color:#fff;
	position:absolute;
	right:0;
	font-size:14px;
	line-height:20px;
	padding:0;
	margin:0;
	height:20px;
	border:none;
	background:none;
	cursor:pointer;
}




/* ------------------------------------------------- general layout divs ----------------------------------- */
#wrapper {
	width:950px;
	min-height:450px;
	overflow:hidden;
	margin:0 auto;
	padding:0 15px;
	background:url(../images/bg-wrapper.jpg) 0 0 no-repeat;
}

#sidebar {
	float:left;
	display:inline;
	width:175px;
	min-height:180px;
	margin:20px 5px 20px 15px;
	padding:0;
	overflow:hidden;
}

#content {
	float:left;
	display:inline;
	width:725px;
	margin:0;
	padding:20px 15px;
	overflow:hidden;
}
#content.noSidebar {
	width:920px;
}
	












/*---------------------- general subpage styles -------------------------*/
h1 {
	font-size:24px;
	line-height:30px;
	margin-bottom:10px;
	font-weight:normal;
}

h1 a { 
	color:#3b3b3b;
	text-decoration:none; 
}

h2, .heading2 {
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#036;
	font-weight:bold;
}

h3, .heading3 {
	clear:left;
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#036;
	font-weight:normal;
}

h4, .heading4 {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#036;
	font-weight:bold;
}

h5, .heading5 {
	color:#c77203;
	font-weight:normal;
    margin-bottom: 10px; 
}


hr {
	color:#dcd3bf;
	background:#b3a7a0;
	border:0;
	height:1px;
}

p,
ul,
ol { 
    margin-bottom: 20px; 
}

ol, ul {
    list-style:outside;
    margin-left: 2em;
}


#content img {
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	margin:10px;
}













	



/* ------------------------------------------------ cms form styles ------------------------------------------------ */
div.formText {
	width:55%;
	float:left;
	display:inline;
}

form table.cmsForm {
	width:45%;
	float:right;
	display:inline;
}

form table.cmsForm input, form table.cmsForm select {
	margin-right:5px;
}

form table.cmsForm {
	margin:10px auto 0 auto;
}
form table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
form table.cmsForm tr td.formName {
	width:50%;
	text-align:right;
}

form table.cmsForm #checkbox {
	float:left;
	clear:both;
	display:block;
}

form table.cmsForm .required {
	font-size:20px;
	color:#f33;
}

form table.cmsForm textarea {
	width:250px;
}
form table.cmsForm input {/*
	border:1px solid #999;*/
}
form table.cmsForm input.radio {
	background:none;
	border:none;
}
form table.cmsForm input.check {
	background:none;
	border:none;
}



table.cmsFormThanks {
	width:100%;
	margin:0;
	padding:0;
}
table.cmsFormThanks td.cmsFormThanksL {
	width:50%;
	text-align:right;
	font-weight:normal;
	padding-bottom:10px;
}
table.cmsFormThanks td {
	vertical-align:top;
	font-weight:bold;
	padding:0 15px 5px 0;
}





/*------------------------------------ sitemap ------------------------------------*/
p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	font-weight:normal;
	width:225px;
}
p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	font-weight:normal;
}
p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-weight:normal;
}
p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-weight:normal;
}
p.level1 a {
	font-weight:normal;
}







/*------------------------------------ footer ------------------------------------*/
#footerWrap {
	margin:0;
	padding:0;
	width:100%;
	background:#327ebe url(../images/bg-footer.jpg) 0 0 repeat-x;
}
#footer {
	position:relative;
	clear:both !important;
	margin:0 auto;
	padding:5px 0 25px;
	width:950px;
	min-height:160px;
	font-size:12px;
	color:#fff;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footer hr {
	clear:both;
	color:#84b2d8;
	background:#84b2d8;
	border:0;
	height:1px;
}


#contactUs {
	float:left;
	display:inline-block;
	width:200px;
	height:150px;
	padding:0 25px 25px;
	background:url(../images/bg-footer-contactUs.jpg) 0 0 no-repeat;
}

#products, #markets {
	float:left;
	display:inline-block;
	width:275px;
	padding:0 0 25px 50px;
	background:url(../images/bg-footer-vert-line.jpg) 0 0 no-repeat;
}

#footer ul {
	list-style:none;
	width:125px;
	margin:0;
	padding:0;
	float:left;
	display:inline-block;
}
#footer ul li {
	margin:0;
	padding:0;
	width:100%;
}
#footer h2 {
	margin-top:25px;
	color:#fff;
	font-weight:normal;
}
#footer h3 {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	margin-bottom:0;
	color:#fff;
}
#footer p {
	font-size:13px;
	margin-top:0;
}






#footer ul.links {
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
	list-style:none;
	text-align:center;
}
#footer ul.links li {
	display:inline;
	margin:0 10px;
}
#footer ul.links li a { text-decoration:none; }
#footer ul.links li a:hover { text-decoration:underline; }

#footer ul.links li.masterlink,
#footer ul.links li.masterlink a { color:#84adcf; }

#footer ul.links li.masterlink a:hover { color:#fff; }