/*-----------------------------------------------------------------------------
CSS Style Sheet 

version:   1.0
author:    Kelechi Amadi
email:     kelechi@clementinesuk.com
website:   http://www.clementinesuk.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* For the HTML, just add a class of .clearfix to any element containing a float needing to be cleared, */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* =Layout
-----------------------------------------------------------------------------*/
#content {
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align:left; /* centering hack 2/2 */
  width: 718px; /* IE5Xwin sees this (standards width plus padding and border on left and right)*/
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 720px; /* standards width */
}
html>body #content {
	width: 720px; /* standards width reinforcement */
}

#customerpanel {
	width: 710px;
	text-align: right;
	padding: 0px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#customerpanel a:link {
	color: #996699;
	text-decoration: none;
}	
#customerpanel a:visited {
	color: #996699;
	text-decoration: none;
}
#customerpanel a:hover {
	color: #996699;
	text-decoration: underline;
}
.wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 718px;
	margin-bottom: 15px;
}
.bigimgarea {
	width: 560px;
	float: left;
}

.toprightintroarea {
	width: 143px;
	float: right;
}

.speacialoffers {
	width: 143px;
	height: 350px;
	float:left;
	margin-right: 1px;
}

.featureBox {
	width: 270px;
	float:left;
	margin-right: 1px;
	margin-left: 16px;
	height: 195px;
}

.thumbimg {
	margin: 0px 10px 40px 0px;
	float: left;
	border: 0;
}




/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #666666;
}

p {
	margin: 0px 0px 0px 0px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 29px;
	color:#996699;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
	color:#996699;
	margin: 10px 0px 0px 0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#996699;
	margin: 10px 0px 0px 0px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#996699;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
}


.description {
	float: right;
}


/* =Headings
-----------------------------------------------------------------------------*/
.featBoxHeading {
	background-image:url(i/tab-270.gif);
	display:block;
	width: 270px;
	height: 32px;
	text-align:center;
	vertical-align: bottom;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 40px;
	list-style: none;
	margin-bottom: 4px;
	background-repeat: no-repeat;
}

.sideBoxHeading {
	background-image:url(i/tab-142.gif);
	display:block;
	width: 142px;
	height: 32px;
	text-align:center;
	vertical-align: bottom;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 40px;
	list-style: none;
	margin-bottom: 8px;
	background-repeat: no-repeat;
}


/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited {
	color: #996699;
	text-decoration: none;
}	

a:hover, a:active {
	color: #996699;
	text-decoration: underline;
}



/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/


.navbtn {
	width: 720px;
}

.navbtn ul {
	float:left;
}
.navbtn li {
	background-image:url(i/tab-142.gif);
	display:block;
	width: 142px;
	height: 32px;
	text-align:center;
	vertical-align: bottom;
	margin-right: 2px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 40px;
	list-style: none;
	background-repeat: no-repeat;
}
.navbtn li a:link {
	color: #666666;
	text-decoration: none;
}	
.navbtn li a:visited {
	color: #666666;
	text-decoration: none;
}
.navbtn li a:hover {
	color: #996699;
	text-decoration: underline;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 720px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}	
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #996699;
	text-decoration: underline;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
