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



a {			color:#ec5215; text-decoration:none; }
a:hover {	color:#ec5215; text-decoration:underline; }

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


input, textarea {
	color:#666;
	border:1px solid #cecece;
	background:#fff; 
	overflow:visible;
}
input#submit {
	color:#fff !important;
	background:#0f75bc url(../images/bg-submit.jpg) 0 bottom repeat-x;
	width:auto !important;
	padding:3px 10px !important;/*
	font-size:12px !important;
	line-height:14px !important;*/
	cursor:pointer;
}


input.button {
	color:#fff !important;
	background:#0f75bc url(../images/bg-submit.jpg) 0 bottom repeat-x;
	cursor:pointer;
}

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

.mainRed {
    color: #CC0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75em;
}


.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;
}







/* ------------------------------------------------- general layout divs ----------------------------------- */
#bg {
	width:100%;
	min-height:100%;
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) center 0 no-repeat;
}

#wrapper {
	width:915px;
	overflow:hidden;
	margin:0 auto;
	padding:0 22px 0 23px;
	background:#fff;
}
#header {
	position:relative;
	margin:0;
	padding:0;
	width:915px;
	height:170px;
	z-index:5;
}

#content {
	float:left;
	display:inline;
	width:600px;
	margin:0;
	padding:20px 10px;
	overflow:hidden;
}

#content.wide {	width:895px; }

#sidebar {
	float:right;
	display:inline;
	width:240px;
	margin:0;
	padding:20px 10px;
	overflow:hidden;
}



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

/* ------------------- order button ------------------- */
#header h2 { margin:0; padding:0; }
#header h2 a {
	float:right;
	display:block;
	margin:5px 0 40px;
	padding:0 34px 0 90px;
	width:140px;
	height:36px;
	font-size:16px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:url(../images/bg-header-button.jpg) 0 0 no-repeat;
}
#header h2 a:hover { text-decoration:none; background-position:0 -36px; }

/* ------------------- my account ------------------- */
#header p { /*
	float:left;*/
	display:inline-block;
	width:350px;
	height:auto;
	margin:0;
	padding:13px 10px;
	text-align:right;
}


/* ------------------- login ------------------- */
#header form#loginForm {
	float:right;
	display:inline;
	clear:right;
	height:20px;
	padding:0;
	margin:0;
}
#header form#loginForm input {
	clear:none;
	display:inline !important;
	width:200px;
	padding:3px !important;
	margin:0 5px 0 0;
	color:#999;
}
#header form#loginForm input#password {
	width:100px;
}
#header form#loginForm input#submit {
	height:auto;
}


/* ------------------------------------------------- sidebar -------------------------*/
/* ------------------- banner ads ------------------- */
ul.banners {
	list-style:none;
	margin:0;
	padding:0;
}
ul.banners li {
	list-style:none;
	margin:0 0 5px;
	padding:0;
}






/* ------------------------------------------------- general subpage styles -------------------------*/
a .heading1, .heading1 a,
a .heading2, .heading2 a,
a .heading3, .heading3 a,
a .heading4, .heading4 a,
a .heading5, .heading5 a {color:#ec5215;}

h1, .heading1 {
	font-size:26px;
	line-height:30px;
	margin-bottom:20px;
	font-weight:normal;
	color:#0971b7;
}

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

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

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

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


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

p,
p.heading1,
p.heading2,
p.heading3,
p.heading4,
p.heading5,
ul,
ol { 
    margin-bottom: 20px; 
}

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


#content a img { border:1px solid #333; }
#content a:hover img {border-color:#ec5215;}
#content a.noborder img {border:0;}




<style type="text/css">
    #actions_menu {font-size:0.75em; width:150px;}
    #actions_menu ul {margin:0; padding:0;}
    #actions_menu li {list-style: none;}
</style>







	



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

form table.cmsForm {
	width:50%;
	float:right;
	display:inline;
	overflow:hidden;
}
form.register table.cmsForm {
	width:100%;
	float:none;
	display:block;
}

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;
	font-weight:bold;
}

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

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

form table.cmsForm textarea {
	width:180px;
}
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;
}


.register_button{
      background: url(Ô/images/bg-register.jpgÕ) repeat-x scroll left bottom #EC5215;
      border: 1px solid #000000;
    color: #000000 !important;
    cursor: pointer;
    padding: 3px 10px !important;
    width: auto !important;      
}


/*------------------------------------ footer ------------------------------------*/

#footer {
	clear:both !important;
	margin:0 auto;
	padding:40px 0;
	width:960px;
	font-size:11px;
	color:#666;
	background:url(../images/bg-footer.png) 0 0 no-repeat;
}
#footer a {
	color:#666;
	font-weight:bold;
}
#footer a:hover {
	color:#333;
	text-decoration:underline;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
#footer ul li {
	display:inline;
	margin:0 15px;
}


#footer ul.copyright a { font-weight:normal; }
#footer ul.masterlink, #footer ul.masterlink a { font-weight:normal; color:#bbb; }
