body, p, h1, h2, h3, h4, h5, h6, table, td, th, ul, ol, li, form, textarea, input, select {padding:0px; margin:0px}

html {height:100%}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	height:100%;
}
div, form, img, p, ul, li{
	margin: 0 auto auto auto;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight:normal;
	color:#000;
}

.standardPadding {
	padding: 20px;
}

.fleft  { float: left;  } 
.fright { float: right; } 
.cleft  { clear: left;  }
.cright { clear: right; }
.clear  { clear: both;  }
/*------------------------------------------------------------
	Wrapper
------------------------------------------------------------*/
#Container {
	min-height:100%;
	position:relative;
}
*html Container {height:100%;} /* ie6 no min-height */

#Wrapper{
	width:954px;
	margin:0px auto 0px auto;
	padding-bottom:110px;
	position: relative;
}

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
#Header {
	font-family: Arial, Verdana, sans-serif;
	padding-top:5px;
	position:relative;
	margin-bottom:13px;
	font-size:11px;
	z-index:2;
}

#Header .logo {
	height: 60px;
	text-align:center
}

#Header .logo img {
	border: 0;
}

/*------------------------------------------------------------
	Search / Login
------------------------------------------------------------*/

#Header .login {
	float:right;
	width:380px;
	text-align:right;
	margin-right:225px;
	text-transform:uppercase;
	padding-top:4px;
	display:inline;
	line-height:normal;
}
#Header .login p{
	padding:0;
	margin:0;
}
*html #Header .login {display:inline} /* ie6 float fix */

#Header .login a {
	padding: 0 8px;
	color:#a0a0a0;
	text-decoration:none;
}

#Header .search{
	padding-top: 10px;
	position:absolute;
	top: 0;
	right:0;
}

#Header .searcharea {
	border: 0px;
	padding: 1px 1px 1px 20px;
	width:159px;
	height:17px;
	color:#777;
	font-size: 12px;
	display:inline;
	vertical-align:top;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
}

#Header .rounded {
	float:left;
	padding:0 8px 0 8px;
	height:15px;
	margin:0;
	display:inline;
}

/*------------------------------------------------------------
	Navigation
------------------------------------------------------------*/

*html #Header .nav_bar {margin-top:-3px} /* ie6 3px error */

#Header .menu {
	font-size:11px;
	text-transform:uppercase;
}

#Header .menu a {
	padding: 7px 14px 8px 13px;
	display: block;
	color: #8d8d8d;
}

#Header .menu li.first a {
	padding: 7px 14px 8px 10px;
}


#Header .menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
}

#Header .menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#Header .menu ul li {
	float: left;
	position: relative;
}

#Header .menu ul li:hover {
	background: #000000;
}

#Header .menu ul li:hover a {
	color: #ffffff;
}

#Header .menu ul ul {
	position: absolute;
	left: 0;
	display: none;
	background: #000000;
	font-weight: normal;
	z-index:3;
}

#Header .menu ul li:hover > ul {
	display: block;
}

#Header .menu ul ul li:hover {
	background: #424242;
}

#Header .menu ul ul li {
	display: block;
	float: none;
	border-bottom: 1px dotted #3b4752;
}

#Header .menu ul ul li a {
	display: block;
	width: 120px;
	height: 100%;
	color: #ffffff;
}

#Header .menu ul ul ul {
	position: absolute;
	left: 140px;
	top: 0;
	border-left: 1px solid #ffffff;
}

#Header .menu .selected {
	background-color:#000000;
	color:#ffffff;
	background-image: url(../images/selected_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* Drop-down shopping basket
*/
#drop-basket {
	width: 220px;
	background-color: #000000;
	color: #8f8f8f;
	margin-top: 15px;
	position: absolute;
	right: 0;
	z-index: 2;
}

#drop-basket h1 {
	font-size: 100%;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/mini-basket.png) left no-repeat;
	font-weight:normal;
	text-transform:uppercase;
}

#drop-basket h1 a {
	color: #8f8f8f;
}

#drop-basket .header {
	padding: 3px 10px 3px 10px;
	background-color:#262626;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #464646;
	border-left-color: #464646;
}

#drop-basket .header p {
	text-align: right;
	margin: 0;
	padding: 0;
}

#drop-basket .items {
	margin: 2px;
	padding: 1ex;
	background-color: #ffffff;
	display: none;
}

#drop-basket .items div {
	clear: both;
}

#drop-basket .items h2 {
	font-size: 100%;
	margin: 0 0 0.5ex 55px;
	padding: 2px 0;
	border-bottom: 1px dashed #dbdddb;
	color: #000000;
}

