/* CSS Document */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}



/* ---- ---- ---- ---- Header Section ---- ---- ---- ---- */



.header {
	float: left;
	height: 180px;
	width: 980px;
}



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



#nav {
	float: left;
	background-image: url(../images/nav-bar.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 910px;
	height: 40px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
    float:left;
	text-align: center;
    margin: 0px;
    padding: 0px;
}
#nav a, #nav strong, #nav span {
    display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #AC879F;
	text-decoration: none;
}
#nav #current, #nav #current a {
	color: #FFFFFF;
}



/* ---- ---- ---- ---- Navigation Search Section ---- ---- ---- ---- */



.searchbox {
	float: right;
	width: 400px;
	height: 35px;
	margin-top: 5px;
}


/* ---- ---- ---- ---- Main Page Body Section ---- ---- ---- ---- */



.main_body {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 940px;
	height: auto;
}



/* ---- ---- ---- ---- Main Body: Left Hand Side Section ---- ---- ---- ---- */



.leftbody_main {
	float: left;
	width: 745px;
	height: auto;
	margin-left: 10px;
}

.leftbody_sub_header {
	float: left;
	width: 725px;
	height: 50px;
	background-image: url(../images/main-header-bar.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.leftbody_textheader {
	width: 360px;
	float: left;
}

.leftbody_textbox {
	float: left;
	width: 685px;
	margin-left: 20px;
	padding-right: 20px;
}

.leftbody_textbox2 {
	float: left;
	width: 705px;
	margin-left: 20px;
}

.mainbody_photo {
	/*	Photo placed in the top	right
		hand corner of welcome text.
	*/ 
	float: right;
	margin-left: 20px;
	margin-bottom: 0px;
}

.leftbody_offer {
	float: left;
	width: 720px;
	margin-top: 10px;
}

.leftbody_footer {
	float: left;
	width: 710px;
	height: 18px;
	background-image: url(../images/mainbody-footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.leftbody_footer a, .leftbody_footer a:visited, .leftbody_footer a:active {
	font-size: inherit;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.leftbody_footer a:hover {
	font-size: inherit;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration:underline;
}

/* ---- ---- ---- ---- Main Body: Right Hand Product Column ---- ---- ---- ---- */



.righthand_column {
	float: right;
	width: 175px;
	height: auto;
	background-color: #989e66;
	margin-right: 10px;
}


.righthand_column_semicurvetop {
	/* This image has a squared off top left corner, to be used with the 'leftbody_header' */
	float: left;
	width: 175px;
	height: 10px;
	vertical-align: top;
	background-image: url(../images/rightcolumn-semicurve-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}


.righthand_column_curvetop {
	float: left;
	width: 175px;
	height: 10px;
	vertical-align: top;
	background-image: url(../images/rightcolumn-curve-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.righthand_column_curvebottom {
	float: left;
	width: 175px;
	height: 10px;
	vertical-align: baseline;
	background-image: url(../images/rightcolumn-curve-bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.righthand_column_caseshot_holder {
	float: left;
	width: 135px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.righthand_column_general_holder {
	float: left;
	width: 175px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align:center;
}



/* ---- ---- ---- ---- Main Body: Product Box Section ---- ---- ---- ---- */


.leftbody_prodbox {
	float: left;
	width: 720px;
	background-color: #333333;
}


.prodbox {
	float: left;
	width: 720px;
	height: 410px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
}

.prodbox_1 {
	float: left;
	width: 720px;
	height: 260px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 400px;
}

.prodbox_2 {
	float: left;
	width: 720px;
	height: 520px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 140px;
}

.prodbox_4 {
	float: left;
	width: 720px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
}

.prodbox_5 {
	float: left;
	width: 720px;
	height: 540px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 120px;
}

.prodbox_6 {
	float: left;
	width: 720px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 120px;
}
.prodbox_7 {
	float: left;
	width: 720px;
	height: 565px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 95px;
}
.prodbox_8 {
	float: left;
	width: 720px;
	height: 740px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.prodbox_9 {
	float: left;
	width: 720px;
	height: 640px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;
}

.prodbox_10 {
	float: left;
	width: 720px;
	height: 150px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 475px;
	padding-bottom:0px;
}

.prodbox_11 {
	float: left;
	width: 720px;
	height: 140px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 410px;
	padding-bottom:0px;
}

.prodbox_12 {
	float: left;
	width: 720px;
	height: 150px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 625px;
	padding-bottom:20px;
}

.prodbox_13 {
	float: left;
	width: 720px;
	height:680px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 95px;
}

.prodbox_14 {
	float: left;
	width: 720px;
	height:670px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 105px;
}

.prodbox_15 {
	float: left;
	width: 720px;
	height:730px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 120px;
}

.prodbox_16 {
	float: left;
	width: 720px;
	height: ;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 620px;
	padding-bottom:0px;
}

.prodbox_17 {
	float: left;
	width: 720px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 480px;
	height:370px;
	overflow:hidden;
}

.prodbox_18 {
	float: left;
	width: 720px;
	height: ;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 670px;
	padding-bottom:0px;
}

.prodbox_19 {
	float: left;
	width: 720px;
	height: 600px;
	overflow: auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 131px;
}

.prodbox_text {
	float: left;
	width: 350px;
	height: auto;
	margin-left: 20px;
}

.prodbox_text_1 {
	float: left;
	width: 550px;
	height: auto;
	margin-left: 20px;
}

.prodbox_text_1_right{
	float: right;
	width: 530px;
	height: auto;
	margin:0px 20px 0px 0px;
}

.prodbox_text_2 {
	float: left;
	width: 445px;
	height: auto;
	margin-left: 20px;
}

.prodbox_text_3 {
	float: left;
	width: 460px;
	height: auto;
	margin-left: 20px;
	margin-top:400px;
	margin-bottom:10px;
}

.prodbox_text_4 {
	float: left;
	width: 460px;
	height: auto;
	margin-left: 20px;
}

.prodbox_text_5 {
	float: left;
	width: 460px;
	height: auto;
	margin-left: 20px;
	margin-top:500px;
	margin-bottom:10px;
}

.prodbox_text_6 {
	float: left;
	width: 500px;
	height: auto;
	margin-left: 20px;
	margin-bottom:10px;
}

.prodbox_text_columns {
	float: left;
	width: 320px;
	height: auto;
	margin-left: 20px;
	margin-bottom:10px;
}

.prodbox_text_columns2_left {
	float: left;
	width: 260px;
	height: auto;
	margin-left: 151px;
	margin-bottom:10px;
	color:#fff;
}

.prodbox_text_columns2_right {
	float: left;
	width: 260px;
	height: auto;
	margin-left: 20px;
	margin-bottom:10px;
	color:#fff;
}

.prodbox_pricebar {
	float: left;
	width: 720px;
	background-color:#8d5878;
	background-image: url(../images/prod-pricebar.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.prodbox_pricebar {
	float: left;
	width: 720px;
	background-color:#8d5878;
	background-image: url(../images/prod-pricebar.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.stocklevel {
	float: left;
	width: 200px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}

.priceline {
	float: left;
	width: 450px;
	height: 40px;
	padding-top: 10px;
}

.priceline2 {
	float: left;
	width: 450px;
	padding-top: 12px;
}

.basket {
	float: right;
	width: 40px;
	height: 30px;
	padding: 10px;
}

/* ---- ---- ---- ---- Footer Section ---- ---- ---- ---- */



.copyright_footer {
	float: left;
	width: 900px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	border-top: #000000 1px solid;
}

.copyright_footer_left {
	float: left;
	width: 440px;
	padding-top: 10px;
}

.copyright_footer_right {
	float: right;
	width: 440px;
	padding-top: 10px;
	list-style: none;
	display: inline;
}

.footer {
	float: left;
	width: 980px;
	height: 40px;
	background-image: url(../images/background-curve-bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 980px;
	margin-bottom: 40px;
}



/* ---- ---- ---- ---- Footer Navigation Section ---- ---- ---- ---- */



#subnav {
	float: left;
	width: 420px;
	height: 20px;
	padding-left: 10px;

	margin-left: 10px;
	margin-right: 10px;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav li {
    float:right;
	text-align: center;
    margin: 0px;
    padding: 0px;
}
#subnav a, #subnav strong, #subnav span {
    display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#subnav a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#subnav #current, #subnav #current a {
	color: #FFFFFF;
}



/* ---- ---- ---- Form Sizing ---- ---- ---- */



.input1 {
	height: 25px;
	width: 200px;
	padding-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
}
.input2 {
	height: 80px;
	width: 400px;
	padding-top: 2px;
	border: 1px solid #000000;
}

.input3 {
	height: 20x;
	width: 10px;
	border: 1px solid #000000;
}



/* ---- ---- ---- Switch Details ---- ---- ---- */



#tabs {
	width:350px;
	float:left;
}
.handcursor{
	cursor:hand;
	cursor:pointer;
}
#tab1-title {
	padding-top: 2px;
}
#tab1-title.noscript:hover  {
	cursor:hand;
	cursor:pointer;
}
#tab2-title {
	padding-top: 2px;
}
#tab2-title.noscript:hover  {
	cursor:hand;
	cursor:pointer;
}
#tab3-title {
	padding-top: 2px;
}
#tab3-title.noscript:hover  {
	cursor:hand;
	cursor:pointer;
}
#tab4-title {
	padding-top: 2px;
}
#tab4-title.noscript:hover  {
	cursor:hand;
	cursor:pointer;
}
#tab5-title {
	padding-top: 2px;
}
#tab5-title.noscript:hover  {
	cursor:hand;
	cursor:pointer;
}
#tab6-title {
	padding-top: 2px;
}
#tab6-title.noscript:hover  {
	cursor:hand;
	cursor:pointer;
}
#tab7-title {
	padding-top: 2px;
}
#tab7-title.noscript:hover  {
	cursor:hand;
	cursor:pointer;
}
#tab8-title {
	padding-top: 2px;
}
#tab8-title.noscript:hover  {
	cursor:hand;
	cursor:pointer;
}
#tab1 {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#tab2 {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#tab3 {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#tab4 {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#tab5 {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#tab6 {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#tab7 {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#tab8 {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}



