/* 
A CSS Framework
-------------------------------------------------------

Copyright (c) 2009, Getstarted Pty Ltd

*/

/*# Presentation CSS #*/

/***** Global Settings *****/


	body {
	font: 75% Helvetica, Arial, sans-serif;
	margin:0 auto;
	text-align:center;
	background: #f69222 url(../images/sitebackground-gradient.jpg) repeat-x left 178px;
	min-height:100%;
	height:auto !important;
	height:100%;
	}
	
	
    html>body {
    font-size: 12px; 
    }
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
 	padding:0;
	} 
	
   .autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* clears floats */
   .autoclear {display:inline-block;}
   .autoclear {display:block;}
   * html .autoclear {height: 1%;}
   
	#logo a {
	background: url(../images/logo_FR.jpg);   
	display:block;
	width:162px;
	height:134px;
	text-indent:-9999px;
	position:absolute;
	right:0;
	top:22px;
	}
   
       
/***** Headings *****/


    h1 {
	font-size: 1.667em;
    line-height: 0.9em;     
	margin-top: 0;
 	margin-bottom: 0.9em;		
	color: black;
    }
	
	#sidebar h1 {
	font-size: 1em;
    line-height: 2em;
	margin-top: 0;
	margin-bottom: 1em;
	color: #FFF;
	background: url(../images/hd-bg.gif) no-repeat;
	padding-left:15px; 
	}
	
    h2 {
	font-size: 1.5em;
    line-height: 1em;      /* In order that the height of each line is 18px, the line-height should be set to 18 ÷ font-size */
	margin-top: 1.5em;     /* margins combine to be multiples of the basic line height */
 	margin-bottom: 0.5em;  /* a top margin of 1½ lines is combined with a bottom margin of half */
    color: black;
    }


    #maincol h2 {
	margin-top: 0;
	color: #711471;
	}
	
    h3 {
	font-size: 1.2333em;
    line-height: 1.286em;
	margin-top: 1.929em;
 	margin-bottom: 0.643em; 		
    color: #666666;
    }
	
    h4 {
	font-size: 1em;
    line-height: 1.5em;
	margin-top: 2.25em;
 	margin-bottom: 0.75em; 		
    color: black;
    }
	
    h5 {
	font-size: 0.917em;
    line-height: 1.636em;
	margin-top: 2.454em;
 	margin-bottom: 0.818em; 		
    color: black;
    }
	
    h6 {
	font-size: 0.833em;
    line-height: 1.8em;
	margin-top: 2.7em;
 	margin-bottom: 0.9em; 		
    color: black;
    }
	

