@charset "UTF-8";
/* CSS Document */

@import "forms.css";

* {
	margin: 0;
	padding: 0;
}

html { background: url(../images/interface/htmlBG.jpg) top left repeat-x #b6acad; }

body {
	position: relative;
	width: 1000px;

	margin: 0 auto;	

	color: #444;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div#page {
	padding: 220px 30px 0 30px;

	width: 940px;
	min-height: 325px;
	margin: 0 auto;

	background: url(../images/interface/bodyBG.jpg) top left no-repeat;
}

/* Masthead */
ul#masthead {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 25px;

	z-index: 10;

	list-style-type: none;
	padding-top: 135px;
}

ul#masthead li {
	display: inline;
	margin: 0 0 0 3%;
	line-height: 25px;
}

ul#masthead li a {
	color: #000;
	font-size: 11px;
	font-weight: bold;

	text-transform: uppercase;
	text-decoration: none;
}

ul#masthead li a:hover { color: #ad301b; }

/* Columns */
div.column {
	float: left;
	width: 60%;
	padding: 2%;

	background: url(../images/interface/contentBG.jpg) bottom left repeat-x #c3b9ba;
	border: 1px solid #fff;
}

div.column.right { float: right; }
div.column.small { width: 30%; }

/* Misc formatting */
a { color: #2071b3; }
a:hover { color: #4293d5; text-decoration: none; }

p { margin-bottom: 20px;  text-align: justify; }

h1 {
	color: #ad301b;
	font-weight: normal;
}

h2 {
	color: #653657;
	font-size: 19px;
	font-weight: normal;

	padding-bottom: 5px;
}

/* Column content formatting */
div.column ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 1% 0 0 1%;
}

div.column ul li {
	background: url(../images/interface/bullet.gif) 0 4px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}

/* Column images */
div.column img {
	float: left;
	border: 1px solid #fff;
	padding: 4px;
	margin: 0 2% 2% 0;
}

div.column img.right { float: right; margin: 0 0 2% 2%; }

/* Scroller */
div#scroller {
	position: absolute;
	left: 0;
	top: 240px;

	width: 330px;
	height: 425px;

	text-align: center;
	overflow: hidden;
}

div#scroller.right { right: 30px; left: auto; }

div#scroller div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity='100');
}

/* Before & After */
ul#beforeAndAfter { list-style-type: none; width: 100%; margin: 0; }
ul#beforeAndAfter li {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 0 0 2% 0;
	background: url(../images/interface/arrow.gif) center center no-repeat;
}

ul#beforeAndAfter img {
	float: none;
	width: 150px;
	margin: 0 10%;
}

img.absImage {
	position: absolute;
	bottom: 30px;
	right: 0px;
	float: right;
}

/* Footer */
ul#footer {
	position: relative;
	z-index: 100001;
	clear: both;
	width: 100%;
	height: 33px;
	line-height: 33px;

	list-style-type: none;
	padding-top: 20px;
	margin-bottom: 20px;
	background: url(../images/interface/footerBG.jpg) bottom center no-repeat;
}

ul#footer li {
	float: right;
	margin-right: 4%;
}

/* Webcastle Branding */
ul#footer li#webcastle span {
	padding: 1px 5px 1px 3px;

	font-size: 11px;

	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;

	color: #0043f3;
	background-color: #fff;
	border: 1px solid #555;

	cursor: default;
}

ul#footer li#webcastle span span { border: 0; padding: 0; color: #fd1824; }
