﻿.bgcolorTable {
background-color:transparent!important;
background-image:none!important;
}
#WebsiteDesign-MainDiv {
background-image:url(../design/bg_down.gif)!important;
background-position:bottom center !important;
background-repeat:repeat-x !important;
}
/*=========================== TAGS ============================*/

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}
.container { 
	width:100%;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#cb000e; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:30px;
	line-height:1.2em;
	color:#191919;
	background:url(../temp/title-tail.gif) repeat-x left top;
	margin:0 0 23px 0;
	position:relative;
	left:-4px;
	letter-spacing:-1px;
}
h2 span {
	color:#fff;
}
h2 em {
	display:block;
	background:url(../temp/title-left.gif) no-repeat left top;
}
h2 b {
	padding:10px 0 11px 25px;
	display:block;
	background:url(../temp/title-right.gif) no-repeat right top;
}
h3 {
	font-size:28px;
	line-height:1.2em;
	color:#191919;
	background:url(../temp/line-hor.gif) repeat-x left bottom;
	padding-bottom:8px;
	margin-bottom:27px;
	width:100%;
}
h3.extra {
	padding:0 0 32px 80px;
	margin:-2px 0 0 -14px;
	position:relative;
	width:auto;
	background:url(../temp/icon5.gif) no-repeat left 3px;
}
h3.extra span {
	background:url(../temp/line-hor2.gif) repeat-x left bottom;
	display:block;
	padding-bottom:5px;
}
h4 {
	color:#fff;
	font-size:.86em;
	line-height:1.38em;
}

.link {
	font-weight:bold;
	font-style:italic;
	font-size:.8em;
	text-align:right;
}

.line-ver1 {
	background:url(../temp/line-ver.gif) repeat-y 235px 0;
}
.line-ver2 {
	background:url(../temp/line-ver.gif) repeat-y 588px 0;
}

/*========================== HEADER ===========================*/
#header{
	height:490px;	
	
}

#header .left {
	width:15px;
	float:left;

}
#header .right {
	width:15px;
	float:right;
}
#header .row-1 {
	height:80px;
	background:url(../temp/tail-header.jpg) repeat-x center top;
}
#header .row-1 .fleft {
	padding:0px;
}
#header .row-1 .fleft img{
	border:none;
}
#header .row-1 .fright {
	padding-right:1px;
}
#header .row-1 .fright ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#header .row-1 .fright ul li {
	float:left;
	font-size:16px;
	line-height:1.2em;
	position:relative;
	z-index:10;
	margin-left:2px;
}
#header .row-1 .fright ul li a {
	width:119px;
	text-align:center;
	display:block;
	color:#dadae0;
	width:107px;
	height:64px;
	background:url(../temp/nav-bg.gif) no-repeat left top;
	text-decoration:none;
}
#header .row-1 .fright ul li a span {
	display:block;
	padding-top:20px;
}
#header .row-1 .fright ul li a.active,
#header .row-1 .fright ul li a:hover {
	background:url(../temp/nav-act.gif) no-repeat left top;
}
#header .row-2 {
	height:380px;
	 text-align :center ;
}
/*  Carousel */

#loopedCarousel { 
	width:950px;
	position:relative;
	margin:20px auto 0px auto;
}
#loopedCarousel .next {
	width:36px;
	height:73px;
	background:url(../temp/button-right.png) no-repeat left top;
	position:absolute;
	right:-10px !important;
	top:126px;
	color:#898989;
	text-decoration:none;
}
#loopedCarousel .next:hover {
	background:url(../temp/button-right-act.png) no-repeat left top;
}
#loopedCarousel .previous {
	width:36px;
	height:73px;
	background:url(../temp/button-left.png) no-repeat left top;
	position:absolute;
	left:-10px;
	top:126px;
	color:#898989;
	text-decoration:none;
}
#loopedCarousel .previous:hover {
	background:url(../temp/button-left-act.png) no-repeat left top;
}
#loopedCarousel .container {
	height:380px;
	width:910px; 
	overflow:hidden; 
	position:relative;
    top: 0px;
	margin:auto;
}
#loopedCarousel .slides {
	position:absolute; 
	top:0; 
	left:0;
}
#loopedCarousel .slides div {
	position:absolute; 
	top:0;
	width:215px; 
	height:360px;
	background:url(../temp/slide-bgSMall.jpg) no-repeat left top ; 
	padding:0px;
}
#loopedCarousel .slides div img {
	margin:10px 10px 0px 10px;
	display:block;
}
#loopedCarousel .slides div b {
	width:210px;
	height:34px;
	background:url(../temp/png-bg.png) no-repeat left top;
	display:block;
	position:absolute;
	bottom:125px;
	left:2px;
}
#loopedCarousel .slides div b a {
	cursor:pointer;
	position:absolute;
	right:12px;
	top:8px;
}
#loopedCarousel .slides div b a img {
	margin:0 0 0 0;
	border:none;
}
#loopedCarousel a {
	font-size:.67em;
	text-transform:uppercase;
}