/***** Common Formatting *****/


    p {
	font-size: 1em;
	line-height: 1.5em; 
 	margin-top: 0em;
 	margin-bottom: 1.5em; 
	color:#333;
    }
	
	
    blockquote {
    margin-left: 10px;
    border-left: 10px solid #ddd;
    }
	
	strong, b {
    font-weight: bold;
    }
	
    em, i {
    font-style:italic;
    }
	
    code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre;
    }

    img {
    border: 0;
    }
	
	
	/* Lists */

    ul, ol {
 	margin-top: 0.75em;
 	margin-bottom: 2.25em;
	color:#333;
    }
	
    ul li,  ol li {
    line-height:1.5em;
	margin-bottom: 0.75em;
    }

	#maincol ul {
	margin-left: 15px;
	}
	
	ul.list-info {
	margin:-15px 0 0 0;
	padding:0;
	}
	
	ul.list-info li{
	list-style-type:none;
	border-bottom:1px solid #b3b3b3;
	float:left;
	width:100%;
	padding:15px 0;
	margin:0;
	line-height: 1.286em;
	}
	
	ul.list-info li.titlebar{
	list-style-type:none;
	border-bottom:none;
	float:left;
	padding:0 0 10px 0;
	margin:50px 0 0 0;
	background: url(../images/cart-hd.gif) no-repeat;
	width:100%;
	height:21px;
	}

	ul.list-info li.titlebar span {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 1.5em;
	}

	ul.list-info li.titlebar span.catnametitle {
	float:left;
	padding-left:10px;
	display:block;
	width: 384px;
	text-align:left;
	}

	ul.list-info li.titlebar span.pricetitle {
	float:left;
	display:block;
	width: 80px;
	text-align:left;
	}

	ul.list-info li.titlebar span.subtotaltitle {
	float:left;
	display:block;
	width: 98px;
	text-align:left;
	}

	ul.list-info li.total{
	list-style-type:none;
	border-bottom:none;
	float:right;
	padding:7px 0 10px 0;
	margin:30px 0 60px 0;
	_margin:30px 0 20px 0;
	background: url(../images/cart-total.gif) no-repeat;
	width:309px;
	height:35px;
	}
	
	ul.list-info li.last{
	border-bottom:none;
	}


	
	ul.list-info li a.btn-order{
	float:right;
	width:309px;
	height:35px;
	background: url(../images/btn-order.gif) no-repeat;
	margin:20px 0 0 0;
	text-indent:-9999px;
	overflow:hidden;
	}
	
	ul.list-info li a.btn-order:hover{
	background: url(../images/btn-order.gif) no-repeat 0px -35px;
	}
	
	ul.list-info li a{
	color:#666;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
	}
	
	ul.list-info li a:hover, ul.list-info li a#active{
	color:#711471;
	background:transparent;
	}
	
	ul.list-info li .icon, ul.list-info li .product{
	float:left;
	padding-right:15px;
	display:block;
	width:72px;
	text-align:center;
	}
	
	ul.list-info li .desc{
	float:left;
	width:100px;
	display:block;
	font-weight:bold;
	padding-top:5px;
	}

	ul.list-info li h2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666666;
	line-height:1.286em;
	}

	ul.list-info li h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #711471;
	}

	ul.list-info li ul li {
	list-style-type:disc;
	border-bottom:none;
	padding: 0;
	line-height:1.5em;
	margin-bottom:0.75em;
	}

	ul.list-info li ul {
	margin-left: 13px;
	}

	ul.list-info li .more-link a {
	color: #711471;
	text-decoration: none;
	}
	ul.list-info li .more-link a:hover {
	color: #000;
	text-decoration: none;
	}

	ul.list-info li .prog-list {
	display: none; 
	clear: both; 
	margin-left: 87px;
	margin-top: 85px;
	}
		
	ul.list-info li .product-info{
	float:left;
	width:280px;
	display:block;
	font-weight:normal;
	padding-top:5px;
	padding-right:27px;
	}
	
	ul.list-info li .product-info strong {
	display:block;
	color:#711471;
	}
	
	ul.list-info li .price{
	float:left;
	display:block;
	width:80px;
	}
	
	ul.list-info li .qty input{
	float:right;
	display:block;
	background:#FFF;
	border:1px solid #FAA634;
	width:75px;
	height:18px;
	margin-right:15px;
	_margin-right:8px;
	}
	
	/* Links */	

    a,
    a:link,
    a:active {
    text-decoration: underline;
	color:#000;
    }
	
    a:hover {
    text-decoration: none;
	color: white;		
    }
	
	#footer a {
	color:#fff;
    text-decoration: none;
	}
	
	#footer a:hover {
	color:#711471;
	}
	
	
	
