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

body {
	background-image:url(../images/back-main.gif);
	background-repeat:repeat-x;
	margin:0px;
	margin-top:13px;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img {
	border:0;
}

#bar-cyan {
	background-color:#00B9F2;
	height:20px;
	width:25%;
	position:absolute;
	top:-10px;
	left:0px;
}

#bar-magenta {
	background-color:#ED58A0;
	height:20px;
	width:25%;
	position:absolute;
	top:-10px;
	left:25%;
}

#bar-yellow {
	background-color:#FFF44E;
	height:20px;
	width:25%;
	position:absolute;
	top:-10px;
	left:50%;
}

#seo {
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
	width:815px;
	height:20px;
}

#seo h1 {
	font-size:12px;
	font-weight:normal;
	float:left;
	color:#333333;
	margin:0px;
	margin-top:2px;
}

.add-this {
	float:right;
}

#header {
	clear:both;
	height:138px;
	min-width:835px;
	margin:0px;
	background-image:url(../images/back-header.jpg);
}

#header-inside {
	width:835px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	float:left;
	margin:0px;
}

.contact {
	float:right;
	margin:0px;
	margin-right:10px;
	margin-top:8px;
}

#photo-box {
	width:815px;
	height:240px;
	background-color:#58575C;
	background-image:url(../images/back-photo.jpg);
	background-repeat:no-repeat;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #333333;
}

#page {
	width:815px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	width:200px;
	background-image:url(../images/back-menu.jpg);
	background-position: left top;
	float:left;
	margin:0px;
	margin-bottom:10px;
}

#menu h4{
	margin:0px;
	font-weight:normal;
}

#menu a {
	display:block;
	padding:5px;
	padding-left:20px;
	font-size:16px;
	color:#333333;
	text-decoration:none;
	border: 1px none #FFFFFF;
	border-bottom-style:solid;
}

#menu a:hover {
	background-color:#BBBBBB;
}

#menu a.cyan {
	background-image:url(../images/back-menu-cyan.gif);
	background-repeat:repeat-y;
}

#menu a.magenta {
	background-image:url(../images/back-menu-magenta.gif);
	background-repeat:repeat-y;
}

#menu a.yellow {
	background-image:url(../images/back-menu-yellow.gif);
	background-repeat:repeat-y;
}

#menu a.black {
	background-image:url(../images/back-menu-black.gif);
	background-repeat:repeat-y;
}

#menu a.sub {
	background-color:#EFEFEF;
	background-image:url(../images/menu-arrow.gif);
	background-repeat:no-repeat;
	font-size:14px;
	padding:5px;
	padding-left:30px;
	background-position: 20px 7px;
}

#menu a:hover.sub {
	background-color:#BBBBBB;
}

#text {
	background-image:url(../images/back-text.jpg);
	background-repeat:repeat-x;
	float:right;
	width:600px;
	margin:0px;
	margin-bottom:10px;
}

#text-padding {
	padding:20px;
}

#text h2 {
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	font-size:28px;
	font-weight:normal;
	color:#00B9F2;
}

#text h3 {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:normal;
	color:#ED58A0;
}

#text p {
	padding:0px;
	margin:0px;
	margin-bottom:14px;
	font-size:14px;
}

#text ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#text a {
	text-decoration:none;
	font-weight:bold;
	color:#00B9F2;
}

#text a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}

#footer {
	clear:both;
	width:815px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	border: 1px none #CCCCCC;
	border-top-style:solid;
	padding:0px;
	padding-top:10px;
}

#footer p {
	color:#333333;
	font-size:10px;
}

#footer a {
	color:#333333;
	text-decoration:none;
}

#footer a:hover {
	color:#ED58A0;
	text-decoration:none;
}

#footer-left {
	width:275px;
	float:left;
	text-align:left;
}

#footer-right {
	width:535px;
	float:right;
	text-align:right;
}

.clear {
	height:20px;
	clear:both;
}

input, textarea {
	border: 1px solid #333333;
	background-image:url(../images/back-input.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-size:14px;
	padding:3px;
	margin:0px;
	margin-bottom:5px;
}

select {
	background-image:url(../images/back-input.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-size:14px;
	margin:0px;
	margin-bottom:5px;
}

#banner {
	height:138px;
	width:600px;
	float:right;
	margin:0px;
	background-image:url(../images/back-header.jpg);
	border-bottom: 10px solid #FFFFFF;
}

.banner-logo {
	float:left;
	margin:0px;
	margin-left:10px;
}

