/*
Design by Likeminded (c) 2007
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #0076cc;
}

h1 {
	color: #0076CC;
	font-weight: lighter;
	font-size: 20px;
	padding: 0px 0px 5px 0px;
}

/*h2 {
	font-size: 20px;
	color: #83B819;
	padding: 0px 0px 5px 0px;
	font-weight: lighter;
}*/

h2 {
	color: #002B7A;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}

.smlheadtxt {
	color: #002B7A;
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
}


h3 {
	font-size: 12px;
	color: #CF0C2C;
	padding: 5px 0px 0px 0px;
}

h4 {
/*	font-size: 15px;
	color: #CC071E;
	font-weight: bold;*/
	font-size: 14px;
	color: #CC071E;
	font-weight: bold;	
}

p {
	line-height: 18px;
	color: #000000;
}

ul, ol {
	line-height: 1.5em;
	padding-top: 5px;
	list-style:none;
}

ul li {
	color: #002B7A;
}

img {
}

img.left {
	float: left;
	margin: 3px 10px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

img.flyimg {
	margin: 0 0 20px 0;
}

hr {
	color: #F6F6F6;
}


a {
	color: #0076CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #CF0C2C;
}

a:visited {
/*	color: #002B7A; */
}




.prodheader{
	background-color:#FFF;
	font-weight:bold;
}

.prodrow_odd{
	background-color:#c0e0ff;
}

.prodrow_even{
	background-color:#ffffff;
}




.cartheader{
	background-color:#FFF;
	font-weight:bold;
}

.cartrow_odd{
	background-color:#c0e0ff;
}

.cartrow_even{
	background-color:#ffffff;
}


.cartcontents{
	background-color:#FFF;
	font-size:10px;
}


/* Custom Buttons */

.addtocartbtn {
	border: 1px solid #d8d8d8;
	background: #0076CC;
	color: #FFF;
	padding: 3px 8px 3px 8px;
	margin: 0 0 0 0;
	font-size:10px;
	font-weight: bold;
	cursor: pointer;
}

.removefromcartbtn {
	border: 1px solid #d8d8d8;
	background: #0076CC;
	padding: 3px 3px 3px 3px;
	margin: 0 0 0 0;
	font-size:10px;
	font-weight: bold;
}


.checkoutbtn {
	border: 1px solid #d8d8d8;
	background: #036;
	padding: 3px 8px 3px 8px;
	margin: 0 0 0 0;
	font-size:12px;
	font-weight: bold;
}

#content_right  a{
	color: #FFF;
}

#content_right a:hover {

}

#content_right a:visited {

}


#content_checkout_cart  a{
	color: #FFF;
}

#content_checkout_cart a:hover {

}

#content_checkout_cart a:visited {

}



/* Category Header */

.catheader{
	font-size: 14px;
	color: #CC071E;
	font-weight: bold;
}



/* Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page */

#page {
	width: 800px;
	margin: 20px auto 0 auto;
	padding: 20px 20px 10px 20px;
	background-color: #FFFFFF;
}

#header {
	width: 800px;
	margin: 0;
	padding: 0 0 0 0;
}

#index_page {
	width: 800px;
	margin: 0 auto;
	margin-top: 100px;
	height: 100%;
	margin-bottom: 100px;
}

/* header * header * header * header * header * header * header * header * header * header * header * header */

#header_left {
	width: 225px;
	height: 120px;
	float: left;
	padding: 0px 0px 10px 0px;
}

#header_right {
	width: 550px;
	height: 120px;
	float: right;
	text-align: right;
	padding: 0px 0px 10px 0px;
}

/* Menus * Menus * Menus * Menus * Menus * Menus * Menus * Menus * Menus * Menus * Menus * Menus */

#top_menu {
	float: left;
	width: 800px;
	height: 30px;
	text-align: center;
	border-top: solid #CF0C2C 1pt;
	border-bottom: solid #CF0C2C 1px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	background-image: url(images/top_menu_dots.gif);
}

#top_menu ul li {
	list-style-type: square;
	display: inline;
}

#top_menu a {
	padding-left: 25px;
	padding-right: 25px;
	color: #002B7A;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

#top_menu a:hover {
	color: #CF0C2C;
}

#top_menu a:visited {
}

#top_menu_plus {
	float: left;
	width: 800px;
	height: 30px;
	text-align: center;
	border-top: solid #CF0C2C 1pt;
	border-bottom: solid #CF0C2C 1px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	background-image: url(images/menu_dots_plus.gif);
}

