html {
	background: #e4e9e8 url(../images/page-bg.jpg) center repeat-y;
}

body {
	background: #e4e9e8 url(../images/page-bg.jpg) center repeat-y;
	color: #000000;
	font: 12px arial, sans-serif;
}

#page-canvas {
	position: relative;
}

h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;	
	color:#1d3d7a;
	text-transform:uppercase;
}

h1 {
	font-size:18px;
}
h2 {
	font-size: 16px;
}

a:hover ,
a:visited ,
a {
	color: #1D3D7A;
	text-decoration: none;
}

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

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

small {
	font-size: 90%;
}

strong {
	font-weight: bold;
}

.float-left,  .fl {  float: left;  }
.float-right, .fr {  float: right; }
.clear-left,  .cl {  clear: left;  }
.clear-right, .cr {  clear: right; }
.clear-both,  .cb {  clear: both;  }
.stdpad      {  padding: 15px  }
.stdpadh	 {	padding: 0 15px; }
.stdpadv	 {	padding: 15px 0; }
.stdmar      {  margin: 15px   }
.hr	         {  width: 98%; border: solid 1px #ccc; margin: 15px 0; height: 0px; }
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;   }

/* Buttons
 */

.stdbtn ,
.stdbtnl {
	background: url(../images/metal-btn.jpg) right center no-repeat;
	width: 107px;
	padding: 10px;
	border: none;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
}

.stdbtnl {
	background: url(../images/metal-btn-large.png) right center no-repeat;
	width: 200px;
}

a.stdbtnl,
a.stdbtnl:hover {
	color: white;
}

/* 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
*/
#HeaderRight {
	text-align:right;
	margin-left:570px;
	padding-top:16px;
}

#page-header {
	background: url(../images/header-bg.jpg) center top repeat-x;
	width: 100%;
	position: relative;
	z-index: 2;
}

#page-header #logo-bar {
	display: inline;
	float: left;
}

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

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

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

#page-header div.logo a {
	width: 100%;
	height: 100%;
	display: block;
}

#page-header ul {
}

#page-header ul li.active {
	background: url(../images/nav-tab-right.gif) no-repeat right bottom;
}

#page-header ul li.active a {
	background-image: url(../images/nav-tab-left.gif) no-repeat left bottom;
	color:#FFFFFF;
}
#page-header a {
	text-transform: uppercase;
}

#page-header .constrainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 113px;
}

#PhoneFax {
	margin: 0;
	padding: 0;
	padding-right:3px;
	margin-top:20px;
}
#Search {
	background-image: url(../images/search-field.gif);
	background-repeat: no-repeat;
	margin-right:0;
	margin-left: auto;
	width: 208px;
	text-align:left;
	padding-left:3px;
	height: 45px;
}

#Search .searchField {
	background-color:transparent;
	border:none;
	float:left;
	width:159px;
	height:15px;
	padding:7px 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0px;
}

#Search input {
	float: left;
}

#page-header a:link.advancedLink ,
#page-header a:visited.advancedLink {
	float: left;
	text-transform:uppercase;
	color:#5e6b6c;
	font-size:11px;
	font-weight:bold;
	background-image: url(../images/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:12px;
	margin-top: 4px;
}



#page-header div.menu {
	clear:both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing:1px;
}
#page-header ul.menu {
	float: left;
	list-style: none;
	background-image: url(../images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 11px;
}

#page-header .menu li {
	float:left;
	list-style:none;
	background: url(../images/nav-divider.gif) no-repeat right bottom;
}

#page-header .menu li a {
	display:block;
	font-weight: bold;
	padding:9px 20px 9px 20px;
	color: #1D3D7A;
}

#page-header .menu li.active {
	background-image: url(../images/nav-tab-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#page-header .menu li.active a {
	background-image: url(../images/nav-tab-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#FFFFFF;
}


#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);
}

#YourAccountLabel {
	position: absolute;
	top: 153px;
	right: 170px;
}

#YourAccountLabel a {
	background: url(../images/shop/product-bullet.png) 10px no-repeat;
	padding-left: 20px;
}

#page-header #account a ,
#page-header #account a:link ,
#page-header #account a:hover {
	font-size: 10px;
	color: #1d3d7a;
}

/* Drop-down mini cart
*/

#mini-cart {
	position: absolute;
	color: #003868;
	width:150px;
	right: 0;
	top: 145px;
	font-size: 10px;
	letter-spacing: 1px;
	z-index: 2;
}

