/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#3D3D3D;
	color: #222222;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

a img {
	border: 0;
}

.orange {
	color: #1e6d85;
}
h1 {
	color:#1e6d85;
	margin:0px;
	padding:0px;
	font-weight:100;
	font-size:24px;
	}

h2 {
	color:#1e6d85;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-weight:100;
	font-size:18px;
	}

h3 {
	color:#000000;
	margin:0px;
	padding:0px 0px 5px 0px;
	font-weight:normal;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

h4 {
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0091C0;
	}

.welcome {
	color:#1e6d85;
	margin:0px;
	padding:0px;
	font-weight:100;
	font-size:24px;
	}


a {
	color:#b4e6f5;
	text-decoration:none;
	}

a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}

#main a {
	color:#007093;
	text-decoration:none;
	}

#main a:hover {
	color:#0091C0;
	text-decoration: underline;
	}


#container {
	background: url(../images/top_bk.gif);
	text-align:left;
	margin:0px auto;
	width: 980px;
	}


#header {
	border-bottom:3px solid #0091c0;
	height:93px;
	background-image:url(../images/header_left.jpg);
	background-repeat:no-repeat;
	background-position: 0 0px;
	}

#header_logo {
	position: absolute;
	z-index: 2;
	}

#logo {
	float:left;
	width:300px;
	}

#headerRight {
	float:right;
	width:700px;
	}

#headerRight input {
	margin:0px;
	padding:0px;
	}

#headerRight form {
	margin:0px;
	padding:0px;
	}

#search {
	text-align:right;
	margin:0px;
	padding:10px 10px 10px 0px;
	color:#1e6d85;
	}

#search a {
	color:#b4e6f5;
	text-decoration:none;
	}

#nav {
	padding:0px 0px 0px 0px;
	height:25px;
	}

#nav ul {
	margin:0px 0px 0px 0px;
	padding:25px 0px 0px 0px;
	height:25px;
	}

#nav li {
	float:right;
	margin:0px;
	list-style:none;
	}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	background-color:#0091c0;
	margin:0px 0px 0px 5px;
	line-height:24px;
	display:block;
	}

#nav a:hover {
	padding:0px 10px 0px 10px;
	text-decoration:underline;
	}

#promoBar {
	height:108px;
	background-color:#222222;
	}

#offers {
	height:125px;
	width: 50%;
	}

.offerHead {
	color:#b4e6f5;
	font-weight:bold;
	padding:5px 15px 0px 15px;
	margin:0px;
	}

.offerText {
	color:#FFFFFF;
	padding:0px 5px 0px 15px;
	margin:0px;
	}

.offerText p {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size:13px;
}

.offerText a {
	color:#b4e6f5;
	text-decoration:none;
	}

#offerHeading {
	background-color:#222222;
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	}

#offerHeading a {
	margin:0px 0px 0px 15px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#offerHeading a:hover, #offerHeading .currentOffer {
	margin:0px 0px 0px 15px;
	color:#0091c0;
	text-decoration:none;
	font-weight:bold;
	}

#offerHeading span {
	background-color:#0091c0;
	color:#FFFFFF;
	padding:5px 10px 5px 15px;
	}

#promoImages a {
	position: absolute;
}
#promoImages {
	width:468px;
	height:90px;
	float:right;
	margin: 9px 8px 8px 0;
	}


#loginBar {
	border-top:3px solid #0091C0;
	border-bottom:3px solid #0091C0;
	height:25px;
	line-height:25px;
	padding-left:15px;
	}

#breadcrumb {
	font-size:13px;
	float:left;

	color:#FFFFFF;
	}

#register_login {
	float:right;
	font-size:13px;
	color:#1e6d85;
	padding:0px 10px 0px 0px;
	}

#register a {
	text-decoration:none;
	color:#1e6d85;
	}

#main {
	/*background: url(../images/menuBack.jpg) no-repeat left 40px;*/
	}

