/* CSS 2 Document */
/*
Author: The Partnership UK
Website: www.thepartnershipagency.com
CSS Version: 2.1
XHTML Version: 1.1
*/

/*
===== CSS CONTENTS =====

01: resetting
02: global
03: common formatting
04: layout
05: splash
06: header elements
07: navigation
08: col1
09: col2
10: col3
11: footer
12: form

====================
*/

/*
===== 01: resetting =====
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
===== 02: global =====
*/

.bold {
	font-weight: bold;
}
.alignright {
    text-align: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignjustify {
	text-align: justify;
}
.floatleft_images {
	float: left;
	overflow: hidden;
	padding-right: 10px;
}
.floatright_images {
	float: right;
	overflow: hidden;
	padding: 4px;
	margin-left: 10px;
	border: 1px solid #333333;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0em;
	visibility: hidden;
}
.textclear { 
	clear: left;
	display: block;
}

/*
===== 03: common formatting =====
*/

p {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
}

h2 {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2.2em;
	line-height: 1.4em;
	font-weight:100;
	color: #FFCC00;
	padding-bottom: 10px;
	
}

h3 {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFCC00;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/*
===== 04: layout =====
*/
body {
	text-align: left;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-weight:lighter;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	height: auto;
	width: 940px;
	margin-left: -470px;
	position: absolute;
	left: 50%;
	top: 0px;
}

/*
===== 05: splash =====
*/

#splash_wrapper {
	height: 500px;
	width: 960px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
}

/*
===== 06: header elements =====
*/

#official_title h2 {
	background-image: url(images/official_gorgeous.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 50px;
	width: 940px;
}

#header {
	height: 35px;
	width: 940px;
	clear: both;
	background-image: url(images/footer_bgrd_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#main_flash_header {
	float: left;
	height: 460px;
	width: 580px;
	color: #FFFFFF;
}

#product_flash_header {
	float: left;
	height: 550px;
	width: 580px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

/*
===== 07: navigation =====
*/

#main_nav {
	float: left;
	width: 160px;
	padding-bottom:20px;
}

#main_nav li a  {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	color: #666666;
	background-image: url(images/main_nav_bgrd.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 155px;
	line-height: 30px;
	text-decoration: none;
	padding-left: 5px;
}

#main_nav li a:hover {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	background-image: url(images/main_nav_bgrd.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	display: block;
	height: 30px;
	width: 155px;
	line-height: 30px;
	text-decoration: none;
	padding-left: 5px;
}
#main_nav .active  a {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	background-image: url(images/main_nav_bgrd.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	display: block;
	height: 30px;
	width: 155px;
	line-height: 30px;
	text-decoration: none;
	padding-left: 5px;
}

/*
===== 08: col1 =====
*/

#col1 {
	float: left;
	width: 160px;
	margin-right: 20px;
}

#logo_home {
	height: 85px;
	width: 160px;
	top: 40px;
	left: 0px;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}

#logo_home h1 a {
	float: left;
	height: 85px;
	width: 100px;
	text-decoration: none;
	background-image: url(images/home_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

/*
===== 09: col2 =====
*/

#col2 {
	float: left;
	height: auto;
	width: 580px;
}

.previous_next {
	float: left;
	height: auto;
	width: 580px;
}

