* { padding: 0; margin: 0; }
html, body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #035eef;
	height: 100%;
}
.outside {
	height: auto;
	min-height: 100%;
	position: relative;
	background-image: url(graphics/left-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.right-top {
	background-image: url(graphics/right-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
input {
	background-image: url(graphics/cust-input.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px;
	border: 1px solid #003399;
	background-color: #FFFFFF;
}
select {
	background-image: url(graphics/cust-input.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px;
	border: 1px solid #003399;
	background-color: #FFFFFF;
}
textarea {
	background-image: url(graphics/cust-input.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px;
	border: 1px solid #003399;
	background-color: #FFFFFF;
}


#wrapper {
	margin: 0 auto;
	width: 922px;
}
#header {
	width: 900px;
	color: #333;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 13px;
	text-transform: uppercase;
}
#content {
	width: 920px;
	color: #FFFFFF;
	min-height: 250px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 120px;
	padding-left: 10px;
	margin: 0px;
	line-height: 28px;
}
#footer {
	clear:both;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	text-align:center;
	background-image: url(graphics/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
	padding-top: 100px;
	padding-bottom: 10px;
	color: #333333;
}
#footer :link {
	color: #666666;
}
#footer :visited {
	color: #666666;
}

.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;


}



.clearfix {


	display: inline-block;


	}

html[xmlns] .clearfix {

	display: block;


	}


* html .clearfix {

	height: 1%;

	}
li {
	margin-left: 40px;
	list-style-type: square;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 26px;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 17px;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	background-image: url(../../graphics/h1bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
h2 {
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #02ABEE;
}
strong {
	font-size: 14px;
}
.float-right {
	float: right;
	color: #FFFFFF;
	padding-top: 70px;
}
.float-left {
	float: left;
}

a:link, a:visited{
	color: #FFFFFF;
	text-decoration:underline;
	}

a:hover {
	color: #00CCFF;
	text-decoration:none;
	}
.product_action {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #FFFFFF;
	background-image: none;
	cursor: pointer;
}
.alink-white:link  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.alink-white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.alink-white:hover {
	color: #FF9900;
	text-decoration: none;
}
.price-from {
	font-size: 19px;
	margin-top: 25px;
	color: #FFFFFF;
	background-image: url(../../graphics/bottom-stuff.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 90px;
	padding-left: 60px;
}

.enquiryFormError {
	color: #FF0000;
}
.top-clock {
	font-size: 19px;
	background-image: url(../../graphics/top-clock.jpg);
	background-repeat: no-repeat;
	padding-top: 42px;
	padding-right: 12px;
	padding-bottom: 58px;
	padding-left: 150px;
}
.bot-clog {
	font-size: 19px;
	background-image: url(../../graphics/bottom-clogs.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 12px;
	padding-bottom: 60px;
	padding-left: 150px;
}

.package-wrap {
	background-image: url(../../graphics/packagebg.jpg);
	background-repeat: no-repeat;
	height:  66px;
	margin-bottom: 25px;
}

.package-details {
	float: left;
	width: 655px;
	margin-left: 95px;
	padding: 4px;
	font-size: 10px;
	line-height: 16px;
	}
	
.package-price {
	float: right;
	padding: 4px;
	width: 130px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 13px;
	}