#mini-cart .header {
	width: 100%;
	background-image: url(../images/cartBtn.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
	background-position: 0px 2px;
	height: 28px;
}
#mini-cart .header a {
	color:#FFFFFF;
	padding:0 30px 0 12px;
	display:block;
	font-size:10px;
	line-height: 28px;
}

#mini-cart.active,
.cssanim #mini-cart:hover {
}

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

#mini-cart .body {
	display: none;
	position: absolute;
	right: 0;
	border: 2px solid #1d3d7a;
	width: 200px;
	color: #333333;
	z-index: 2;
	background: #ffffff;
}

#mini-cart .body p {
	padding: 10px;
	background: #e8f7ff;
	border-bottom: 1px dotted #999999;
	color: #5e6b6c;
	font-weight: bold;
}

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

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

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

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

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

#mini-cart .more {
	padding: 5px;
	background: #d8e7ef;
	border-top: 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;
	background: #e8f7ff;
	padding: 4px 0;
	clear: both;
	float: left;
	border-top: 1px dotted #999999;
}

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

#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: 90%;
}

#mini-cart dt {
	float: left;
	width: 55px;
	margin-left: 100px;
}

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

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

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


/* Page body
*/

#page-body-wrapper {
	background: url(../images/header-bg.jpg) 0 -146px repeat-x;
	clear: left;
	position: relative;
	z-index: 1;
}

#page-body {
	border-top: 0;
	width: 957px;
	margin: 0 auto;
	background: url(../images/left-border.gif) 0 0 repeat-y;
}

#page-body #breadcrumbs {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #f7941d;
	text-transform: uppercase;
	padding: 8px 10px;
	border-bottom: 1px solid #adb9b7;
	background-color: #e5e9e8;
}

#page-body #breadcrumbs ol {
	width: 600px;
}

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

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

/* Main Menu
*/

#page-body .menu {
	display: inline;
	float: left;
	width: 198px;
	margin-right: 2px;
	position: relative;
	z-index: 1;
}

#page-body .menu h3 {
	background: #1d3d7a;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}

#page-body .menu ul {
	position: relative;
}

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

#page-body .menu li a:link , 
#page-body .menu li a:visited {
	color: #333333;
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	margin:0px 1px;
	width: 176px;
	background: url(../images/arrow-bullet.gif) no-repeat 185px center;
}

.leftNav a:hover {
	background-color:#a6d8ee;
}

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

#page-body .menu ul ul {
	position: absolute;
	padding: 0;
	left: 198px;
	top: 0;
	display: none;
	background-color: #e5e9e8;
	border: 1px solid #adb9b7;
	color: #ffffff;
}

.cssanim #page-body .menu ul li:hover > ul {
	display: block;
}

#page-body .menu li a:hover {
	background-color: #ffffff;
}


#page-body .menu ul ul a {
	text-transform: none;
	background-color: #e5e9e8;
	color: #eeeeee;
	padding-right: 30px;
	padding-left: 15px;
}

#page-body .menu ul ul a:hover {
}

#page-body .menu ul ul li:hover > a {
}

#page-body .menu ul ul li {
	text-align: left;
	margin: 0;
	padding: 1px;
	border-top: 1px dotted #363534;
}

#page-body .menu ul ul li.first {
	border: 0;
}

#page-body .menu ul ul li.parent a {
}

#page-body .menu ul ul li.leaf a {
	background-image: none;
}

#page-body .menu ul ul ul {
	top: -1px;
}


/* Main menu expanding panels */

#page-body .expanding-box {
	background: url(../images/left_ebox_header.gif) no-repeat;
	color:#1D3D7A;
	font-weight:bold;
	width:198px;
	cursor:pointer;
}
#page-body .expanding-box h2 {
	height:14px;
	padding-left:15px;
	padding-top:7px;
	padding-bottom:7px;
	font-size: 12px;
}

#page-body .expanding-box .expander {
	display:none;
	margin-left:1px;
}

/* 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;
	line-height: 1.4;
	padding: 7px 14px;
}

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

#page-body .menu .menu-box a {
}


/* Page heading banners
*/

#banner {
    min-height: 52px;
	padding: 10px;
	background: #e4e9e8 url(../images/banner-border-bot.png) bottom repeat-x;
	margin-bottom: 5px;
	margin-bottom: 1px;
}