#drop-basket .items .item {
	margin-bottom: 5px;
	clear: left;
	overflow: auto;
	border-bottom: 1px solid #dbdddb;
}

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

#drop-basket .items .total {
	padding-left: 60px;
	padding-top: 10px;
	margin-top: 5px;
	overflow: auto;
}

#drop-basket .items .more a {
	display: block;
	width: 100%;
	text-align: right;
	text-decoration: none;
}

#drop-basket .items .more em {
	font-style: normal;
	font-size: 150%;
	font-weight: bold;
}

#drop-basket .footer {
	border-bottom: 2px solid #424242;
	text-align: center;
	padding: 8px 0;
	clear: both;
	display: none;
}

#drop-basket .footer a {
	background-color: #424242;
	padding: 4px 10px;
	color: #ffffff;
	text-decoration: none;
}

#drop-basket .footer a:hover {
	background-color: #000000;
}

#drop-basket dl {
	margin: 0;
	padding: 0;
}

#drop-basket dt {
	float: left;
	width: 15ex;
}

#drop-basket dd {
	text-align: right;
	margin-left: 55px;
}

#drop-basket .items .total dd {
	border: 0;
}

#drop-basket:hover .items, #drop-basket:hover .footer {
	display: block;
}

div.column {
	float: left;
	width: 350px;
	padding-right: 30px;
	font-weight: normal;
}


/*------------------------------------------------------------
	Breadcrumb
------------------------------------------------------------*/
#Breadcrumb {
	font-family: tahoma, Arial, Verdana;
	font-size:10px;
	color:#cccccc;
	padding:5px;
}

#Breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#Breadcrumb ul li {
	display: inline;
}

#Breadcrumb .left {
}

#Breadcrumb .right {
	float:right;
}

#Breadcrumb a {
	color:#cccccc;
	font-size:10px;
	padding-right: 8px;
	padding-left:2px;
	letter-spacing: 1px;
	background-image: url(../images/breadcrumb_arrow-2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#Breadcrumb .selected {
	background-image: none;
}

#Breadcrumb a:hover,
#Breadcrumb a:active,
#Breadcrumb a:focus {
	color:#aaaaaa;
	text-decoration:none;
}

/*------------------------------------------------------------
	Content
------------------------------------------------------------*/

#Content {
	margin:0;
	padding:0;
	z-index:1;
	clear:both;
}



#Content a.title {
	margin-top:10px;
	font-size:16px;
	color:#000000;
}

#Content a:hover.title {
	font-size:16px;
	color:#000000;
}

#Content p.title {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0 12px 0 12px;
}

#Content p.text_tab {
	margin:0;
	padding:4px 12px 5px 12px;
	line-height:1.6em;
}

#Content p.text {
	padding:4px 0 10px 0;
	line-height:1.3em;
}

#Content .image_tab {
	text-align:center;
}

#Content .banner {
	margin:0 0 10px 0;
}

/*------------------------------------------------------------
	left Content Menu
------------------------------------------------------------*/

#Content .left_menu {
	float: left;
	width: 176px;
	font-family: arial, verdama;
	color: #000000;
	font-size: 12px;
	padding-top:20px;
}

#Content .left_menu h2 {
	font-size: 110%;
	padding: 1ex;
}

#Content .left_menu a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #000000;
}

#Content .left_menu a:hover {
}

#Content .left_menu ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding-bottom: 1ex;
}

#Content .left_menu li {
	padding: 0;
	_padding: 0 0 1px 0; /* ie6 only */
	margin: 0;
}

#Content .left_menu li:hover,
#Content .left_menu li.selected {
}

#Content .left_menu ul li a {
	padding: 4px 1px 4px 10px;
	margin: 0 4px;
}

#Content .left_menu ul li a.selected,
#Content .left_menu ul li a:hover.selected {
	background: url(../images/menu-active.gif) left no-repeat;
	color:#000000;
}

#Content .left_menu ul li a:hover,
#Content .left_menu ul li a:focus {
	background-color:#F7F8FA;
}

#Content .left_menu ul ul {
	padding: 0 1ex;
	margin: 0 0 5px 0;
}

#Content .left_menu ul ul li {
}

#Content .left_menu ul ul li a {
	border-bottom: 0;
	font-size: 11px;
	padding: 1px 0px 4px 10px;
	color:#848484;
}

/*------------------------------------------------------------
	content 2-tables
------------------------------------------------------------*/

#Content .table {
	float:left;
	width:371px;
	margin:0 0 0 16px;

}