/***** Navigation *****/

	/* Main Menu */	
	
	#navbar ul {
	padding: 0;
	margin: 0 auto;
	_background: url(../images/navmenu.gif) no-repeat;
	width:952px;
	height:42px;
	overflow:hidden;
	}
	
	#navbar ul li {	
	float:left;
	list-style:none;
	display:inline;
	padding: 0;
	margin: 0;
	text-indent:-9999px;
	}
	
	#navbar ul li,  #navbar ul li a{
	display:block;
	height:42px
	}
	
	#navbar li.item-1 a{
	width: 189px;
	}	
	
	#navbar li.item-2 a, #navbar li.item-3 a, #navbar li.item-4 a{
	width: 190px;
	}
	
	#navbar li.item-5 a{
	width: 193px;
	}
	
	#navbar li.item-1 a {
	background: url(../images/menu-qc.gif) no-repeat 0px 0px;
	}
	#navbar li.item-2 a {
	background: url(../images/menu-tp.gif) no-repeat 0px 0px;
	}
	#navbar li.item-3 a {
	background: url(../images/menu-fr.gif) no-repeat 0px 0px;
	}
	#navbar li.item-4 a {
	background: url(../images/menu-ps.gif) no-repeat 0px 0px;
	}
	#navbar li.item-5 a {
	background: url(../images/menu-cu.gif) no-repeat 0px 0px;
	}

	#navbar li.item-1 a:hover, #navbar li.item-1.active a {
	background-position: 0px -42px;
	}
	
	#navbar li.item-2 a:hover, #navbar li.item-2.active a {
	background-position: 0px -42px;
	}
	
	#navbar li.item-3 a:hover, #navbar li.item-3.active a {
	background-position: 0px -42px;
	}
	
	#navbar li.item-4 a:hover, #navbar li.item-4.active a {
	background-position: 0px -42px;
	}
	
	#navbar li.item-5 a:hover, #navbar li.item-5.active a {
	background-position: 0px -42px;
	}
	
	

	/* SubMenu */	
	
	#sidebar ul {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	width:100%;
	}

	#sidebar ul li {
	margin: 0;
	padding: 0;
	display: block;
	}
	
	#sidebar ul li.sub-navCMSListMenuHighlightedLIfirst a, #sidebar ul li.sub-navCMSListMenuLIfirst a {
	background: url(../images/sidebar-nav-top.gif) no-repeat left top;
	}
	
	#sidebar ul li.sub-navCMSListMenuHighlightedLIlast a, #sidebar ul li.sub-navCMSListMenuLIlast a {
	background: url(../images/sidebar-nav-bottom.gif) no-repeat left bottom;
	}

	#sidebar ul li a {
	font-size:1em;
	padding: 12px;
	display: block;
	min-height:auto;
    height:auto !important;
    height:1%;
	color: #fff;
	background: #666; 
	border-bottom: 1px solid #fff;
	text-decoration: none;
	}
	
	#sidebar li a:hover, #sidebar ul li#active a:hover {
	color: #FFF;
	background: #FAA634;
	}
	
	#sidebar ul li.sub-navCMSListMenuLIfirst a:hover, #sidebar ul li.sub-navCMSListMenuHighlightedLIfirst a:hover{
	background: url(../images/sidebar-nav-top.gif) no-repeat right top;
	}
	
	#sidebar ul li.sub-navCMSListMenuLIlast a:hover, #sidebar ul li.sub-navCMSListMenuHighlightedLIlast a:hover{
	background: url(../images/sidebar-nav-bottom.gif) no-repeat right bottom;
	}

	#sidebar ul li.sub-navCMSListMenuHighlightedLI a {
	color: #FFF;
	background: #FAA634;
	}
	
	#sidebar ul li.sub-navCMSListMenuHighlightedLIfirst a {
	background: url(../images/sidebar-nav-top.gif) no-repeat right top;
	}
	
	#sidebar ul li.sub-navCMSListMenuHighlightedLIlast a {
	background: url(../images/sidebar-nav-bottom.gif) no-repeat right bottom;
	}

/*# Layout CSS #*/


	#wrapper {
	text-align:left;
	}
	
	#masthead {
	background:#FFF url(../images/masthead-gradient.jpg) no-repeat left;	
	height:168px;
	padding-top:8px;
	border-top:8px solid #fab931;
	}
	
	#masthead-inner {
	width:952px;
	height:178px;
	margin:-16px auto 0 auto;
	position:relative;
	border-top:8px solid #622567;
	z-index:200;
	overflow:hidden;
	}
	
	#masthead-inner #contact-info {
	position:absolute;
	left:0;
	bottom:20px;
	color:#666;
	font-size: 1em;
    line-height: 1.5em;
	}
	
	#navbar {
	background: url(../images/navbar-bg.jpg) repeat-x;	
	height:42px;
	}
	
	/* first example */
	
	 /* set background images for corners */
	.rbroundbox { background: url(../simple_background.gif) repeat; }
	.rbtop div  {background: url(../images/canvas-tlc.gif) no-repeat left top;}
	.rbtop      { background: url(../images/canvas-trc.gif) no-repeat top right; }
	.rbbot div  { background: url(../images/canvas-blc.gif) no-repeat bottom left; }
	.rbbot      { background: url(../images/canvas-brc.gif) no-repeat bottom right; }
	
	 /* height and width details */
	.rbtop div, .rbtop, .rbbot div, .rbbot { width: 100%; height:36px; }
	
	.rbcontent  {
	margin:-20px 20px -20px;
	min-height:450px;
	height:auto !important;
	_height:450px;
	background: url(../images/canvas-bg.gif) repeat-y left top;
}

	#home .rbcontent  {
	margin:0px;
	_min-height:450px;
	_height:auto !important;
	height:550px;
	overflow: hidden;
	background: none;
}

	.rbroundbox { width: 952px; margin:30px auto 60px auto; background:#FFF;}

	#sidebar {
	float:left;
	width:157px;
	padding-top:20px;
	}