#banner a:link,
#banner a:visited {
	text-decoration: underline;
}

#page-body #banner h1 {
	font-size: 18px;
}

#banner .description {
    padding-right: 1em;
	color: #333333;
	font-weight: bold;
}

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

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


#page-body .main {
	display: inline;
	float: left;
	width: 757px;
	background-color: #ffffff;
	position: relative;
	z-index: 0;
}

#page-body .main h1 ,
#page-body .main h2 {
	color: #1d3d7a;
	font-size: 150%;
}

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

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

#page-body .main h3 {
	color: #1d3d7a;
    text-transform: none;
    font-size: 120%;
    font-weight: bold;
}

#page-body .main .pod {
	float: left;
	margin: 15px;
	margin-top: 5px;
	background: #eef1f0 url(../images/pod-top-cap.jpg) left top no-repeat;
	width: 342px;
}
#page-body .main .pod .inner {
	background: url(../images/pod-bot-cap.png) left bottom no-repeat;
	padding: 10px;
	margin: 0;
	border-right: 1px solid #d1d6d5;
	text-align: center;
}

#page-body .main .pod .inner h2 {
	text-transform: none;
	font-weight: bold;
	font-size: 18px;
	color: #1d3d7a;
	display: inline;
}

#page-body .main .pod .inner p {
	font-size: 14px;
	color: black;
	letter-spacing: 0px;
}

#page-body .main .pod .inner p.announce {
	font-size: 18px;
	display: inline;
	text-align: center;
}


#helpPod {
	height: 56px;
	background: url(../images/helpPod.png);
}


/* Pages with lots of text
*/

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

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

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

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

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


#page-body .products h3 {
	font: 20px arial, sans-serif;
	padding: 4px 8px;
	line-height: 1.2;
}


/* Content pages
*/

#infoContainer {
	display: inline;
	float: left;
	width: 757px;
	background: url(../images/main-divider.png) 262px repeat-y;
}

#infoContainer.full {
	background-image: none;
}

#infoMenu {
	display: inline;
	float: left;
	width: 230px;
	padding: 16px;
}

#infoContainer.full #infoContent {
	width: 724px;
}

#infoContent {
	display: inline;
	float: left;
	width: 463px;
	padding: 16px;
}

#infoContent a {
	text-decoration: underline;
}

#infoContent p {
	margin: 5px 0;
}


/* Standard table layout
*/

table.std {
	margin: 10px 0;
}

table.std th {
	background-color: #1d3d7a;
	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: 0;
	background-image: none;
	color: #1d3d7a;
	font-size: 14px;
}


/* 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: 378px;
}

div.stdpad div.col2 {
	width: 358px;
    padding-right: 5px;
}

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

div.stdpad div.col2 div.col2 {
	width: 179px;
	padding: 0;
}

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

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

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

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


/* Column dividers
*/

div.divide-center {
	background: url(../images/main-divider.png) 378px repeat-y;
	float: left;
	width: 757px;
}

div.divide-2-1 {
	background: url(../images/main-divider.png) 500px repeat-y;
	float: left;
	width: 757px;
}


/* Address formatting
*/

.address h3 {
	margin-bottom: 5px;
}


/* 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 #1d3d7a;
	color: #565659;
	float: left;
	margin: 10px;
	width: 300px;
}

#page-body div.notice-box h3 {
	background-color: #1d3d7a;
	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.atten {
	color: #1d3d7a;
	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: #1d3d7a;
}


/* Alert messages
*/

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


/* Page footer
*/

#page-footer-wrapper {
	clear: left;
	width: 957px;
	margin: 0 auto;
}

#page-footer {
	background-color: #e5e9e8;
	border-top: 1px solid #b0b6b6;
	padding: 10px 20px;
}

#page-footer .left {
	clear: left;
	float: left;
	width: 917px;
}

#page-footer a {
	background: url(../images/arrow-bullet.gif) left no-repeat;
	color: #909a9b;
	float: left;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 10px;
}

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

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

#page-footer .links {
	font-family: verdana;
}

#page-footer .design-by {
	float: right;
	text-align: right;
	width: 480px;
}

#page-footer .design-by a {
	float: none;
	background: url(../images/azexis-logo.jpg) right no-repeat;
	line-height: 30px;
	padding: 10px 25px 10px 0;
}


/* 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;
	}
}