#Content .table h1,h2,h3,h4,h5 {
	font-family: arial, verdana;
	font-size:14px;
	color:#000000;
	font-weight: normal;
}
#Content .table p {
	padding:3px 0 3px 0;
	margin:0;
	line-height:16px;
}

#Content .quantity {
	width:40px;
	height:18px;
	font-size:10px;
	margin:0 8px 0 8px;
}

/*------------------------------------------------------------
	content 1-table
------------------------------------------------------------*/

#Content .onetable {
	margin: 0;
	padding-left: 10px;
	overflow: auto;
	zoom: 1;
}
#Content .onetable .product_center,
#Content .onetable .product {
	float:left;
	width:30%;
	padding:10px;
}

#Content .onetable .special_offer_center,
#Content .onetable .special_offer {
	float:left;
	width:30%;
	padding:0 10px 0 10px;
}
#Content .onetable .special_offer_center img,
#Content .onetable .special_offer img {
	padding:0 10px 0 10px;
}

#Content .onetable p {
	font-family:tahoma, arial, verdana;
}

#Content .onetable p.long {
	text-align:justify;
	font-family:tahoma, arial, verdana;
	line-height:1.5em;
	margin-bottom:10px;
}

#Content p.header_bg {
	background-color:#000000;
	font-size:14px;
	color:#fff;
	padding:2px;
	margin:8px 0 8px 0;
	font-weight:bold;
}
#Content .category {
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.special_offer_read_more {
	padding:10px 0 0 0;
}

p.right {
	float:right;
	padding:10px 0 0 0;
}

/*------------------------------------------------------------
	HOMEPAGE menu left tabs
------------------------------------------------------------*/
#Content .text_left ul {
	margin:0;
	padding:0;
	list-style:none;
}

#Content .text_left li {
	border-right:1px dotted #d4d4d4;
	border-bottom:1px dotted #d4d4d4;
}

#Content .text_left li.selected {
	border-right:0 none;
	border-bottom:1px dotted #d4d4d4;
}

#Content .text_left li.last {
	border-bottom:0 none;
}
#Content .text_left li.last,
#Content .text_left li.selected,
#Content .text_left li {
	padding:5px 10px;
}

#Content .text_left li.selected {
	background: url(../images/menu-active.gif) left no-repeat;
}

#Content .text_left li.selected a {
	color:#000000;
	font-weight:bold;
}

#Content .text_left a {
	color:#616161;
}


/* Static pages
*/

#Content .static-page {
	margin: 2em;
}

#Content .static-page a {
	line-height: 6em;
	padding: 7px 13px 6px 13px;
	background: #000000;
	color: #ffffff;
}


/* Login page
*/

#login {
	float: left;
	width: 48%;
	border-right: 1px dotted #d4d4d4;
	padding: 10px;
	margin-right: 10px;
}

#login p, #new-user p {
	margin: 1em 0;
}

#login label {
	display: block;
	margin: 5px;
}

.submit,
#login .submit, #new-user .submit {
	background-color: #000000;
	border: 0;
	padding: 2px 4px;
	color: #ffffff;
	cursor: hand;
	cursor: pointer;
	margin: 5px;
}

#login .login {
	margin-bottom: 40px;
}

#new-user {
	padding: 10px;
}


/*------------------------------------------------------------
	links (read more etc.)
------------------------------------------------------------*/

#Content a.moreLink {
	font-family: Arial, Helvetica, sans-serif;
	padding:1px 5px 4px 15px;
	margin:5px;
	float:right;
	font-weight:normal;
	color:#333333;
	line-height:1em;
	background-image: url(../images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
}

#Content a.moreLink:hover {
	text-decoration: none;
}

#Content .bordered {
	font-family: tahoma, Arial, Verdana;
	background-color:#000000;
	padding:4px 5px 4px 5px;
	font-weight:bold;
	color:#fff;
	float:right;
	margin:0 10px 7px 0;
	line-height:1em;
}


#Content .bordered:hover {
	color:#000000;
}

#Content .bordered_dark {
	font-family: tahoma, Arial, Verdana;
	background-color:#000000;
	padding:4px 5px 4px 5px;
	font-weight:bold;
	color:#fff;
	float:right;
	margin:0 10px 7px 0;
	line-height:1em;
}

#Content .bordered_dark:hover {
	background-color:#000000;
}

#Content .bordered_on {
	font-family: tahoma, Arial, Verdana;
	background-color:#000000;
	padding:4px 5px 4px 5px;
	font-weight:bold;
	color:#fff;
	margin:0 10px 7px 0;
	line-height:1em;
}
#Content .bordered_on:hover {

	text-decoration:none;
}