#top_menu_plus ul li {
	list-style-type: square;
	display: inline;
}

#top_menu_plus a {
	padding-left: 25px;
	padding-right: 25px;
	color: #002B7A;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

#top_menu_plus a:hover {
	color: #CF0C2C;
}

#top_menu_plus a:visited {
}


/* Content Holders */

/* #content_checkout_form {
	width: 800px;
	float: left;
	margin-top: 10px;
	height: 100%;
}*/

#content_footer {
	text-align:left;
	width:800px;
	height: 100%;
	margin: 0 0 10px 0;
	padding: 40px 0 0 0;
	float: left;
	clear:both;
}

#content_footer p {
	font-style:italic;
	font-size:12px;
	color:#666;
	text-align: center;
}

#content_checkout_header {
	/*	border: 1px solid #CCCCCC; */
	text-align:left;
	width:800px;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	float: left;
	border-bottom: solid #6F6F6F 1px;
}

#content_checkout_header ol {
	padding: 5px 0 10px 60px;
	list-style:disc;
	margin: 0;
}

#content_checkout_header li {
	padding: 0 0 0 0;
}



#content_flypage {
	width: 800px;
	float: left;
	margin-top: 10px;
	height: 100%;
}

#content_thanks {
	width: 800px;
	float: left;
	margin-top: 10px;
	height: 250px;
}


#content_checkout_cart {
	width: 250px;
	float: left;
	margin-top: 0px;
	height: 100%;
}

/*
#content_cat_holder {
	width: 635px;
	float: left;
	margin-top: 10px;
	padding-left: 30px;
	height: 400px;
}

#content_cat_holder_tiles {
	width: 635px;
	float: left;
}

#content_cat_holder_tiles ul {	
	list-style: none;
	padding: 0;
	margin: 0;	
}


#content_cat_holder_tiles li {
	float: left;
	margin: 0;
	padding: 0;
}


#content_cat_holder_tiles li a {
	font-weight: bold;
	font-size: 12px; 
	text-decoration: none;
	text-align: center;
	margin:0 0 0 0;
	padding: 40px 0 40px 0;
	display: block;
	height: 12px;
}


#content_cat_holder_tiles .c1 {
	color: #000;
	width: 150px;
	background-color: #FFF;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
	border-top: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
}

#content_cat_holder_tiles .c1:hover {
	color: #000000;
	background-color: #C00;
}
*/

#content_cat_holder {
	width: 635px;
	float: left;
	margin-top: 10px;
	padding-left: 30px;
	height: 850px;
}

#content_cat_holder_tiles {
	width: 635px;
	float: left;
}

#content_cat_holder_tiles ul {	
	list-style: none;
	padding: 0;
	margin: 0;	
}


#content_cat_holder_tiles li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}

#content_cat_holder_tiles li a {
	text-decoration: none;
	text-align: center;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	width: 200px;
	height: 150px;
	overflow:hidden;
}


