@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

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

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


/* Remove padding and margin */


/* Put it back on certain elements */


/* 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
-----------------------------------------------------------------------------*/
.icons {
	display:block;
	float: left;
	position: relative;
	margin: 0 10 0 0px;
	width: 60px;
	top: 5px;
}


/* =Typography
-----------------------------------------------------------------------------*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #393;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: lighter;
	color: #393;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #f93;
	font-weight: lighter;
}

h3 a {
	color: #f93;
	text-decoration:none;
}

h3 a:link a:visited {
	color: #f93;
	text-decoration:none;
}

h3 a:hover {
	color:#393;
	text-decoration:none;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f93;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FFFF66;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 0px;
}
p a {
	color: #393;
	text-decoration: none;
}
p a:link {
	color: #393;
	text-decoration: none;
}
p a:hover {
	color: #393;
	text-decoration: underline;
}
p a:visited {
	color: #393;
	text-decoration: none;
}


.p2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.p2 a {
	color: #393;
	text-decoration: none;
}
.p2 a:link {
	color: #393;
	text-decoration: none;
}
.p2 a:hover {
	color: #393;
	text-decoration: underline;
}
.p2 a:visited {
	color: #393;
	text-decoration: none;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #333333;
}


/* =Headings
-----------------------------------------------------------------------------*/



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




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




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




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




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




/* =HomePage Top Area
-----------------------------------------------------------------------------*/
.hometop {
	background-color: #FFFFFF;
	width: 795px;
	margin-bottom: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.hometop h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: lighter;
	vertical-align: middle;
	color: #393;
	padding-top: 50px;
	padding-bottom: 5px;
	margin: 0px;
	}
.hometop h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	vertical-align: middle;
	color: #f93;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	}
.bigimage {
	display:block;
	float: right;
	position: relative;
	margin: 0 0 0 5px;
	width: 300px;
}
.homebtn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
	background-color: #336633;
	background-image: url(../i/green_btn_bg.jpg);
	display: block;
	padding: 0.2em;
	float: left;
	width: 7em;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid transparent;
}
.homebtn:link {
	text-decoration: none;	
	color: #FFFFFF;
}
.homebtn:visited {
	text-decoration: none;	
	color: #FFFFFF;
}
.homebtn:hover {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}


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



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

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid	#FF9900;
  padding:5px;
  background:#f8f8f8;
  margin:10px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FF9900;
}

label {
	float:left;
	width:200px;
}
	
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FFFFFF;
	border: 1px solid #ff9933;
	padding: 3px;
	width: 150px;
	margin-bottom:3px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FFFFFF;
	border: 1px solid #ff9933;
	padding: 3px;
	width:150px;
	height:100px;
	margin-bottom:3px;
}

input:focus, textarea:focus {
	background-color: #FFFF99;
}
input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FFFFFF;
	border: 1px solid #ff9933;
	padding: 3px;
	width: 50px;
	margin-bottom:3px;
}

input.submit:hover {
	background-color: #FFFF99;
}

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

table {
	border-spacing: 0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #FF9900;
}

td {
  text-align: left;
	font-weight: normal;
	border: 1px solid #FF9900;
}

thead {
	border: 1px solid #FF9900;
	background-color:#CCCCCC;
	color:#333333;
	font-weight:bold;
}

thead tr:hover{
	border: 1px solid #FF9900;
	background-color:transparent;
	color:inherit;
	font-weight:bold;
}

tr:hover {
	background-color:#FFFF66;
}

.trsubhead {
	background-color:#FFFF66;
	font-weight:bold;
}


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



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

#logopanel {
	padding: 0px;
	width: 800px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}
#customerpanel {
	width: 780px;
	text-align: right;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339933;
	text-decoration: none;
}
#customerpanel a:link {
	color: #339933;
	text-decoration: none;
}	
#customerpanel a:visited {
	color: #339933;
	text-decoration: none;
}
#customerpanel a:hover {
	color: #339933;
	text-decoration: underline;
}
.wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 801px;
	margin-bottom: 15px;
}
.whitespacer {
	color: #f93;
	padding-top:10px;
	padding-bottom:10px;
}
.whitespacer p {
	color: #f93;
}


.navbar {
	background-image: url(../i/images/nav_bg_03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 4px;
	border-top-color: #339933;
	border-top-style: solid;
	height: 35px;
	padding-top: 0px;
}

.orangebox {
	background-color: #FFCC00;
	float: left;
	border: 1px solid #FF9933;
	position: relative;
	width: 256px;
	margin-right: 9px;
	background-image: url(../i/orange-box-bg.jpg);
	background-repeat: repeat-x;
}

.columnContainer {
		padding-top: 10px;
}

.orangebox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 41px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom: 0px;
}

.orangebox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom: 0px;
}
.orangebox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
}
.orangebox .price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #339933;
	margin-right: 9px;
	margin-left: 12px;
}
.orangebox .priceBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #339933;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 50px;
}
.orangebox a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.orangebox a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.orangebox a:hover {
	color: #339933;
	text-decoration: none;
}

