html {
	background: #565659 url(../images/main-bg.png) top repeat-x;
}

body {
	background: #565659 url(../images/main-bg.png) top repeat-x;
	color: #000000;
	font: 11px verdana, arial, sans-serif;
}

#page-canvas {
	width: 910px;
	margin: 0 auto;
	position: relative;
	padding-top: 35px;
}

a {
	color: #ff6600;
	font: 8pt arial, sans-serif;
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table tr.caption th {
	font-weight: bold;
}

a:hover {
	color: #ffaa44;
}

small {
	font-size: 90%;
}

strong {
	font-weight: bold;
}

.float-left  {  float: left;  }
.float-right {  float: right; }
.clear-left  {  clear: left;  }
.clear-right {  clear: right; }
.clear-both  {  clear: both;  }
.stdpad      {  padding: 15px  }
.stdpadh	 {	padding: 0 15px; }
.stdpadv	 {	padding: 15px 0; }
.stdmar      {  margin: 15px   }
table.stdpad th,
table.stdpad td {
    padding: 2px 5px;
}
table th.first, table td.first {  padding-left: 15px;   }
table th.last, table td.last   {  padding-right: 15px;  }

/* Debugging helpers */
.black-border { border: 1px solid black; }
.blue-border  { border: 1px solid blue;  }
.red-border   { border: 1px solid red;   }


/* Forms
*/

input[type=text],
input[type=password],
select,
textarea {
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 3px;
}

/* #main */
#main {
    position: relative;
    background: url(../images/vertical-separator.gif) repeat-y scroll 0 0;
    left: -1px;
	min-height: 450px;
}

/* Login page.  */

.login-box input {
	display: block;
	margin: 5px 0 1em 0;
}


#register a {
	display: block;
	margin-top: 2em;
	text-align: center;
}

/* Modal Dialog */
#modal-dialog {
    border: 3px double #E7752F;
    background: black;
    position: absolute;
    z-index: 3;
}

/* Page header
*/

#page-header {
	border: 5px solid #ffffff;
	background: #565659;
	float: left;
	width: 900px;
}

#page-header #logo-bar {
	background: #f66e00 url(../images/header-bg.png);
	height: 107px;
	border-bottom: 5px solid #ffffff;
}

#page-header #logo-bar p.tagline {
	color: #565659;
	float: left;
	margin: 65px 10px 0 20px;
	width: 200px;
	background: url(../images/tagline-border.png) left repeat-y;
	padding-left: 15px;
	font-weight: bold;
}

#page-header #logo-bar p.phone {
	color: #ffffff;
	font-family: impact, "arial narrow" tahoma, verdana, sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1;
	padding:30px 15px 0 0;
	text-align: right;
}

#page-header h1 {
	text-indent: -999em;
	width: 292px;
	height: 107px;
	background: url(../images/main-logo.png) left no-repeat;
	float: left;
}

#page-header h1 a {
	width: 100%;
	height: 100%;
	display: block;
}

#page-header ul {
	padding: 1em 0;
}

#page-header ul a.active,
#page-header ul a:hover {
	border-bottom: 1px solid #f67001;
}

#page-header a {
	color: #ffffff;
	text-transform: uppercase;
}

#page-header ul li {
	display: inline;
	padding-left: 2em;
}

#page-header .menu {
	float: left;
}

#page-header .right {
	float: right;
	padding: 3px 0;
}

#page-header .search {
	float: left;
	margin-right: 5px;
	padding: 4px 0;
}

#page-header .search input {
	font: bold 11px arial, sans-serif;
	vertical-align: top;
}


/* User line
*/

#page-header .user-line {
	position: absolute;
	top: 0;
	left: 5px;
	width: 900px;
}

#page-header .user-line ul {
	text-align: right;
	line-height: 18px;
}

#page-header .user-line li {
	background: left no-repeat;
	padding: 2px 10px 2px 22px;
}

#page-header .user-line .contact {
	background-image: url(../images/icon-contact.png);
}

#page-header .user-line .faq {
	background-image: url(../images/icon-faq.png);
}

#page-header .user-line .help {
	background-image: url(../images/icon-help.png);
}

#page-header .user-line .account {
	background-image: url(../images/icon-account.png);
}