.intro_panel {
	float: left;
	height: auto;
	width: 550px;
	background-image: url(images/intro_text_panel.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.news_panel {
	float: left;
	height: auto;
	width: 550px;
	background-image: url(images/intro_text_panel.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 15px;
}
.news_panel_2 {
	float: left;
	height: auto;
	width: 550px;
	background-image: url(images/code.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 15px;
}
.terms_panel {
	float: left;
	height: auto;
	width: 550px;
	background-image: url(images/intro_text_panel.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 40px;
}
.product_panel {
	float: left;
	height: auto;
	width: 380px;
	background-image: url(images/intro_text_panel.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 20px;
	display: inline;
}
.product_list_wrapper {
	float: left;
	height: auto;
	width: 580px;
	padding: 0px;
	display: inline;
	margin: 0px;
}
.price_panel {
	float: left;
	height: auto;
	width: 140px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.info_panel {
	float: left;
	height: 300px;
	width: 580px;
	background-image: url(images/tab_bgrd.jpg);
	background-position: 0px 28px;
	background-repeat: no-repeat;
}
.features {
	float: left;
	height: auto;
	width: 260px;
	background-image: url(images/intro_text_panel_tc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	margin-top: 20px;
	margin-right: 20px;
}
.specifications {
	float: left;
	height: auto;
	width: 260px;
	background-image: url(images/intro_text_panel_tc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	margin-top: 20px;
}
.specifications table {
	width: 260px;
}
.women_panel {
	float: left;
	height: auto;
	width: 580px;
	text-align: center;
	padding-bottom: 20px;
}
.teaser_panel {
	display: block;
	float: left;
	height: 160px;
	width: 160px;
	margin-bottom: 20px;
}
#cart_info {
	float: left;
	height: 50px;
	width: 144px;
	margin-bottom: 40px;
	border: 1px solid #333333;
	padding: 7px;
}
.teaser_image {
	height: 160px;
	width: 160px;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
}
.teaser_clickthrough_01 {
	height: 160px;
	width: 290px;
	top: 0px;
	float: left;
}
.teaser_clickthrough_02 {
	height: 160px;
	width: 580px;
	top: 0px;
	float: left;
}
.product_thumbs_wrapper {
	height: auto;
	width: 580px;
	float: left;
	padding: 0px;
	display: inline;
	margin: 0px;
}
.product_thumbs {
	height: 255px;
	width: 145px;
	float: left;
	text-align: center;
	background-image: url(images/intro_text_panel_bc.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
.product_thumbs_no_basket {
	height: 200px;
	width: 145px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
.flag_thumbs {
	height: 180px;
	width: 145px;
	float: left;
	text-align: center;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
.features ul {
	padding-top: 3px;
}

/*
===== 10: col3 =====
*/

#col3 {
	float: left;
	height: auto;
	width: 160px;
	margin-left: 20px;
	margin-top: 40px;
}
#col3 h3 {
	border-bottom:none;
}

/*
===== 11: footer =====
*/

#footer {
	float: left;
	width: 960px;
	background-image: url(images/footer_bgrd.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-bottom: 40px;
	list-style-type: none;
	text-align: center;
	background-position: center top;
	padding-top: 10px;
}

#footer p {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#footer li {
	display: inline;
}

#footer li a:link, #footer li a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	height: 12px;
	line-height: 14px;
}

#footer li a:hover, #footer li a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9e,;
	color: #CCCCCC;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 14px;
	}

/*
===== 12: form =====
*/

form {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 10px;
	line-height: 16px;
}

#contact_form {
	width:445px;
}

div.row {
  	clear: both;
  	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: left;
	color: #FFFFFF;
	font-size: 1em;
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	padding-left:2px;
}

div.row span.formw {
	float: right;
  	width: 335px;
  	text-align: left;
}

/* FONTS ----------------------------------------------------------------------------------------*/



.intro_panel h2, .product_list_wrapper h2 {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.price_panel_price {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #FFCC00;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.price_panel h3 {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFCC00;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.intro_panel p, .price_panel p {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 22px;
	padding-bottom: 10px;
}
.product_title {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2.2em;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-weight: normal;
}
.women_panel p, .product_panel p {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 22px;
	padding-bottom: 10px;
}
.teaser_panel h3 {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}
.teaser_panel_qiv  {
	padding-left: 10px;
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.teaser_panel_qiv a:link, .teaser_panel_qiv a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.teaser_panel_qiv a:hover, .teaser_panel_qiv a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.teaser_panel_gorgeous a:link, .teaser_panel_gorgeous a:visited, .teaser_panel_gorgeous a:hover, .teaser_panel_gorgeous a:active {
	padding-left: 10px;
	font-size: 1.8em;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/teaser_logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 84px;
	margin-left: 10px;
}
.teaser_panel h4 {
	color: #FFFFFF;
	padding-left: 10px;
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1em;
	position: absolute;
	z-index: 3;
	top: 139px;
	left: 0px;
}
.teaser_panel h4 a:link, .teaser_panel h4 a:visited {
	color: #FFFFFF;
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration:none;
	
}
.teaser_panel h4 a:hover, .teaser_panel h4 a:active {
	color: #FFCC00;
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration:none;
}
#main_flash_header p, #product_flash_header p {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: -9999px;
}

#basket_panel p {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	}
.features h3, .specifications h3 {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.news_panel h2, .terms_panel h2 {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #FFCC00;
	padding-bottom: 10px;
}
.news_panel h3, .terms_panel h3 {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.news_panel p, .terms_panel p {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 10px;
	line-height: 16px;
}
.news_panel h4, .terms_panel h4 {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
	line-height: 16px;
}
.news_panel ul, .terms_panel ul {
	padding-bottom: 10px;
}
.news_panel li, .terms_panel li {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	list-style-type: none;
	list-style-image: none;
	padding-left: 10px;
	padding-bottom: 5px;
}
.news_panel a:link, .news_panel a:visited, .terms_panel a:link, .terms_panel a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFCC00;
	line-height: 16px;
	text-decoration: none;
}
.news_panel a:hover, .news_panel a:active, .terms_panel a:hover, .terms_panel a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
.news_pdf {
	text-decoration: none;
	background-image: url(images/pdf_document.jpg);
	background-repeat: no-repeat;
	text-indent: 22px;
	display: block;
	float: none;
}
.features li {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	list-style-image: none;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 14px;
}
.price_panel li {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	list-style-image: none;
	padding-left: 10px;
	padding-bottom: 5px;
}
.product_thumbs_title {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 16px;
	height: 35px;
}
.product_thumbs_price {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #FFCC00;
	padding-bottom: 5px;
}
.specifications table td {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	padding-top: 3px;
}
.specifications_no_border {
	border-bottom-style: none!important;
	padding-bottom: 3px;
	padding-top: 3px;
}
.basket_item p {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #FFCC00;
	height: 14px;
	text-indent: 20px;
	padding-top: 5px;
	padding-bottom: 1px;
}
.previous_articles a:link, .previous_articles a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #FFCC00;
	display: block;
	float: left;
	width: 100px;
	text-align: left;
	text-decoration: none;
}
.previous_articles a:hover, .previous_articles a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 100px;
	text-align: left;
	text-decoration: none;
}
.older_articles a:link, .older_articles a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #FFCC00;
	display: block;
	float: right;
	width: 75px;
	text-align: right;
	text-decoration: none;
}
.older_articles a:hover, .older_articles a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	display: block;
	float: right;
	width: 75px;
	text-align: right;
	text-decoration: none;
}
#ditto_pages a:link, #ditto_pages a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #FFCC00;
	display: block;
	float: left;
	text-align: left;
	text-decoration: none;
	padding-right: 5px;
}
#ditto_pages a:hover, #ditto_pages a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	display: block;
	float: left;
	text-align: left;
	text-decoration: none;
	padding-right: 5px;
}
.australia_header {
	background-image: url(images/aus_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 290px;
	width: 580px;
	text-indent: -9999px;
}
.sa_header {
	background-image: url(images/sa_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 290px;
	width: 580px;
	text-indent: -9999px;
}
.news_header {
	background-image: url(images/news_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 290px;
	width: 580px;
	text-indent: -9999px;
}
.dist_header {
	background-image: url(images/dist_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 290px;
	width: 580px;
	text-indent: -9999px;
}
.contact_header {
	background-image: url(images/contact_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 290px;
	width: 580px;
	text-indent: -9999px;
}
#store_header_img {
    display: block;
	height: 290px;
	width: 580px;
}
.store_header {
    visibility: hidden;
	text-indent: -9999px;
}
.reg_header {
    background-image: url(images/reg_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 290px;
	width: 580px;
	text-indent: -9999px;
}
#ditto_pages {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #FFCC00;
	text-align: center;

}
/* LINKS --------------------------------------------------------------------------------------------------------------------------------------------------*/




#delivery h2 {
	text-indent: -9999px;
}


.last a {
    border: none!important;
}

.bold    {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 14px;
	background-image: url(images/basket_idle.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 15px;
}
.basket {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	height: 14px;
	line-height: 15px;
	padding-bottom:5px;
}

.basket_go a:link, .basket_go a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 14px;
	background-image: url(images/basket_go.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 15px;
}
.basket_go a:hover, .basket_go a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #FFCC00;
	text-decoration: none;
	display: block;
	height: 14px;
	background-image: url(images/basket_go.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 15px;
}
.add_basket a:link, .add_basket a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 14px;
	background-image: url(images/basket_idle.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 15px;
	margin-top: 10px;
}
.add_basket a:hover, .add_basket a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #FFCC00;
	text-decoration: none;
	display: block;
	height: 14px;
	background-image: url(images/basket_over.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 15px;
	margin-top: 10px;
}
.add_basket_thumb a:link, .add_basket_thumb a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 15px;
	width: 90px;
	background-image: url(images/basket_idle.jpg);
	margin-left: 25px;
	margin-top: 5px;
}
.add_basket_thumb a:hover, .add_basket_thumb a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	color: #FFCC00;
	text-decoration: none;
	display: block;
	height: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 15px;
	margin-top: 5px;
	width: 90px;
	background-image: url(images/basket_over.jpg);
	margin-left: 25px;
}
.prod_info a:link, .prod_info a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 10px;
	line-height: 15px;
	margin-top: 5px;
	width: 125px;
	background-image: url(images/prod_info_idle.jpg);
	margin-left: 15px;
}
.prod_info a:hover, .prod_info a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	color: #FFCC00;
	text-decoration: none;
	display: block;
	height: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 10px;
	line-height: 15px;
	margin-top: 5px;
	width: 125px;
	background-image: url(images/prod_info_over.jpg);
	margin-left: 15px;
}
.intro_panel a:link, .intro_panel a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	line-height: 22px;
	padding-bottom: 10px;
}
.intro_panel a:hover, .intro_panel a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	line-height: 22px;
	padding-bottom: 10px;
}
.flag_thumbs p a {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	line-height: 22px;
	padding-bottom: 10px;
	text-decoration: none;
}
.flag_thumbs p a:link, .flag_thumbs p a:visited {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
}
.flag_thumbs p a:hover, .flag_thumbs p a:active {
	font-family: "Helvetica Neue Light", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	color: #FFCC00;
	text-decoration:none;
}


/* GLOBAL__________________________________________________________________________________________________________________ */

.bold {
	font-weight: bold;
}
.alignright { 
	text-align: right; 
}
.aligncenter { 
	text-align: center;
}
.alignleft { 
	text-align: left;
}
.alignjustify { 
	text-align: justify;
}
.floatleft_images {
	float: left;
	overflow: hidden;
	padding-right: 10px;
}
.floatright_images {
	float: right;
	overflow: hidden;
	padding: 4px;
	margin-left: 10px;
	border: 1px solid #333333;
}

.clear { 
	clear: both;
	height: 0;
	font-size: 0em;
	visibility: hidden;
}
.textclear { 
	clear: left;
	display: block;
}
