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

/*
MAROON: #7C362A
GRAY: #666 ?
*/


body {
	font:100% Helvetica,Arial,Verdana,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	overflow:scroll;
	height:101%;
	line-height:1em;
}

a img {border-style:none;}

p {font-size:.8em;}

h1 {font-size:1.3em;}

h2 {font-size:1.1em;}

#container {
	width:750px;
	margin:30px auto;
	text-align:left;
	}

.oneColFixCtrHdr #header {
	color:#fff;
	background:#000 url(images/whitecorners.png) top no-repeat;
	height:25px;
	padding:18px 10px 12px 20px;
	}

.oneColFixCtrHdr #header h1, .oneColFixCtrHdr #header h2 {
	margin:0;
	padding:10px 0;
	font-size:1.5em;
	font-weight:normal;
	display:inline;
}

.oneColFixCtrHdr #header h2 {color:#FF0000;}

.oneColFixCtrHdr #mainContent {
	padding:5px;
	margin:0;
	min-height:425px;
	height:auto !important;
	height:425px;
}


.oneColFixCtrHdr #footer {
	padding:3px 10px;
	background:#000;
	border-top:#FF0000 thick solid;
	height:17px;
}


.oneColFixCtrHdr #footer p {
	margin:0;
	padding:10px 0;
	color:#FF0000;
	display:inline;
	font-size:.7em;
}

/* class should be placed on div or break element and should be final element before close of container that should fully contain float */
.clearfloat { 
	clear:both;
    height:0;
    line-height:0px;
	background:none;
	margin:0;
	}




/* navigation bar */

ul {list-style-type:none;}

ul#menu{
	margin:15px 0 0;
	padding:0;
	list-style-type:none;
	width:238px;
	position:relative;
	display:block;
	height:17px;
	text-transform:uppercase;
	font-size:11px;
	line-height:8px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	text-align:center;
	}

/*ul#menu li+li+li {border:none;}*/

ul#menu li+li, ul#menu li+li+li {border-left:none;}

ul#menu li a{
	display:block;
	float:left;
	color:#7C362A;
	text-decoration:none;
	padding:5px 5px 0;
	height:12px;
	width:67px;
	}

ul#menu li a:hover{background:#CCC;}


<!-- Other stuff -->

#articles {height:50px;}

.seal {position:absolute;left:657px;top:-30px;}

.b {background:url(images/b.jpg) 50% 100% no-repeat;}

.design {background:url(images/imac.jpg) 0% 60px no-repeat;}


#bar {
	margin:0 0 10px;
	background:url(images/bar.gif) repeat-x 50%;
	height:5px;
	border:#666 solid 1px;
	}

.drag {position:relative;width:55px;top:-30px;left:-15px;}

#mainright {padding:46px 90px 0 38px;}

.bodytext {float:left;font-size:1em;padding:0 0 50px;width:244px;}

.bodytext p {margin:0;}

.bodytext td {border:1px solid #CCC;}

.bodytextright {font-size:1em;margin:0 0 0 280px;padding:0;width:460px;}

#contactForm, #viewer, #etcside {font-size:.8em;text-align:left;border-left:1px solid #CCC;padding:0 0 0 40px;}

<!-- #viewer {min-height:238px;height:auto !important;height:238px;} removed because border seemd to match height of left side ??-->

<!-- #etcside {min-height:100px;height:auto !important;height:100px;} -->

#thankyou {width:400px;margin:20px auto 0;}

#nav {margin: 0 0 50px;}


/* gallery buttons */
#picbuttons {
	width:180px;
	height:30px;
	position:absolute;
	top:480px;
	z-index:200;
	}

.btn2 {
	display:inline;
	height:19px;
	width:19px;
	background:url(images/design/circle.gif) no-repeat -10px -10px;
	position:absolute;
	top:5px;
	cursor:pointer;
	}

.btn1:hover, .btn2:hover {background-position:-10px -48px;}

.btn1, .btndown {
	display:inline;
	height:19px;
	width:19px;
	background:url(images/design/circle.gif) no-repeat -10px -48px;
	position:absolute;
	top:5px;
	cursor:pointer;
	}
