body, html {
	height: 100%;
}
body {
	background: white ;
	margin: 0px;
	padding: 0px;
	font: 11px/120% Arial;
	color: black;
}
a:link, a:visited {
	color:#999999;
	text-decoration: none;
}
a:hover, a:active {
	color: black;
}
div, form, img {
	margin: 0px;
	padding: 0px;
	border: none;
}
img, div {
	float: left;
}

h1 {
	display:block;
	float:left;
	margin: 0px;
	padding: 35px 0px;
	width: 100%;
	font: 24px/28px arial;
}

hr {
	color:#c7c7c7;
	background: #c7c7c7;
	border: none;
	height:1px;
	float:left;
	padding:0px;
	width: 120px;
	margin: 5px 35px 8px 0px;
}

/*** Main Structure and Globals ***/
.main_container {
	float:none;
	margin: 0px auto;
	width:940px;
	height: 100%;
	padding: 0px 20px;
}
.page {
	width:630px;
	padding-bottom: 20px;
	min-height: 555px;

}
.sep {
	width: 100%;
	height: 1px;
	background: #757575;
	position: relative;
	overflow: hidden;
}

/*** Head ***/
.header {
	width:100%;
	height: 104px;
	padding-top:31px;
}
.header img {
	float:right;
}
.header div {
	float:right;
	clear:right;
	font:18px/120% arial;
	padding-top:2px;
}



/*** Footer ***/
.footer {
	height:20px;
	width:940px;
	clear:both;
	float: left;
	height: 12px;
	padding: 4px 0px;
	font: 10px/12px arial;
}
.footer a:link, .footer a:visited {
	color: black;
}
.footer a:hover, .footer a:active {
	text-decoration: underline;
}
/*** Menu ***/
.menu {
	width:310px;
	position: relative;
	overflow: hidden;
	padding-bottom:20px;
	font: 10px/16px arial;
}

.menu .col {
	width:155px;
	overflow:hidden;
}
.menu a:link, .menu a:visited {
	font: 10px/16px arial;
	color: #999999;
	text-transform: uppercase;
	display:block; margin:1px 0; padding-left:5px;
}
.menu a:hover,
.menu .sel:link, .menu .sel:visited {
	color: #FF0099;
}
.menu .cat:link, .menu .cat:visited,
.menu span
{
	font: bold 11px/16px arial;
	color: #000;
	display:block; margin:1px 0; padding-left:5px;
}

.menu a.main	{	background:#ff0099; color:#FFFFFF; width:130px; margin-right:25px; font: bold 11px/16px arial;}
.menu a.active	{	background:#000; color:#FFFFFF; width:130px; margin-right:25px; font: bold 11px/16px arial;}
/*** Pages ***/
#slideshow {
	float: right;
	clear:right;
}
.intro {
	float:right;
	text-align: right;
	font: 22px/26px arial;
	padding: 36px 0px 31px;
	width: 500px;
}
.intro span {
	font: 12px/28px arial;
	color: #333333;
}
.gallery {
	width:640px;
	float:right;
	margin: -11px 0px 0px -10px;
}
.gallery img {
	width:67px;
	height: 92px;
	border: 1px solid black;
	margin: 11px 0px 0px 11px;
}
.arrows {
	float:right;
	width:629px;
	padding: 10px 0px;
}
.contform {
	float:right;
	width: 310px;
}
.contform .row {
	width: 310px;
	padding-bottom: 11px;
}
.contform .label {
	font: 12px/14px arial;
	width: 75px;
	padding-top:2px;
}
.contform .input input,
.contform .input textarea {
	width: 227px;
	padding: 2px 3px;
	float:left;
	display: block;
	height: 13px;
	border: 1px solid #949494;
	font: 11px/13px arial;
}
.contform .input textarea {
	padding: 2px 2px 2px 3px;
	width: 228px;
	height: auto;
}
.contform .but {
	float:right;
}
.contform .but input {
	width: 79px;
	height: 17px;
	background: white;
	border: 1px solid #949494;
	font: 12px/14px arial;
	color: black;
}
.contform .req {
	font: 10px/12px arial;
	color: #666666;
	padding-top:3px;
}
.contform .errors {
	padding-bottom: 11px;
	font: 10px/14px arial;
	color: red;
	padding-left: 75px;
	width: 235px;
}

#header						{position: relative;}
#header ul					{position: absolute; top: 107px; *top: 119px; right: 0;}
#header ul li				{display: inline; margin: 0 0 0 7px;}
#header ul li a:link, #header ul li a:visited	{color: #666666; font-size: 11px; font-weight: normal; text-transform: uppercase;}
#header ul li a:active, #header ul li a:hover	{color: #ff0099;}
#header ul li.active a:link, #header ul li.active a:visited	{color: #ff0099 !important;}