#greenbox {
	background-color: #339933;
	width: 792px;
	float: left;
	background-image: url(../i/green_box_bg_1.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#greenbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom: 0px;
}
#greenbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
}
#greenbox .column {
	float: left;
	width: 340px;
}
#greenbox .column2 {
	width: 485x;
	vertical-align: middle;
	position: relative;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}

#orangeheadingBig {
	width: 780px;
	text-align: left;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #ff9933;
	font-weight: lighter;
	margin-top: 20px;
}
.greyboxcolumnContainer {
	background-color: #FFFFFF;
	width: 795px;
	margin-bottom: 15px;
	background-image: url(../i/grey_box_bg.jpg);
	background-repeat: repeat-x;
}
.orangeline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff9933;
	width: 793px;
}
.greybox {
	float: left;
	position: relative;
	width: 256px;
	margin-right: 9px;
}
.greybox a:link {
	text-decoration: none;
	color: #FF9933;
}
.greybox a:visited {
	text-decoration: none;
	color: #FF9933;
}
.greybox a:hover {
	color: #339933;
	text-decoration: none;
}
.greybox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 22px;
	color: #FF9933;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom: 0px;
}

.greybox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
}

#bottompanel {
	background-image: url(../i/bottom_panel_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 4px;
	border-top-color: #339933;
	border-top-style: solid;
}

.whitebox {
	float: left;
	border: 1px dotted #f93;
	position: relative;
	width: 256px;
	margin-right: 9px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-image: url(../i/white-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 160px;
}

.whitebox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FF9933;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom: 6px;
	font-weight: normal;
}

.whitebox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
}

.whitebox a:link {
	text-decoration: none;
	color: #FF9933;
}

.whitebox a:visited {
	text-decoration: none;
	color: #FF9933;
}

.whitebox a:hover {
	color: #339933;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.footer a {
	text-decoration: none;
	color: #333;
}
.footer a:hover {
	text-decoration: underline;
}

#greenbox input.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #339933;
	background-color: #FFFFFF;
	width: 250px;
	border: 0px solid #FFFFFF;
	padding: 5px;
}

#greenbox input.text:focus {
	background-color: #FFFF99;
}

#greenbox input.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #339933;
	background-color: #FFFFFF;
	width: 100px;
	border: 0px solid #FFFFFF;
	padding: 5px;
}
#greenbox input.submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 0px solid #FFFFFF;
	padding: 5px;
	font-weight: bold;
	background-image: url(../i/orange_btn_bg.jpg);
	background-repeat: repeat-x;
}
.greenbtn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336633;
	background-image: url(../i/green_btn_bg.jpg);
	display: block;
	padding: 0.2em;
	float: right;
	width: 6em;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid transparent;
}
.greenbtn:link {
	text-decoration: none;	
	color: #FFFFFF;
}
.greenbtn:visited {
	text-decoration: none;	
	color: #FFFFFF;
}
.greenbtn:hover {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.greenbtn2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336633;
	background-image: url(../i/green_btn_bg.jpg);
	display: block;
	padding: 0.2em;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid transparent;
	width: 25%;
}
.greenbtn2:link {
	text-decoration: none;	
	color: #FFFFFF;
}
.greenbtn2:visited {
	text-decoration: none;	
	color: #FFFFFF;
}
.greenbtn2:hover {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

/* =Typography
-----------------------------------------------------------------------------*/
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #393;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: lighter;
	color: #393;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #f93;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f93;
	margin-bottom: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
	padding: 0px;
}
p a {
	color: #f93;
	text-decoration: none;
}
p a:link {
	color: #f93;
	text-decoration: none;
}
p a:hover {
	color: #393;
	text-decoration: underline;
}
p a:visited {
	color: #393;
	text-decoration: none;
}


/* =Main template layout
-----------------------------------------------------------------------------*/
#mainContent {
	width: 515px;
	float:left;
}

#SecondaryContent {
	width: 268px;
	float: right;
	margin-right: 1px;
	margin-top: 0px;
	margin-left: 15px;
}
.whitebox2 {
	border: 1px dotted #f93;
	position: relative;
	width: 256px;
	margin-right: 9px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background-image: url(../i/white-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.whitebox2 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FF9933;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom: 6px;
	font-weight: normal;
}

.whitebox2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
}

.whitebox2 a:link {
	text-decoration: none;
	color: #FF9933;
}

.whitebox2 a:visited {
	text-decoration: none;
	color: #FF9933;
}

.whitebox2 a:hover {
	color: #339933;
	text-decoration: none;
}
.whitebox2 input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FFFFFF;
	border: 1px solid #ff9933;
	padding: 3px;
	width: 85px;
}

.whitebox2 input:focus {
	background-color: #FFFF99;
}
.whitebox2 input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FFFFFF;
	border: 1px solid #ff9933;
	padding: 3px;
	width: 35px;
}
	
.whitebox3 {
	position: relative;
	width: 256px;
	margin-right: 9px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background-image: url(../i/grey_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #f93;
}

.whitebox3 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FF9933;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom: 6px;
	font-weight: normal;
}

.whitebox3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
}

.whitebox3 a:link {
	text-decoration: none;
	color: #FF9933;
}

.whitebox3 a:visited {
	text-decoration: none;
	color: #FF9933;
}

.whitebox3 a:hover {
	color: #339933;
	text-decoration: none;
}
