/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}


body
{
	background:#ccccc;
}

.container
{
	width:100%;
	margin:0px auto;
}

.main
{
	width:100%;
}

.header
{
	width:100%;
	height:100px;
	margin:0px auto;
	display:table;
}

.logo
{

	width:100%;
	text-align:center;
	margin-top:10px;
}

.menu
{
	padding:50px 50px 0px 0px;
	float:right;
}


.menu ul
{
	font-family:Open Sans;
	font-size:13px;
	color:#535353;	
}

.menu li
{
	list-style-type:none;
	display:inline;
	padding:0px 15px 0px 0px;
}

.menu li a
{
	font-family:Open Sans;
	font-size:13px;
	color:#f2f2f2;
	text-decoration:none;
	text-transform:uppercase;

}

.menu li a:hover
{	
	color:#fdb913;
	padding:80px 0px 5px 0px;
	border-bottom:2px solid #fdb913;
}

.theme-default
{
	clear:both;
    width:100%; /* Make sure your images are the same size */
	margin:0 auto;
}

/********* slider ***************************************************/

#slider {
	position:relative;
    width:1366px;
    height:550px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	border:0px solid;
}

#slider a 
{
	border:0;
	display:block;
}

.nivo-controlNav 
{
	position:absolute;
	right:15px;
	bottom:10px;
}

.nivo-controlNav a 
{
	background:url(../images/circle_button.png) no-repeat;
	font-family:arial;
	font-size:12px;
	color:#0000CC;	
	padding:0px 15px 0px 4px;
	border:0;
	float:left;
}

.nivo-controlNav a.active 
{
	background-position:10 0px;
}

.nivo-directionNav a 
{
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav 
{
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav 
{
	left:15px;
}

.nivo-caption 
{
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a 
{ 
    color:#efe9d1;
    text-decoration:underline;
}

.nivoSlider 
{
	position:relative;
}

.nivoSlider img 
{
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/******************************************************************/
.content p
{
	font-family:arial;
	font-size:13px;
	color:#6b6868;
	text-align:justify;
	padding:20px 0px 0px 0px;
}


.content h1
{
	font-family:arial;
	font-size:19px;
	color:#393838;
	border-bottom:1px solid #c4c4c4;
	padding:40px 0px 5px 0px;
	font-weight:normal;
}



.boxes
{
	width:960px;
	margin-top:40px;
	clear:both;
}

.box1
{
	float:left;
	background:url(../images/box.png) no-repeat;
	width:304px;
	height:126px;

}

.box1 a
{
	font-family:arial;
	font-size:18px;
	color:#6b6868;
	text-decoration:none;
	font-weight:normal;	
}

.box1 a:hover
{
	color:#cf0404;
}


.box1 h1
{
	font-family:arial;
	font-size:18px;
	color:#6b6868;
	padding:12px 0px 20px 15px;
	font-weight:normal;	
}


.address_bar
{
	width:960px;
	clear:both;
	padding-top:40px;
}

.left_bar
{
	background:url(../images/left_image.jpg) no-repeat;
	width:313px;
	height:58px;
	float:left;

}

.left_bar p
{
	font-family:arial;
	font-size:12px;
	color:#484646;
	padding:7px 0px 0px 0px;
	text-align:center;
	
}


.middle_bar
{
	background:url(../images/middle_image.jpg) no-repeat;
	width:312px;
	height:58px;	
	float:left;	
	padding:0px 0px 0px 10px;
}

.middle_bar p
{
	font-family:arial;
	font-size:12px;
	color:#484646;
	padding:10px 0px 0px 0px;
	text-align:center;

}


.right_bar
{
	background:url(../images/right_image.jpg) no-repeat;
	width:312px;
	height:58px;	
	float:left;	
}

.right_bar p
{
	font-family:arial;
	font-size:12px;
	color:#484646;
	padding:10px 0px 0px 0px;
	text-align:center;
}

.right_bar a
{
	font-family:arial;
	font-size:12px;
	color:#484646;
	text-decoration:none;


}
.right_bar a:hover
{
	color:#cf0404;
}


.contact_details
{

	float:left;
	width:420px;
	margin:40px 0px 0px 0px;	
}



.contact_details h2
{
	font-family:arial;
	font-size:19px;
	color:#393838;
	padding:0px 0px 10px 0px;
	font-weight:normal;
}


.contact_details p
{
	font-family:arial;
	font-size:13px;
	color:#393838;
	padding:10px 0px 10px 0px;
	font-weight:normal;
}



.contact_details a
{
	font-family:arial;
	font-size:13px;
	color:#393838;
	text-decoration:none;
	font-weight:normal;	
}

.contact_details a:hover
{
	color:#cf0404;
}

.contact_details strong
{
	font-family:arial;
	font-size:13px;
	color:#393838;
	padding:0px 0px 0px 46px;
	font-weight:normal;
}

.contact_details b
{
	font-family:arial;
	font-size:13px;
	color:#000;
	font-weight:normal;
}


.right_content
{
	color:#434242;
	text-align:justify;
	width:474px;
	float:right;
	padding:5px 10px 5px 5px;
	line-height:20px;
	background:#f1f1f1;
	margin:40px 0px 40px 0px;
}



.footer
{
	clear:both;
	padding:20px 0px 10px 0px;
	font-family:arial;
	font-size:11px;
	color:#5c5b5b;
}

.footer b
{

	font-family:arial;
	font-size:10px;
	color:#5c5b5b;
	padding-left:570px;	
	font-weight:normal;
}


.footer a
{

	font-family:arial;
	font-size:10px;
	color:#5c5b5b;
	font-weight:normal;
	text-decoration:none;
}

.footer a:hover
{
	color:#cf0404;
	text-decoration:none;
}