/* set background images for corners */
	#sidebar .rbroundbox { background: none;}
	#sidebar .rbtop div  {background: url(../images/rb-tlc.gif) no-repeat left top;}
	#sidebar .rbtop      { background: url(../images/rb-trc.gif) no-repeat top right; }
	#sidebar .rbbot div  { background: url(../images/rb-blc.gif) no-repeat bottom left; }
	#sidebar .rbbot      { background: url(../images/rb-brc.gif) no-repeat bottom right; }
	
	 /* height and width details */
	#sidebar .rbtop div, #sidebar .rbtop, #sidebar .rbbot div, #sidebar .rbbot { width: 100%; height:36px; }
	#sidebar .rbcontent  {
	margin:-20px 15px -20px;
	min-height:100px;
	height:auto !important;
	height:100px;
	background: none;
	}
	
	#sidebar .rbroundbox { width: 157px; margin:10px auto 10px auto; background:#666666; overflow:hidden;}
	
	#sidebar #subscribe {
	color:#FFF;
	}

	#sidebar #subscribe label {
	display: none;
	}
	
	#sidebar #subscribe .SubscriptionTextbox{
	color:#FFF;
	border:1px solid #8f9092;
	background:#7e8083;
	margin:5px 0 10px 0;
	width:125px;
	}
	
	#sidebar #subscribe .SubscriptionButton {
	background: transparent url(../images/bg-button_subscribe.gif) no-repeat top;
	color: #fff;
	display: block;
	font-weight:bold;
	text-transform:capitalize;
	float: left;
	height: 24px;
	margin-right: 6px;
	padding 0px; /* sliding doors padding */
	text-decoration: none;
	width: 82px;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
	}

	#sidebar #subscribe .SubscriptionButton:hover {
	background-position:0 -24px;
	cursor:hand;
	cursor:pointer;
	color:#711471;
	}

	#maincol {
	padding-top:20px;
	margin-left:210px;
	}
	
	#maincol-cart {
	padding-top:20px;
	margin-left:210px;
	width:665px;
	}
	
	#maincol #leftcol {
	width:276px;
	float:left;
	padding:37px 0;
	}
	
	#maincol #rightcol {
	width:276px;
	margin-left:316px;
	padding:37px 0;
	}

	#maincol #full-col {
	width: 702px;
	}
	
	
	#footer {
	width:952px;
	margin:0 auto;
	font-size:0.917em;
	color:#FFF;
	text-align:center;
	padding-bottom:20px;
	}

	.hidden {
		display:none !important;
	}

	#maincol #leftcol.contact {
	width:400px;
	float:left;
	padding:37px 0;
	}
	
	#maincol #rightcol.contact {
	width:150px;
	margin-left:426px;
	padding:77px 0;
	}

	.contact-form {
	width: 300px;
	margin-left: 20px;
	}

	.contact-quote {
	background: url(/images/contact-bubble.jpg) repeat-y;
	}
	.contact-quote div.top {
	background: url(/images/contact-bubble-top.jpg) no-repeat;
	height: 36px;
	}
	.contact-quote div.bot {
	background: url(/images/contact-bubble-bot.jpg) no-repeat;
	height: 80px;
	}
	
	.contact-quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	margin: 0 36px;
	}

/*Shopping Cart Checkout styles */

.CartStepTable .FieldLabel {
	width: 180px;
}

.CartStepHeader {
	background: url(../images/cart-hd.gif) no-repeat scroll 0 0;
	color: #fff;
	padding: 3px 5px 5px 10px;
	font-weight: bold;
	text-transform : uppercase;
}

.CartStepBody td {
	padding: 0 10px;
}

#billingAddrTable td td, #shippingAddrTable td td {
	padding: 0px;
}

#billingAddrTable {
	margin-bottom: 10px;
}

.BlockTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
}

.shipping-note {
	margin-left: 210px; 
	margin-top: -70px;
}

.CartContentTable th.TextRight {
	padding: 0 3px 0 3px;
}

legend {
	color: #711471;
}

.CartTable {
	margin-bottom:20px;
}

.clients {
clear:both;
padding-bottom:20px;
}

.clients h3 {
margin-bottom:15px;
margin-left:20px;
}


