/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	color: #444;
	font-size: 76%;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/background-fauxcol.gif) repeat-y center #252525;
}
h1, h2, h3, h4, h5, h6 {
	color: #ae0c11;
	margin: .5em 0;
}
h1 {
	margin: 0;
	width: 244px;
	height: 37px;
	position: relative;
	font-size: 1em;
}
h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/logo-main-clarkson-4x4.gif) no-repeat center;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #ae0c11; }
a:active { color: #222; }
a:visited { color: #f03; }
a:hover { color: #999; }

embed {
	display: block;
}

/* site structure */

div#doc-container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#doc-header {
	padding: 20px;
	background: #ae0c11 url(../images/header_gradient.gif) repeat-x bottom;
	
}
div#doc-navigation {
	float: right;
	width: 437px;
}
ul#top-level-navigation {
	margin: 7px 0 0 0;
	font-size: 1.2em;
	list-style: none;
}
ul#top-level-navigation li {
	padding: 0 13px 0 0;
	display: inline;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	color: #eec6ac;
	text-decoration: none;
}
ul#top-level-navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}
ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	color: #fff;
	text-decoration: none;
}
ul#top-level-navigation li.sel a:hover {
	text-decoration: underline;
}
div#doc-content {
	background: #fff;
	padding: 0 20px;
}
div#doc-content p, div#doc-content li {
	font-size: 1.1em;
	line-height: 1.7em;
}
div#doc-footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 0 1em;
}
div#doc-content-left {
	width: 65%;
	float: left;
}
div#doc-sidebar-right {
	width: 32%;
	float: right;
}
br.clear {
	clear: both;
}

/* form styling */
fieldset {
	margin: 1em 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #ccc;
}
legend {
	color: #AE0C11;
	font-weight: bold;
}
fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset ol li label {
	display: block;
	margin: 10px 0 2px 0;
}

input.textfield, textarea.textfield {
	border: 1px solid #ccc;
	padding: 4px 2px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
input.captcha {
	width: 172px;
	display: block;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 5px;
	letter-spacing: 3px;
}
input.submitbutton {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 2px 10px;
}

span.required {
	color: #888;
	font-size: 0.8em;
	text-transform: uppercase;
}


/* user prompts */

div.user-message {
	background: #eee;
	border: 1px dotted #ccc;
	margin: 1em 0;
	padding: 0 1em;
	color: #ae0c11;
}

/* price list */

table.priceList {
	width: 100%;
	margin: 1em 0;
}
table.priceList tr th {
	color: #fff;
	text-align: center;
	background: #9D0B0F;
	padding: 4px 0;
}
table.priceList tr td {
	background: #eee;
	padding: 4px;
}
table.priceList tr td:hover {
	background: #e6e6e6;
}

/* gallery */

table.gallery-category {
	width: 100%;
	margin: 1em 0;
	background: #f9f9f9;
}
table.gallery-category tr td {
	padding: 10px;
	vertical-align: top;
}
table.gallery-category tr td.image {
	width: 90px;
}
table.gallery-category tr td h3 a:link,
table.gallery-category tr td h3 a:active,
table.gallery-category tr td h3 a:visited {
	text-decoration: none;
	font-size: 0.9em;
	color: #666;
}
table.gallery-category tr td h3 a:hover {
	color: #AE0C11;
}

table.gallery-thumbs {
	border-top: 1px dotted #ccc;
	width: 100%;
}
table.gallery-thumbs tr td {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
table.gallery-thumbs tr td span.imageCode {
	display: block;
	font-size: 0.9em;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	padding: 0.2em 0;
	width: 90px;
	background: #eee;
	color: #666;
	margin: 0 auto;
}

table.gallery-thumbs tr td img {
	display: block;
	margin: 0 auto auto;
}

/* miscellaneous */

h2.pagetitle {
	letter-spacing: -1px;
	padding-bottom: 18px;
	background: url(../images/header-underline.gif) no-repeat bottom left;
}

h3.boxheading {
	margin: 1em 0;
	background: #ddd;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	padding: 4px 0;
}	

img.partnerlogo {
	margin: 0 auto 1em auto;
	display: block;
}
img.float-right {
	float: right;
	margin: 0.4em 0 1em 1em;
	background: #eee;
	padding: 3px;
	border: 1px solid #ddd;
}

/* forever design */

img.footer-credit {
	float: right;
	position: absolute;
	margin-left: 630px;
	margin-top: 10px;
}