#content_cat_holder_tiles .c11 {
	background: url(../images/thumb1.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c11:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c12 {
	background: url(../images/thumb2.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c12:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c13 {
	background: url(../images/thumb3.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c13:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c14 {
	background: url(../images/thumb4.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c14:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c15 {
	background: url(../images/thumb5.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c15:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c16 {
	background: url(../images/thumb6.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c16:hover {
	background-position: -200px 0;
}

/* START NEW - KITCHENS */

#content_cat_holder_tiles .c17 {
	background: url(../images/thumb14.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c17:hover {
	background-position: -200px 0;
}

/* END NEW - KITCHENS */

#content_cat_holder_tiles .c18 {
	background: url(../images/thumb7.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c18:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c19 {
	background: url(../images/thumb8.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c19:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c110 {
	background: url(../images/thumb9.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c110:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c111 {
	background: url(../images/thumb10.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c111:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c112 {
	background: url(../images/thumb11.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c112:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c113 {
	background: url(../images/thumb12.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c113:hover {
	background-position: -200px 0;
}

#content_cat_holder_tiles .c114 {
	background: url(../images/thumb13.jpg) 0 0 no-repeat;	
}

#content_cat_holder_tiles .c114:hover {
	background-position: -200px 0;
}


/*************** KITCHENS *********************/

#content_kit_cat_holder {
	width: 635px;
	float: left;
	margin-top: 10px;
	padding-left: 30px;
	height: 250px;
}

#content_kit_cat_holder_tiles {
	width: 635px;
	float: left;
}

#content_kit_cat_holder_tiles ul {	
	list-style: none;
	padding: 0;
	margin: 0;	
}


#content_kit_cat_holder_tiles li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}

#content_kit_cat_holder_tiles li a {
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	display: block;
	width: 153px;
	height: 20px;
	overflow:hidden;
	background-color: #CCC;	
}

/*************** KITCHENS *********************/


#content_holder {
	width: 405px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#content_holder a {
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

#content_holder a:hover {
	color: #CF0C2C;
}

#content_left {
	width: 125px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#content_left_red {
	width: 125px;
	float: left;
	background-color: #CC071E;
}

#content_left_red p {
	color: #FFFFFF;
	padding: 2px 10px;
}

#content_left_red a {
	color: #FFFFFF;
}

#content_left_list {
	width: 420px;
	float: left;
}

#content_left_big {
	width: 800px;
	float: left;
}

#content_right {
	float: left;
	height: 100%;
	width: 250px;
	margin-top: 10px;
}

#content_competition {
	width: 675px;
	float: left;
	padding-left: 60px;
}

#content_competition ul li {
	list-style-type: square;
	color: #000000;
}

#content_competition a {
	color: #BD2A33;
	text-decoration: underline;
	font-weight: normal;
}

#content_plus_picker {
	width: 170px;
	float: left;
	padding: 30px 29px 15px 0px;
}

#content_plus_picker_2 {
	width: 90px;
	float: left;
	padding: 0px 10px 15px 0px;
}

/* bits * bits * bits * bits * bits * bits * bits * bits * bits * bits * bits * bits */

.lgmargin {
	margin: 30px 0 0 0;
}

#float_left {
	float: left;
	width: 350px;
	text-align: left;
}

.bold_red {
	color: #CF0C2C;
	font-weight: bold;
}

.bold_green {
	color: #83B819;
	font-weight: bold;
}

#profile {
	float: left;
	width: 330px;
	text-align: left;
	padding: 20px 20px 0px 20px;
}

#privacy_terms {
	float: left;
	width: 450px;
	text-align: left;
	padding: 20px 20px 0px 20px;
}

.competition_header {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #BD2A33;
	height: 20px;
	width: 665px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding: 5px 0px 5px 5px;
}

#serviceplus_header {
	width: 800px;
	height: 100%;
	float: left;
	border-bottom: solid #BD2A33 1pt;
}


/*********************Form*************************/


#content_checkout_form {
	/*	border: 1px solid #CCCCCC; */
	text-align:left;
	width:550px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

#content_checkout_form ol {  
	list-style: none;
	padding: 0;
	margin: 0;
}

#content_checkout_form li {
	padding: 0 0 20px 0;
}

#content_checkout_form label {
	float: left;
	width: 150px;
	font-size:12px;
	font-weight: bold;
	padding: 2px 0 0 0;
	color: #036;
}


#content_checkout_form fieldset {
	float: left;
	width: 300px;
	font-size:12px;
	font-weight: bold;
	padding: 0 0 0 150px;
	border: none;
}

#content_checkout_form fieldset label {
	float: none;
	font-size:12px;
	font-weight: bold;
	padding: 10px 0 0 10px;
}


#content_checkout_form fieldset.tod {
	float: left;
	width: 500px;
	font-size:12px;
	font-weight: bold;
	padding: 0 0 0 0;
	border: none;
}

#content_checkout_form fieldset label.tod {
	float: left;
	font-size:12px;
	font-weight: bold;
	padding: 0 0 0 0;
	width:150px;	
}

#content_checkout_form fieldset label.todam {
	font-size:12px;
	font-weight: bold;
	padding: 0 0 0 0;
	width:10px;
}

#content_checkout_form fieldset label.todpm {
	font-size:12px;
	font-weight: bold;
	padding: 0 0 0 10px;
	width:10px;
}



#content_checkout_form textarea {
	height: 60px;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	
}

.contactfrm {
	border: 1px solid #d8d8d8;
	border-style: inset;
	padding: 2px 2px 2px 2px;
	width: 300px;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	background-color: #F3F3F3;
}

.contactfrmsml {
	border: 1px solid #d8d8d8;
	border-style: inset;
	padding: 3px 3px 3px 3px;
	width: 160px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
}

.contactfrmbtn {
	border: 1px solid #d8d8d8;
	background: #036;
	color:#FFF;
	padding: 3px 8px 3px 8px;
	margin: 0 0 0 0;
	font-size:12px;
	font-weight: bold;	
	cursor: pointer;
}

#content_checkout_form label.error {
	float:none;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	display: inline;
	color:#CA2020;
	position: absolute;
}