#Content a.readmore,
#Content a.readmore:visited {
	font-family: tahoma, Arial, Verdana;
	padding:4px 5px 4px 5px;
	font-weight:bold;
	float:right;
	color:#333333;
	margin:0 0 7px 0;
	line-height:1em;
}
#Content a.readmore:hover {
	color:#000000;
}

	
/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#FooterWrapper {
	background-color:#000000;
	position:absolute;
	bottom:0;
	width:100%;
	padding-bottom:50px;
}

#Footer {
	padding: 20px 0 0 0;
	color:#bdbdbd;
	width:954px;
	margin:0px auto 0px auto;
	font-size:11px;
}

#Footer a {
	color:#a7a7a7;
}
#Footer p{
	padding:0;
	margin:0;
}

#Footer a:hover {
	color:#fff;
	text-decoration:none;
}

#Footer .links {
	color:#bdbdbd;
	border-left:1px dotted #d4d4d4;
	padding:0 7px 0 9px;
}

#Footer .links:hover {
	color:#fff;
	text-decoration:none;
}

#Footer .link_first {
	color:#bdbdbd;
	padding:0 7px 0 3px;
}

#Footer .link_first:hover {
	color:#bebebe;
	text-decoration:none;
}

#Footer .left {
	float:left;
	margin-left: 20px;
	margin-top:4px;
}

#Footer .left a {
	text-transform:uppercase;
	margin-right:15px;
}

#Footer .right {
	float:right;
	height:20px;
	margin-right: 20px;
	margin-top:7px;
	width:120px;
	text-align:right;
}

#Footer .right a {
	line-height:normal;
	padding-right:4px;
	display:block;
	color:#575757;
	cursor:hand;
}
#Footer .right .label{
	float:left;
	width:90px;
}
#Footer .right a .icon{
	background-image: url(../images/logos/azexis.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	height:20px;
	width:20px;
	display:block;
	float:right;
	margin-top:-8px;
}

#Footer .right a:hover {
	color:#bebebe;
}
#Footer .right a:hover .icon{
	background-position:0 -20px;
}


#Footer .copyrights {
	padding-top:3px;
	color:#616161;
}

#Footer .copyrights a {
	text-transform:none;
	margin-right:0px;
	color:#616161;
}

#FooterWrapper .logos {
	float:left;
	margin-top:-10px;
}

/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
.clear {
	clear:both;
}

.separator {
	margin:0 0 10px 0;
	padding:0;
	border-bottom:1px dotted #d4d4d4;
}

.quote {
	font-style:italic;
}

.article {
	font-weight:bold;
}

.date {
	font-weight:bold;
	margin-bottom:7px;
}

.published {
	margin-bottom:15px;
}

p.download {
	float:right;
	font-weight:bold;
	margin-top:10px;
	height:27px;
}

.download a {
	background-image:url(../images/pdf.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:10px 0 10px 30px;
	height:27px;
}

.send {
	width:40px;
	height:16px;
}

.reset {
	width:41px;
	height:16px;
}


.infoPage {
	margin: 0 auto 0 0;
}

.infoPage h2 {
	margin: 30px 0 10px 0;
}

.infoPage h3 {
	margin: 20px 0 10px 0;
}

.infoPage p {
	margin: 10px 0;
}



/* News
*/

#News .menu li span {
	display: block;
	font-size: 80%;
}


/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq {
}

#faq h3{
	font-weight:bold;
	color: #000000;
	background-image:url(../images/breadcrumb_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:7px;
}

.toggler {
	color: #000000;
	margin: 0;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 1px dotted #d4d4d4;
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma, sans-serif;
}
 
.element {
	padding-left:15px;
}
 
.element p {
	margin: 0;
	padding: 4px 0 5px 0;
}
 
answer {
	padding:5px 0 5px 20px;
}

/*
	Tabbed Menu
*/
ul.tabbedMenu{
	padding:0;
	margin:0;
	border-bottom:3px solid #000;
	height:30px;
}
ul.tabbedMenu li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	width:116px;
	float:left;
	margin-right:5px;
	height:30px;
}
ul.tabbedMenu li a{
	display:block;
	text-align:center;
	width:116px;
	float:left;
	height:30px;
	line-height:30px;
}
ul.tabbedMenu li.selected a,
ul.tabbedMenu li a:hover,
ul.tabbedMenu li a:active,
ul.tabbedMenu li a:focus{
	background-image:url(../images/tab1.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#fff;
	text-decoration:none;
}