#main_outer {
	background-image:url(../images/main-bk.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFFFF;
}

#categories {
	float: left;
	width:190px;
	background-color:#0091c0;
	background-image:url(../images/menuBack.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 0px 300px 0px;
	}

#categories ul {
	list-style:none;
	margin:0px;
	padding:10px 0px 10px 15px;
	}

#categories li {
	margin:0px;
	padding:1px 0;
	}

#categories a {
	color:#FFFFFF;
	text-decoration:none;
	}

#categories a:hover {
	color:#DCF4FB;
	text-decoration:underline;
	}

#content {
	margin:5px;
	margin-left: 200px;
	background-color:#FFFFFF;
	padding:10px;
	/*border-left:2px solid #0091c0;*/
	}

#content.fullpage {
	margin-left: 0;
	border-left: 0;
}

#text {
	padding:0px 10px 10px 10px;
	margin:5px;
	/* hasLayout fix */
	zoom: 1;
	}

h3 {
	color: #0091C0;
}

#content p {
	margin:0px;
	padding:5px 0px;
	}

.product {
	overflow: hidden;
	margin:15px 0px 0px 0px;
	padding:0px;
	width: 600px;
	}
.product-img img {
	border: 1px solid #000000;
}
.prod_image {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}

.prodImg {
	float:left;
	width:120px;
	}

.prodDesc {
	width:470px;
	float:right;
	}

#footer {
	height:25px;
	border-top:3px solid #1e6d85;
	background: #3D3D3D;
	padding:0px 0px 0px 15px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
	}

.clearing {
	clear:both;
	}

.selected_submenu {
	font-weight: bold
}

/* Register */

.submit {
	margin-left: 20px;
}
#newCust {
	float:left;
	width:320px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#returnCust {
	float:left;
	width:400px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.returnCusttxt {
	margin:0px;
	padding:0px 0px 10px 20px;
	}

.Login {
	margin:30px 0px 20px 20px;
	padding:0px;
	font-size:25px;
	font-weight:lighter;
	color:#666666;
	}

.signUp {
	margin:0px 0px 0px 10px;
	}

#loginButton a{
	margin:0px 0px 0px 0px;
	background-image:url(../images/login.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:45px;
	line-height:45px;
	display:block;
	text-align:center;
	width:120px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	}
#registered {
	padding: 2px;
	margin: 4px;
}
.input, select, .required {
	font-size: 9pt;
	background: #FFFFFF;
	border: 1px solid #A7A6AA;
}
.required {
	background: #DCF1FB;
	border: 1px solid #027DC1;
}
#register_right {
	float: right;
}
#register_left {
	float: left;
}

.registerHead {
	font-weight: bold;
	padding-bottom: 3px;
}

.error_text {
	font-size: 8pt;
	color: #FF0000;
	position: absolute;
	padding: 2px;
	padding-left: 20px;
	background: url(/images/required_field.gif) no-repeat 2px center;
}
.success_text {
	font-size: 8pt;
	color: #3FAE49;
	position: absolute;
	padding: 5px;
	padding-left: 20px;
	background: url(/images/validated.gif) no-repeat 2px center;
}
.errors, .error {
	border: 1px solid #FBE3E6;
	font-size: 9pt;
	margin: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 3px;
}
.error {
	margin: 20px;
}
.info {
	font-size: 8pt;
	color: #3FAE49;
	padding: 5px;
	padding-left: 20px;
	background: url(/images/validated.gif) no-repeat 2px center;
}
.required_asterix {
	color: #027DC1;
	float: right;
	margin-top: 5px;
}
div.required_asterix {
	font-size: 8pt;
}

.login_box {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 2px;
	margin-right: 7px;
}

.login_box a {
	color: #666666;
}
.login_box a:hover {
	color: #000000;
	text-decoration: none;
}

