@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	background-color: #a3d9fc;
	background-image: url(media/main/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 14px;
}
#menu {
	float: left;
	width: 230px;
	margin-left: 60px;
	padding-bottom: 40px;
	margin-right: 5px;
	margin-top: 5px;
}
.menuitem {
	float: left;
	width: 230px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
}
.menuitem a, .menuitem a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 35px;
	background-image: url(media/main/bullett.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 5px;
}

.menuitem a:hover, .here {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #FF0709;
	background-color: #CEEAFD;
	width: 190px;
	padding-top: 5px;
	background-image: url(media/main/bullett.gif);
	padding-bottom: 5px;
	background-position: left center;
}
h1 {
	font-size: 1.4em;
	color: #FD0305;
}
.italic {
	font-style: italic;
	color: #666666;
}

#hdr {
	background-image: url(media/main/hdr.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 183px;
	width: 1000px;
	color: #3EAEF9;
	text-align: center;
}
#testimonial {
	font-size: 1.2em;
	color: #666666;
	width: 400px;
	float: left;
	margin-right: 120px;
	margin-left: 120px;
	text-align: center;
	margin-top: 30px;
}

#hdr  a, #hdr  a:visited {
	text-decoration: none;
	color: #0672B9;
}

#hdr  a:hover{
	text-decoration: none;
	color: #0672B9;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#bdy {
	background-image: url(media/main/bdy.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 1000px;
	padding-bottom: 5px;
}
#content {
	float: left;
	width: 640px;
	margin-top: 5px;
	margin-left: 10px;
}

#btm {
	background-image: url(media/main/btm.jpg);
	float: left;
	height: 62px;
	width: 1000px;
}
#ftr {
	float: left;
	width: 1000px;
	margin-top: 20px;
	margin-bottom: 100px;
	text-align: center;
}
#ftr  a, #ftr  a:visited {
	text-decoration: none;
	color: #333333;
}

#ftr  a:hover{
	text-decoration: none;
	color: #0672B9;
}
.red {
	color: #FD0305;
}
.floatleft {
	float: left;
}
.bold {
	font-weight: bold;
}
.floatright {
	float: right;
}
.photo {
	margin: 5px;
	height: 150px;
	width: 150px;
	border: 2px solid #FD040C;
	float: left;
	padding: 5px;
}