#page-header .user-line .logout {
	background-image: url(../images/icon-logout.png);
}


/* Drop-down mini cart
*/

#mini-cart {
	color: #003868;
	margin: 0 10px 0 0;
	float: left;
}

#mini-cart.active,
.cssanim #mini-cart:hover {
	background-color: #e7752f;
}

#mini-cart h2 {
	font-size: 11px;
	margin: 0;
	padding: 5px 5px 5px 30px;
}

#mini-cart .header {
	padding: 4px;
	background: url(../images/minicart-header.png);
	height: 22px;
	width: 153px;
}

#mini-cart .body {
	display: none;
	position: absolute;
	border: 1px solid #cc0000;
	width: 160px;
	color: #333333;
	z-index: 2;
	background: #f7d8d8;
}

#mini-cart .body p {
	padding: 10px;
	background: #fae8e8 url(../images/minicart-grad.png) top left no-repeat;
	border-bottom: 1px dotted #999999;
	color: #cc0000;
}

#mini-cart .items {
	padding: 0 5px;
}

#mini-cart .items div {
	clear: both;
}

#mini-cart .items h3 {
	font-size: 100%;
	padding: 2px 0;
	font-weight: bold;
}

#mini-cart .items .item {
	padding: 4px 0;
	clear: left;
	border-bottom: 1px dotted #716d6b;
}

#mini-cart .items .item img {
	width: 50px;
	height: 50px;
	margin-right: 4px;
	display: block;
	float: left;
}

#mini-cart .more {
	padding: 5px;
	background: #fae8e8;
	border-bottom: 1px dotted #999999;
}

#mini-cart .more a {
	display: block;
	width: 100%;
	text-align: right;
	text-decoration: none;
	color: #333333;
}

#mini-cart .more em {
	font-style: normal;
	font-size: 150%;
	font-weight: bold;
}

#mini-cart .more small {
	text-transform: none;
}

#mini-cart .body .total {
	padding: 5px;
	font-weight: bold;
	color: #cc0000;
	font-size: 12px;
}

#mini-cart .footer {
	text-align: center;
	padding: 9px 0;
	clear: both;
	background: #cc0000 url(../images/minicart-grad.png) top right no-repeat;
}

#mini-cart .footer a {
	background-color: #cc0000;
	float: left;
	color: #ffffff;
	width: 80px;
	height: 24px;
	text-indent: -999em;
}

#mini-cart .footer a.basket {
	background: url(../images/minicart-buttons.png) left no-repeat;	
}

#mini-cart .footer a.checkout {
	background: url(../images/minicart-buttons.png) right no-repeat;	
}

#mini-cart dl {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#mini-cart dt {
	float: left;
	width: 15ex;
}

#mini-cart dd {
	text-align: right;
	margin-left: 55px;
}

#mini-cart .items .total dd {
	border: 0;
}

#mini-cart.active .body,
.cssanim #mini-cart:hover .body {
	display: block;
}


/* Page body
*/

#page-body {
	background: #ffffff url(../images/page-body-bg.png) left repeat-y;
	border: 5px solid #ffffff;
	border-top: 0;
	border-bottom: 0;
	float: left;
	width: 900px;
}

#page-body #breadcrumbs {
	font-family: arial, sans-serif;
	color: #f7941d;
	background: #ffffff;
	text-transform: uppercase;
	padding: 3px 10px 8px 10px;
}

#page-body #breadcrumbs li {
	display: inline;
}

#page-body #breadcrumbs li a {
	color: #f7941d;
	background: url(../images/breadcrumb-arrow.png) right no-repeat;
	padding-right: 10px;
}

/* Main Menu
*/

#page-body .menu {
	float: left;
	width: 200px;
	margin-right: 5px;
	border-top: 3px solid #f67001;
}

#page-body .menu h3 {
	background: #f67001;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;	
	padding:7px 5px 9px 15px;
}

#page-body .menu ul {
	margin: 9px 15px 16px 15px;
}

#page-body .menu li {
	background: url(../images/menu-divider.png) bottom repeat-x;
}

#page-body .menu li a {
	color: #333333;
	display: block;
	width: 100%;
	padding: 5px 0 5px 0;
}

