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


*{

padding:0;
margin:0;
}

body {
font-family: Arial, Helvetica, sans-serif; /*fonts for the main document*/
font-size: 15px; /*font size for the main document*/
color: #FFFFFF; /*font color for the main document*/
background-color:#DB1638;
}

/*	TEXT STYLES	*/

.pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
}

.h1 {
	font-family:"Cooper Black";
	font-size:50px;
}

.h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:31px;
}

/* TEXT SYLES END */

.top-bg {
	background-color:#DB1638;
	width:100%;
	min-height:80px;
	padding-top:25px;
	padding-bottom:25px;
}

.main-bg {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	width:auto;
}

.container {
    width: 980px; /*the size of the site*/
    margin: 0 auto; /*centers our content on every screen size*/
}

.logo {
	width:980px;
	min-height:28px;
	padding-top:22px;
	margin:0 auto;
}

.header {
	background-image:url(../animation/animation.gif);
	width: 980px;
	height:260px;
	margin-top:23px;
	margin-bottom:30px;
}



.contact-us-container {
	width:670px;
	height:410px;
	padding-top:20px;
	margin:0 auto;
}

.contact-form {
	width:670px;
	min-height:200px;
	margin:0 auto;
}

.textcontainer {
	width:680px;
	margin: 0 auto;
}

.textcontainer-map {
	width:670px;
	margin-top:377px;
	margin:0 auto;
}

.textcontainer-area {
	width:640px;
	min-height:200px;
	padding-top:30px;
	margin:0 auto;
}

.text {
	width: 670px;
	min-height:100px;
	margin:0 auto;
	padding-top:15px;
	
}

.hometext {
	width: 630px;
	min-height:100px;
	margin:0 auto;
	padding-top:20px;
}

.hometextmain {
	width: 980px;
	min-height:500px;
	padding-top:20px;
	
}

.side-left {
	width:268px;
	height:455px;
	float:left;
	margin-right:10px;
}

/*	DOMMESTIC ELEMENTS	*/

.imagecontainer {
	width:670px;
	height:400px;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:20px;
}

.imageframeleft {
	background-image:none;
	width:301px;
	height:384px;
	float:left;
}

.bgboxright {
	background-color:#A00224;
	width:281px;
	height:364px;
	padding:10px;
	float:right;
}


/*	DOMMESTIC ELEMENTS END	*/





/*	CONTACT US	*/

.mapboxleft {
	background-image:none;
	background-repeat:no-repeat;
	width: 301px;
	height:384px;
	float:left;
}

/*	CONTACT US END	*/


.thrdcontainer {
	width:980px;
	margin:auto;
}

.bottom-full-bg {
	background-color:#A00224;
	width:980px;
	height:165px;
	padding-top:60px;
}

.bottom-bg-repeat {
	background-color:#A00224;
	background-repeat:repeat-x;
	width:100%;
	height:225px;
	margin-top:40px;
}

.bottom-full-bg-home {
	background-color:#A00224;
	width:980px;
	height:208px;
	padding-top:17px;
}

.thirdcontainer {
	width:980px;
	margin:auto;
}

.footer {
	width:980px;
	min-height:200px;
	margin:0 auto;
	padding-top:20px;
}


/*	NAVIGATION	*/	

.navigation {
	background-image:none;
	width:980px;
	height:28px;
	margin-top:0px;
	padding-top:6px;
}

ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  display: block;
  position: relative;
  float: left;
}

li ul { display: none; }

ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top:;
  padding: 5px 15px 5px 15px;
  background:;
  margin-left: 1px;
  white-space: nowrap;
}

ul li a:hover { background: #000000; }

li:hover ul {
  display: block;
  position: absolute;
}

li:hover li {
  float: none;
  font-size: 11px;
}

li:hover a { background:#333; }

li:hover li a:hover { background:#666; }

/*	NAVIGATION END	*/	


/*	BOTTOM SLIDER */

#slider {
	float:left;
	width:268px;
	height:455px;
	background-color:#fff;
	background:url(../nivo-slider/images/loading.gif) no-repeat 50% 50%;
	margin-right:10px;
	margin-top:0px;
}

#slider-top {
	position:relative;
	width:301px;
	height:384px;
	float:left;
	margin-top:0px;
	background-color:#fff;
	background:url(../nivo-slider/images/loader.gif) no-repeat 50% 50%;
}

#slider img {
	position:relative;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.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:2px;
	left:3px;
}
/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* 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:8;
}
.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:9;
	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:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*	BOTTOM SLIDER END	*/