#height_maker {
	height: 400px;
	width: 1px;
	float: left;
	background: #0091C0;
}

/* Basket */
#basket_table {
	margin-left: 8px;
}

.checkout_total {
	font-weight: bold;
	border-top: 1px solid #000000;
}
.checkout_buttons {
	text-align: right;
	margin-top: 10px;
	padding-bottom: 5px;
}
#continue_shopping {
	margin-right: 20px;
}

.payment_method_google {
	font-size: 9pt;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

.payment_method {
	font-size: 9pt;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
.discount_voucher {
	padding-left: 9px;
	float: left;
}

#added {
	padding: 3px;
	margin: 3px;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#cart {
	padding:0px 0px 0px 0px;
	}

#cart table tr td, #order_table tr td {
	border-top:#cccccc 1px solid;
	}
/* End Basket */



#calendar {
	padding: 10px;
}

/* overall table */
#calendar table {
	padding: 0;
}

/* the day headers across the top */
#calendar th {
	background: #0091C0;
	color: #fff;
	margin: 3px;
	padding: 2px 5px;
	text-align: center;
}

#calendar th a {
	color: #FFFFFF;
}

/* how days this month will look, make dates appear in top right */
#calendar td {
	background: #eee;
	color: #000;
	padding: 4px;
	margin:0;
	height:60px;
	vertical-align:top;
	border:1px solid #fff;
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
	background: #CCCCCC;
}

#calendar .week_day {
	text-align: center;
	font-weight: bold;
	width: 14%;
	height: auto;
}

#calendar .today {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.body_shell {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding: 6px;
}
#calendar .day_num {
	text-align: right;
	font-weight: bold;
	float: right;
	padding-left: 4px;
}
#calendar .day_name {
	font-size: 7pt;
	font-style: italic;
	line-height: 9pt;
	color: #660099;
}
.today .day_num {
	font-weight: bold;
}
.day_num_outer {
	overflow: hidden;
	width: 100%;
	margin-bottom: 6px;
}
#calendar .cell_contents {
	font-size: 7pt;
	margin-left: -4px;
	margin-right: -4px;
	padding: 2px;
	padding-left: 2px;
}
.cell_contents a, .cell_contents a:link, .cell_contents a:visited {
	text-decoration: none;
}
.cell_contents a:hover {
	text-decoration: underline;
}
.lightbox_inner {

}

#calendar .showing_month {
	font-weight: bold;
}
#calendar .right {
	text-align: right;
}
#calendar .left {
	text-align: left;
}

input.hotdate {
	background: #FBEFEF;
}

.fields_left table,
.fields_right table {
	text-align: left;
}
.fields_left {
	float: left;
	text-align: center;
	width: 49%;
}
.fields_right {
	float: right;
	text-align: center;
	width: 49%;
}
th {
	text-align: left;
}
.today {
	background: #FFFFFF;
}
.today .cell_contents div {
	margin-bottom: 4px;
	border: 1px solid #E9E9E9;
	background: #F9F9F9;
	padding: 2px;
}

.cell_contents div {
	margin-bottom: 4px;
	border: 1px solid #DDDDDD;
	background: #F9F9F9;
	padding: 2px;
}
.empty_cell {
	font-style: italic;
	padding: 5px;
}
.cell_contents {
	padding-top: 10px;
	padding-bottom: 10px;
}
#cal_monthly td {
	height: auto;
}
#cal_monthly td {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
#cal_monthly .cell_contents {
	margin: 0;
	font-size: 8pt;
}
.today .day_header {
	background: #F78E8E;
}
.day_header {
	background: #FFFFFF;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 3px;
	border: 1px solid #DDDDDD;
}
#calendar th a:hover {
	color: #1e6d85;
}
#cart .row_no_top td,
#order_table .row_no_top td {
	border-top: 0;
}
#content .indent {
	padding-left: 10px;
	border-left: 2px solid #CCCCCC;
}