/*CSS Reset*/

body {
	padding: 0;
	margin: 0;
	font: 13px Arial, Helvetica, Garuda, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, em, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

table {
	font-size: inherit;
	font: 100%;
}

ul {

}

img {
	border: 0;
}

p {
	margin: 15px 20px 0 20px;
	font-size: 14px;
}

.invisible {
	display: none;
}

/*End CSS Reset*/

h2 {
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 34px;
	color: #ce1f36;
	padding-top: 20px;
}

a {
	color: #cc1d34;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: 0 auto;
}

h1#logo {
	float: left;
	background-image: url(../images/logo.png);
	width: 199px;
	height: 61px;
	background-repeat: no-repeat;
	margin: 8px 0 0 10px;
	text-indent: -5000px;
}

#slogan {
	float: right;
	width: 187px;
	height: 51px;
	background-image: url(../images/slogan.png);
	margin: 25px 10px;
}

h4 {
	color: #ce1f36;
	font-size: 22px;
	margin: 20px;
}

/*Menu*/

div#menu {
	width: 960px;
	height: 66px;
	background-image: url(../images/menuBg.png);
	border-bottom: 2px solid #CCC;
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

div#menu a{
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 16px;
	
}

a.menu:hover, a.menuLast:hover {
	background-image: url(../images/menuHover.png);
}

a.menuFirst:hover {
	background-image: url(../images/menuHover1.png);
}

a.menu, a.menuLast, a.menuFirst {
	display: inline-block;
}

a.menu, a.menuLast, a.menuFirst {
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 16px;
	height: 65px;
	margin: 1px 0;
	padding: 0 30px 0 30px;
	line-height: 70px;
	border-right: 1px solid #dd6d7c;
}

a#active1 {
	background-image: url(../images/menuHover1.png);
}

a#active {
	background-image: url(../images/menuHover.png);
}

li#menuLast a {
	border: none;
}

#banner {
	width: 948px;
	border-bottom: 2px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding-right: 10px;
}

.photo {
	margin: 10px 20px 10px 10px;
}

.contact {
	background-image: url(../images/contactBg.png);
	width: 960px;
	height: 57px;
	margin: 10px 0;
	line-height: 24px;
	text-indent: 80px;
}

.contact p {
	font-size: 16px;
	float: left;
	margin: 1em 0;
}

.callback {
	float: right;
	margin: 15px 20px 0 0;
}






h3.moduleHeader {
	width: 472px;
	height: 55px;
	background-image: url(../images/moduleHeader.png);
	display: block;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: white;
	line-height: 52px;
	text-indent: 20px;
}

#module1 {
	float: left;
}

#module2 {
	float: right;
}

.moduleBody {
	width: 472px;
	height: 130px;
	background-image: url(../images/moduleBody.png);
}

.moduleBody p {
	margin: 1px 20px 0 20px;
	font-size: 14px;
}






h3.sidemoduleHeader {
	width: 272px;
	height: 55px;
	background-image: url(../images/sidemoduleHeader.png);
	display: block;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: white;
	line-height: 52px;
	text-indent: 20px;
}

.sidemoduleBody {
	width: 272px;
	height: 160px;
	background-image: url(../images/sidemoduleBg.png);
	margin-bottom: 10px;
}

.sidemoduleBody p {
	margin: 1px 20px 0 20px;
	font-size: 14px;
}


#sidemodule {
	float: right;
	margin-top: 10px;
	width: 275px;
}

#sidemodule img, .moduleBody img {
	margin: 10px 10px 10px 20px;
}

#page {
	float: left;
	width: 670px;
	margin-bottom: 40px;
}

.pageHeader {
	background-image: url(../images/pageHeader.png);
	width: 662px;
	height: 47px;
	margin: 10px 0;
	line-height: 24px;
	text-indent: 60px;
}

h3.page {
	font-size: 24px;
	color: #999;
	line-height: 47px;
}


#footer {
	display: block;
	width: 960px;
	height: 97px;
	background-image: url(../images/footerBg.png);
	margin-bottom: 20px;
	margin-top: 10px;
}

#footer p {
	padding-top: 20px;
	margin-top: 0;
}

.footerLeft {
	float: left;
}

.footerRight {
	float: right;
	padding: 30px 20px ;
}




#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 140px;
	float: right;
	padding: 0;
	margin:0;
	border: 0;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 14px;
}

.flash {
	float: left;
	margin: 10px 10px 0 10px;
}

.photo {
	margin-left: 20px;
	padding: 3px;
	border: 1px solid #ccc;
	background: white;
}

.photo2 {
	margin: 20px 20px 10px 10px;
	padding: 3px;
	border: 1px solid #ccc;
	background: white;
}
