body {
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 8px;
}

a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	color: #C00;
	text-decoration: underline;
}
a:hover {
	color: #195BA3;
	text-decoration: underline;
}
a:active {
	color: #195BA3;
	text-decoration: none;
}

a img {
	border: 0;
}

h1 {
	color: #C00;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #C00;
	font-size: 16px;
	font-weight: normal;
}

table {
	border-collapse: collapse;
}


#wrapper {
	width: 1106px;
	margin-right: auto;
	margin-left: auto;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#box-top {
	width: 1106px;
	background-image: url(images/box-top.gif);
	height: 37px;
	background-repeat: no-repeat;
}

#content-container {
	width: 1106px;
	background-image: url(images/main-bg2.gif);
	background-repeat: repeat-y;
}

#left-col {
	background-image: url(images/petrolsign.gif);
	background-repeat: no-repeat;
	margin-left: 70px;
	display: inline;
	clear: both;
	float: left;
	width: 233px;
}

#logo {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-left: 25px;
}

/* menu */

#menu {
	width: 165px;
	display: inline;
	float: left;
	margin-top: 12px;
	margin-left: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C00;
}




#menu ul { margin:0; padding:0; }

#menu li { margin:0; padding:0; list-style:none;background-image:none;  }

#menu li a {
	color:#FFFFFF;
	text-decoration:none;
	width:145px;
	display:block;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	padding-left: 10px;
	height: 48px;
	margin: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	line-height: 2.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	background-position: 5px 5px;
	padding-right: 10px;
}

#menu li a:hover {
	background-image: url(images/button-over.gif);
	color: #000;
}

#credit-cards {
	margin-top: 11px;
	width: 195px;
	display: inline;
	float: left;
	height: 30px;
	margin-left: 22px;
}

#checkout {
	width: 173px;
	display: inline;
	float: left;
	height: 50px;
	color: #333;
	margin-left: 30px;
	font-style: italic;
	font-size: 25px;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 60px;
}

#facebook {
	width: 60px;
	display: inline;
	float: left;
	height: 15px;
	margin-top: 30px;
}

#twitter {
	width: 60px;
	display: inline;
	float: left;
	height: 15px;
	margin-left: 10px;
	margin-top: 30px;
}

#youtube {
	width: 50px;
	display: inline;
	float: left;
	height: 25px;
	margin-left: 10px;
	margin-top: 25px;
}

#main-content {
	float: left;
	display: inline;
	width: 704px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
}

#welcome-text {
	width: 580px;
	display: inline;
	float: left;
	margin-right: 20px;
}

#hp-hint-button {
	display: inline;
	float: left;
	width: 95px;
}

.thumbnail-pic {
	width: 220px;
	display: inline;
	float: left;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
}

A.grey-link:link {
	color: #333;
	text-decoration:none;
}

A.grey-link:visited {
	color: #333;
	text-decoration:none;
}

A.grey-link:hover {
	color: #666;
	text-decoration:none;
}


.hp-pic {
	width: 230px;
	display: inline;
	float: left;
	margin-top: 20px;
}

#intro-text {
	display: inline;
	clear: both;
	float: left;
	margin-top: 20px;
	font-size: 12px;
	width: 500px;
}

#polaroid {
	float: right;
	width: 191px;
	background-image: url(images/polaroid.jpg);
	background-repeat: no-repeat;
	height: 201px;
	display: inline;
	background-color: #D6D6D6;
	margin-top: 20px;
}

#photo {
	width: 150px;
	margin-left: 15px;
	margin-top: 10px;
}

#photo-text {
	text-align: center;
	width: 150px;
	margin-top: 20px;
	margin-left: 15px;
}

#main-image {
	width: 300px;
	float: left;
	display: inline;
}

#description {
	display: inline;
	float: left;
	width: 350px;
	margin-left: 50px;
}

A.checkout-link:link {
	color: #333;
	text-decoration:none;
}

A.checkout-link:visited {
	color: #333;
	text-decoration:none;
}

A.checkout-link:hover {
	color: #666;
	text-decoration:none;
}

#gallery-table {
	padding: 0px;
	width: 700px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#gallery-table td {
	width: 200px;
	height: 150px;
}


#footer {
	width: 1106px;
	height: 42px;
	background-image: url(images/box-bottom.gif);
	background-repeat: no-repeat;
	display: inline;
	clear: both;
	float: left;
	color: #999;
	line-height: 4em;
	font-size: 10px;
}


A.footer-link:link {
	color: #999;
	text-decoration:none;
}

A.footer-link:visited {
	color: #999;
	text-decoration:none;
}

A.footer-link:hover {
	color: #CCC;
	text-decoration:none;
}

#description p {
	margin: 10px 0;
}

form div.form_section {
	width: 50%;
	float: left;
}

form.libform p {
	clear: both;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

form.libform label {
	display: block;
	float: left;
	width: 150px;
	padding-top: 3px;
	padding-bottom: 5px;
}

form.libform p.text input,
form.libform p.password input {
	width: 160px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}



table#basket {
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	width: 100%;
}

table#basket th {
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px dotted #FFF;
	padding: 0 10px;
	height: 20px;
	color: #333;
	background-color: #CCC;
}
table#basket td {
	padding: 10px;
	text-align: center;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
}

table#basket td img,
#basket select {
	border: 1px solid #000;
}
#basket select option {
	padding-right: 3px;
}

#basket td.delete a,
#basket td.checkout a,
#delivery_details #el_action,
#delivery_details #el_commit,
#add-voucher {
	border: 1px solid #000;
	padding: 2px 5px;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #9CF;
}
#basket td.checkout a,
#delivery_details #el_action,
#delivery_details #el_commit,
#add-voucher {
	font-size: 12px;
}

#add-voucher {
	cursor: pointer;
}

#product-table select {
	width:200px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#bighint {
	font-size: 15px;
	color: #195BA3;
	font-weight: bold;
}

form.appform p {
	clear: both;
	margin: 5px 0;
}

form.appform p label {
	display: block;
	float: left;
	width: 120px;
	padding-top: 3px;
}

form.appform p.group input {
	vertical-align: text-top;
	position: relative;
	top: -3px;
}
form.appform p.group label {
	display: inline;
	float: none;
}
form.appform p.group span.radio {
	display: block;
	float: left;
	width: 250px;
	height: 20px;
}
form.appform p.group span.cost {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
}

div.form_error {
	color: #F00;
	text-align: center;
}

img.imagechanger-thumb {
	border: 1px solid #C00;
	margin-right: 5px;
}

p#row_el_where_hear {
	padding: 10px 0;
}
p#row_el_where_hear label {
	display: inline;
	float: none;
	margin-right: 20px;
}
p#row_el_where_hear input {
	width: 200px;
}
