* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.375em;
	color:#7f7f7f;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}





/*==== GLOBAL =====*/
.container { 
	width:980px; 
	margin:0 auto;
	font-size:.875em;
}

#header {
	height:64px;
	background:url(images/header-tail.gif) 0 100% repeat-x #000;
}
#header.alt {
	height:111px;
}
	#header .bg {
		background:url(images/header-bg.gif) no-repeat 50% 0;
		height:64px;
	}
		#header.alt .bg {
			height:93px;
		}
#content {
	background:#fff;
}
	#content .container {
		border-right:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
	}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:4px 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:12px;
}
	.img-box img { 
		float:left; 
		margin:4px 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:22px;
}
.p1 { 
	margin-bottom:11px;
}
.p2 { 
	margin-bottom:22px;
}
.p3 { 
	margin-bottom:33px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#27c0e6; 
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h2 {
	font-size:30px;
	line-height:1.2em;
	color:#000;
	font-weight:normal;
	letter-spacing:-2px;
	margin-bottom:26px;
}
h3 {
	font-size:1em;
}
h4 {
	font-size:1em;
	margin-bottom:22px;
}


.txt1 {
	color:#000;
}

.link1 { 
	color:#7f7f7f;
	text-decoration:underline;
}
.link1:hover {
	text-decoration:none;
}	

.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


.address dt {
	font-weight:bold;
}
.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:106px;
	}
	.address dd a {
		color:#7f7f7f;
		text-decoration:underline;
	}
	.address dd a:hover {
		text-decoration:none;
	}


/*===== header =====*/
#header .fleft {
	padding:8px 0 0 32px;
}
#header .nav {
	float:right;
	padding:20px 60px 0 0;
}
	#header .nav li {
		float:left;
		padding-left:10px;
	}
		#header .nav li a {
			float:left;
			padding:1px 14px 2px 14px;
			font-size:10px;
			color:#fff;
			text-decoration:none;
			text-transform:uppercase;
		}
		#header .nav li a:hover, #header .nav li a.current {
			background:#2b2b2b;
		}


#carousel {
	background:#000;
	height:600px;
	overflow:hidden;
}
	#carousel .bg {
		height:640px;
		background:url(images/carousel-bg.jpg) no-repeat 50% 0;
	}


/* gallery */
	.roundabout-holder { height: 600px; width:880px; margin:0 auto; overflow:hidden;}
	.roundabout-moveable-item {
		height: 281px;
		width: 281px;
		cursor: pointer;
		background:#000;
		font-size:10px;
		color:#fff;
		text-transform:uppercase;
		line-height:1.2em;
	}
	.roundabout-moveable-item img {
		width:100%;
		height:86%;
		display:block;
	}
	.roundabout-moveable-item p {
		padding:9px 0 0 17px;
		margin:0;
	}
	.roundabout-moveable-item a {
		color:#fff;
		text-decoration:none;
	}
	.roundabout-moveable-item a:hover {
		text-decoration:underline;
	}
	.roundabout-in-focus { cursor: auto; }
	.roundabout-in-focus p {
		
	}



/*===== content =====*/
#content .indent {
	padding:0 25px 0 28px;
}
	#content .indent .indent {
		padding:30px 0 42px 0;
	}
	
#content .row-1 {
	border-bottom:1px solid #e2e2e2;
}


#description {
	background:#000;
	height:40px;
	color:#3d3d3d;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
}
	#description .container {
		padding:9px 0 0 0;
		letter-spacing:1px;
	}


.list1 li {
	background:url(images/arrow1.gif) no-repeat 0 7px;
	padding:0 0 0 15px;
}

ol li {
	font-weight:bold;
	padding-bottom:22px;
}
	ol li span {
		font-weight:normal;
	}

.testimonials li {
	text-align:right;
	color:#27c0e6;
	padding-bottom:11px;
}
	.testimonials li div {
		text-align:left;
		color:#7f7f7f;
	}

/*===== footer =====*/
#footer {
	color:#a0a0a0;
	text-transform:uppercase;
	font-size:10px;
}
	#footer .indent {
		padding:22px 0 22px 30px;
	}
	#footer a {
		text-decoration:none;
		color:#fff;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:40px;
		overflow:hidden;
		line-height:18px;
	}
		#contacts-form input {
			width:260px;
			padding:0 5px 0 5px;
			color:#111;
		}
		#contacts-form textarea {
			width:260px;
			padding:1px 5px 1px 5px;
			color:#111;
			height:200px;
			margin-bottom:22px;
			overflow:auto;
		}

/*==========================================*/
#page2 #content .row-2 .container .indent .line-ver .wrapper.line-ver1 .col-1 .indent p strong.BOLD3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BA0000;
}
.redbullet {
	color: #900;
}
red {
	color: #900;
}
.red {
	color: #900;
}