#page-body .menu li a.active,
#page-body .menu li a:hover {
	color: #f67001;
}


/* Main menu form
*/

#page-body .menu .std-form {
	padding: 15px;
}

#page-body .menu .std-form p {
	margin: 0 0 1em 0;
}

#page-body .menu .std-form em {
	font-weight: bold;
}

#page-body .menu .std-form input[type=submit],
#page-body .menu .std-form input[type=image] {
	display: block;
	margin: 5px 0 5px auto;
}


/* Main menu boxes
*/

#page-body .menu .menu-box {
	color: #565659;
	margin: 30px 20px 10px 15px;
	line-height: 1.4;
}

#page-body .menu .menu-box h2 {
	font-weight: bold;
}

#page-body .menu .menu-box a {
	background: url(../images/shop/product-bullet.png) left no-repeat;
	display: block;
	font-size: 12px;
	padding: 4px 10px;	
}


/* Page heading banners
*/

#banner {
	height:117px;
	margin-bottom:5px;
	padding:20px 345px 10px 20px;
	width:330px;
	background-color: #f67001;
	background-position: center;
	background-repeat: no-repeat;
}

#page-body #banner h2 {
	color:#FFFFFF;
	font-family:arial,sans-serif;
	font-size:170%;
	letter-spacing:0.05em;
	line-height:1;
	text-transform:uppercase;
}

#banner .description {
    padding-right: 1em;
	color: #333333;
	letter-spacing: 1px;
}

#banner .description p {
	margin: 5px 0 8px 0;
	line-height: 1.6;
}

#banner .description em {
	font-weight: bold;
	font-style: normal;
}


#page-body .main {
	float: left;
	width: 695px;
}

#page-body .main h2 {
	color: #f67001;
	font-size: 150%;
}

#page-body .main li {
	background: url(../images/shop/product-bullet.png) left 8px no-repeat;
	padding: 2px 10px;
}

#page-body .main form li {
	background: none;
}

#page-body .main h3 {
	color: #f67001;
	font-size: 100%;
	padding: 5px 0;
}


/* Pages with lots of text
*/

#page-body .para {
	color: #1c1b19;
	line-height: 1.6;
}

#page-body .para p {
	margin: 0 0 10px 0;
}

#page-body .para h3 {
	color: #000000;
	font-weight: bold;
	padding: 0;
}

#page-body .para .section {
	margin-bottom: 25px;
}

#page-body .para h3.em {
	background-color: #565659;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}


#page-body .products h3,
#page-body .main h3.block {
	font: 20px arial, sans-serif;
	padding: 10px;
	clear: left;
}


/* Standard table layout
*/

table.std {
	margin: 10px 0;
}

table.std em {
	font-style: italic;
}

table.std th {
	background-color: #f67001;
	color: #ffffff;
	padding: 8px;
	text-transform: uppercase;
}

table.std td {
	background: url(../images/table-divider.png) bottom repeat-x;
	padding: 8px;
	vertical-align: middle;
}

table.std td a {
	color: #000000;
}

table.std tr.footer {
}

table.std tr.footer td {
	background-image: none;
	background-color: #eeeeee;
}

table.std tr.caption th {
	padding: 8px 0;
	background-image: none;
}

table.std tr.header th {
	background-color: #565659;
}

table.std tr.sub-header th {
	background-color: #ffffff;
	color: #000000;
}

table.std tr.info td {
	background-image: none;
	padding-bottom: 0;
}

table.std td.product img {
	width: 80px;
	vertical-align: middle;
	margin-left: 10px;
}


/* Vertical table
*/

table.vertical {
	margin: 10px 0;
}

table.vertical th {
	background: #ffffff url(../images/table-divider.png) bottom repeat-x;
	color: #000000;
	text-transform: none;
}

table.vertical tr.footer th,
table.vertical tr.footer td {
	font-weight: bold;
}

table.vertical tr.footer th {
	background-image: none;
	background-color: #eeeeee;
}

table.order-totals {
	width: 350px;
	float: right;
}


/* Highlight std table
*/

table.highlight td,
table.highlight tr.footer td {
	background-color: #ffdcad;
}


/* Standard column layouts
*/

div.col2 {
	float: left;
	width: 347px;
}