/* ---- ---- ---- ---- Styles ---- ---- ---- ---- */



.white11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.white12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #FFFFFF;
}

.white12 strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #FFFFFF;
	font-weight:bold;
}


.white15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

.white20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:22px;
	color: #FFFFFF;
}

.white30 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
}

.lightbeige30 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #dcdfc9;
}

.pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc3493;
}

.pink12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc3493;
}

.pink14 {
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc3493;
}
.intro {
	color: #5C103E;
	font-size: 18px;
	line-height: 24px;
}
.intro strong {
	color: #5C103E;
	font-size: 18px;
	line-height: 24px;
	font-style:bold;
}
.intro em {
	color: #5C103E;
	font-size: 18px;
	line-height: 24px;
	font-style:italic;
}
.sub_head {
	color: #5C103E;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}


.li_margin {
	margin-left: 15px;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.margin0 {
	margin:0px;
}

.black11 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}

.black12 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

.marginleft10 {
	margin-left:10px;
}

.new_bar_saute {
	background-image:url(../images/headers/newbar_saute.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:490px;
	height:105px;
	padding: 15px 00px 10px 150px;
}

.new_bar_daube {
	background-image:url(../images/headers/newbar_daube.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:490px;
	height:105px;
	padding: 15px 00px 10px 150px;
}

.new_bar_agneau {
	background-image:url(../images/headers/newbar_agneau.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:490px;
	height:105px;
	padding: 15px 0px 10px 150px;
}


.bar {
	background-image:url(../images/greenbox.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:610px;
	height:105px;
	padding:15px 00px 10px 30px;
}

.new_bartext {
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}

.bartext {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.red14, .red14 em, .red14 u {
	font-size:14px;
	line-height:18px;
	color:#be1e2d;
}
.free_gifts {
	width: 320px;
	padding: 30px;
	margin:10px;
	background-image:url(../images/gifts_back.gif);
	background-repeat:no-repeat;
}

.margin10 {
	margin:10px;
}

.border {
	border:1px solid #98a065;
}

.table {
	margin:15px;
	padding:0px;
}

.table td {
	margin:0px;
	padding:10px 10px 10px 10px;
}

ul.list {
	margin:5px 0px 0px 20px;
}

h2.purple_header {
	color:#5C103E;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:0px 0px 5px 0px;
}

span.bold_purple {
	color:#5C103E;
	font-weight:bold;
}

span.bold_purple12 {
	color:#5C103E;
	font-weight:bold;
	font-size:12px;
}