/* CSS Document */

html {
	margin:0;
	padding:0;

}

body {
	background:url(images/bg.jpg) repeat-x #ffffff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: auto;
	width: 900px;
	background:#FFFFFF;
	
}	
		

#top {
	background:url(images/top.jpg) no-repeat;
	width:900px;
	height:102px;
	padding:0px;
	
}
#social {
	height:27px;
	padding-top:16px;
	margin:0;
	float:right;
	visibility:hidden;
}
#social img{ 
	padding-left:10px;
}
#menu {
	width:600px;
	margin-left:380px;
	padding-top:30px;
}

#show {
	width:900px;
	padding:0;
	margin:0;
	height:270px;
}

#homebox {
	height:130px;
	width:900px;
	margin:0;
	padding:0;
}

#homebox #box {
	width:225px;
	margin:0;
	float:left;
	height:130px;
}

#homebox #box h3 {
	padding-top:15px;
	padding-left:36px;
	color:#FFFFFF;

}
.box1 {
	background:#92c01f;
}
.box2 {
	background:#666666;
}
.box3 {
	background:#8c0000;
}
.box4 {
	background:#000000;
}

#content {
	margin:0;
	padding:0;
	width:900px;
}	
#content #leftcontent {
	width:600px;
	float:left
}


#content #leftcontent p {
	font-size:12px;
	color:#000000;
}
#content #leftcontent h3{
	color:#8c0000;
	font-size:16px;
}
#content #leftcontent p {
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
#content #leftcontent ul li {
	font-size:12px;
	color:#333333;
	font-weight:normal;
}
#content #rightcontent {
	width:300px;
	float:left;
	
}
#content #rightcontent #box {
	border:#6a0101 solid 6px;
	background:#F8F8F8;
	width:280px;
	margin-left:15px;
	margin-top:15px;
}
#content #rightcontent #box p{
	padding:0 10px;
	font-size:12px;
	
}
#content #rightcontent #box a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
#content #rightcontent #box a:hover{
	text-decoration:underline;

}
#content #rightcontent #form {
	border:#e1e2e3 solid 4px;
	background:#666666;
	width:280px;
	margin-left:15px;
	margin-top:15px;	
}
#content #rightcontent #form img{
	margin:0 10px;
	font-size:12px;
}
table {
	padding:0px;
	font-size:12px;
}

.contacts {
	font-family:arial;
	font-size:12px;
	background:url(images/bgcontact.jpg) no-repeat;
	margin-top:20px;
	height:379px;
}	
#footer {
	background:#8c0000;
	width:100%;
	height:80px;
	text-align:center;
	padding-top:0px;
	color:#FFFFFF;	
	float:left;
	margin-top:15px;
}	

#footer #fcanvas {
	width:auto;
}
#footer a {
	font-size:11px;
	color:#000000;
	text-decoration:none;
	
}
#footer p{
	font-size:11px;
	color:#000000;
}
#footer p.copy{
	font-size:9px;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
}
.no {
	margin:0;
	padding:0;
}
.red{
	color:#840000;	
	font-weight:bold;
}
.grey{
	color:#34504c;	

}
.bold {
	color:#8ab51e;
	font-weight:bold;
}
.white {
	color:#FFFFFF;	
	font-weight:bold;
}