div.stdpad div.col2 {
	width: 332px;
}

div.stdpad div.col2 div.col2 {
	width: 162px;
}

div.col3 {
	float: left;
	width: 231px;
}

div.stdpad div.col3 {
	width: 221px;
}

div.stdpad div.col3-2 {
	float: left;
	width: 442px;
}


/* Column dividers
*/

div.stdpad.divide-center {
	background: url(../images/main-divider.png) 338px repeat-y;
}

div.stdpad.divide-2-1 {
	background: url(../images/main-divider.png) 450px repeat-y;
}


/* Form validation error
*/
table.error {
	margin: 15px;
	padding-bottom: 5px;
	border-top: 2px solid #ff9605;
	border-bottom: 1px solid #8d580f;
	width: auto;
}


table.error strong {
	line-height: 14px;
	font-size: 12px;
}

table.error ol {
	margin: 0 2em;
}


/* Notics box
*/

#page-body div.notice-box {
	border: 1px solid #f67001;
	color: #565659;
	float: left;
	margin: 10px;
	width: 300px;
}

#page-body div.notice-box h3 {
	background-color: #f67001;
	color: #ffffff;
	font: 15px normal arial, sans-serif;
	padding: 8px;
}

#page-body div.notice-box .body {
	padding: 8px;
}

#page-body div.notice-box .body p {
	margin-bottom: 10px;
}

#page-body div.notice-box .body p.atten {
	color: #f67001;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}


/* Coupon styling
*/

div.coupon {
	margin: 0 10px 0 auto;
	width: 285px;
}

#page-body div.coupon h3 {
	padding: 5px 0;
	line-height: 22px;
}

#page-body div.coupon input {
	float: right;
	clear: right;
	margin: 5px;
}

#page-body div.coupon p {
	clear: left;
	margin-bottom: 10px;
}

#page-body div.coupon .info {
	font-size: 90%;
	color: #888888;
}

#page-body .items div.coupon {
	font-size: 90%;
	float: none;
	width: auto;
}

table.std .coupon {
	color: #333333;
	font-size: 90%;
	margin: 0;
	width: auto;
}



/* Flash message
*/

.flash-message {
	margin: 15px;
	padding: 10px;
	color: #ffffff;
	border: 1px solid #565659;
	background-color: #f67001;
}


/* Alert messages
*/

span.alert {
	background: #ff9505;
	display: block;
	line-height: 1.4;
	margin: 4px 0;
	padding: 2px;
}

span.alert a {
	color: #333333;
	text-decoration: underline;
}


/* Page footer
*/
#page-footer {
	color: #f6ba73;
	font-size:.9em;
	background: #f67001;
	padding: 10px;
	clear: both;
	border: 5px solid #ffffff;
	text-transform: uppercase;
}

#page-footer .left {
	float: left;
}

#page-footer a {
	color: #ffffff;
	text-decoration: none;
	padding: 0;
}

#page-footer a:hover {
	color: #000000;
}

#page-footer .copyright {
	float: left;
	line-height: 30px;
}

#page-footer .links li {
	float:left;
	border-right:1px solid #f6ba73;
	padding-right:10px;
	margin-right:10px;
}

#page-footer .links li.last-one{
	border-right:none 0;
	padding-right:0;
}

#page-footer .design-by {
	text-align: right;
}

#page-footer .design-by a {
	background: url(../images/azexis-logo.png) right no-repeat;
	line-height: 30px;
	padding: 10px 25px 10px 0;
	font-size:7pt;
}


/* Print stylesheet
*/

@media print {
	#page-header {
		display: none;
	}
	
	#page-body {
		background-image: none;
	}
	
	#page-body #breadcrumbs {
		display: none;
	}
	
	#page-body .menu {
		display: none;
	}
	
	#page-footer .links {
		display: none;
	}
}

/*

	Clear Fix: clear-after
	---------
	This is really handy!!!
	instead of doing this:
		<div class="float-left"></div>
		<div class="clear"></div>
	do this:
		<div class="float-left clear-after"></div>
*/
	.clear-after:after,
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
    }
	.clear-after,
	.clearfix{
		display:block;
		zoom:1;
		position:relative;
	}

