@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html { background: url(../images/htmlBG.png) left 26px no-repeat #fff; }

body {
	margin: 0;
	min-width: 1000px;

	background: url(../images/bodyBG.png) right 26px no-repeat;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clear { clear: both; }

#topBar { background: url(../images/logo.png) 95% 0 no-repeat #020167; }

#topBar span {
	padding-left: 170px;
	text-transform: uppercase;
}

#topBar span.first { padding-left: 10px; }

#topBar, .blueBar, ul#footer {
	color: #fff;
	line-height: 26px;
	height: 26px;
}

.blueBar {
	width: 100%;
	text-indent: 265px;
}

ul#footer, .blueBar { background-color: #006599; }

h2 {
	padding: 30px 0 0 170px;

	height: 76px;

	font-size: 17px;
}

h2, h3 { color: #020167; }

h3 {
	margin-bottom: 10px;
	font-size: 13px;
}

#content h2 {
	padding: 0;
	height: auto;
	margin-bottom: 20px;
	font-size: 15px;
}

a { color: #020167; }

ul#sidebar {
	position: absolute;
	left: 40px;
	width: 150px;
	list-style-type: none;
}

ul#sidebar li {
	margin: 2px 0;
	padding-left: 20px;
	background: url(../images/bullet.png) top left no-repeat;
}

ul#sidebar li a { text-decoration: none; }
ul#sidebar li a:hover { text-decoration: underline; }

ul#sidebar, #content { top: 180px; }

#content {
	position: absolute;
	width: 550px;
	left: 170px;

	padding: 0 0 40px 80px;
	border-left: 1px dotted #020167;
}

#content p {
	text-align: justify;
	line-height: 17px;
	color: #333;
}

#content p.border { border: 0px dotted #020167; }

#content p.border.bottom {
	padding-bottom: 20px;
	border-bottom-width: 1px;
}

#content p.border.top {
	padding-top: 20px;
	border-top-width: 1px;
}

.half {
	float: left;
	margin: 20px 0;
}

#content p.half { width: 60%; }
#content img.half { margin-left: 20px; }

.giftBox {
	float: left;
	width: 250px;
	height: 130px;
	margin: 20px 20px 20px 0;
	background: url(../images/giftboxBG.png) bottom left no-repeat;
}

.giftBox img, .giftBox p, .giftBox h3 { float: left; }

.giftBox p {
	margin-left: 10px;
	width: 155px;
}

.giftBox h3 {
	font-size: 12px;
	padding-left: 40px;
	clear: left;
	width: 120px;

	color: #09c;
}

.giftBox h3, .giftBox a { margin-top: 20px; }
.giftBox a {
	float: right;
	padding: 0 30px 0 10px;
	background: url(../images/linkArrow.png) top right no-repeat;
}

p.contactBox {
	float: left;
	margin: 0 40px 20px 0;
	height: 47px;
	padding-left: 75px;
	background-position: top left;
	background-repeat: no-repeat;
}

p#telephone { background-image: url(../images/phone.jpg); }
p#fax { background-image: url(../images/fax.jpg); }
p#address { background-image: url(../images/email.jpg); }

form {
	width: 420px;
	margin-top: 20px;
}

form#orderForm { width: 100%; }

form label, form input.text, form input.checkbox, form input.button, form textarea, form select {
	float: left;
	margin-bottom: 5px;
}

form label {
	clear: left;
	width: 100px;
}

form#orderForm label { width: 290px; }
form#orderForm .text { width: 204px; }

form label.checkbox {
	clear: none;
	margin: 0 20px 0 5px;
}

form select {
	font-size: 11px;
	padding: 2px;
}

form .text {
	width: 300px;
	padding: 2px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006599;
}

form .text, form select, img#captcha { border: 1px solid #09c; }

form .text.small, form#orderForm .text.small, form#orderForm select { width: 70px; }

p.formHeader {
	clear: both;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0;
}

ul#footer {
	position: fixed;
	width: 100%;
	margin: 0;
	bottom: 0;

	text-align: center;
}

ul#footer li {
	margin: 0 40px;
	display: inline;
}

a img { border: 0; }

img#captcha {
	float: left;
	margin-right: 10px;
}

/* WEBCASTLE BRANDING */
a#webcastle {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;
	color: #fff;
}

a#webcastle .red { color: #f00; }