* { margin:0; padding:0;}
#main {width:950px; margin:0 auto; position:relative;}

#header {height:422px;}
#header, #content, #footer { font-size:14px;}

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

.content { float:left; width:870px; position:relative;}


/*======= others =======*/
html, body { height:100%;}
body {
	color: #333;
	font-family: 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.7em;
}

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

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

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

p { margin-bottom:20px;}


/*================== List ====================*/
ul { list-style:none;}


/*================== Images ====================*/
.img { float:left; margin:0 20px 0 0;}

.img-indent { float:right;}
.img-indent.alt { margin-left:25px;}
.img-box { width:100%; overflow:hidden; padding-bottom:20px;}
.img-box img { float:right; margin:0 0 0 20px;}


/*==================Text, Links, Lines, Titles ====================*/
a {color:#666666; outline:none;}
a:hover{text-decoration:none;}

h1 {
	font-family:'Segoe UI', Tahoma, Geneva, sans-serif;;
	font-size:60px;
	line-height:18px;
	color:#c30000;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:-2px;
}
h1 a {
	color:#c30000;
	text-decoration:none;
}
h2 {
	font-family:'Segoe UI', Tahoma, Geneva, sans-serif;;
	font-size:40px;
	color:#c30000;
	font-size:30px;
	font-weight:normal;
	margin-bottom:28px;
	letter-spacing:-1px;
}
h3 {
	font-family:'Segoe UI', Tahoma, Geneva, sans-serif;;
	color:#c30000;
	font-size:30px;
	line-height:18px;
	font-weight:normal;
	margin-bottom:16px;
}
h4 {
	font-family:'Segoe UI', Tahoma, Geneva, sans-serif;
	;
	color:#000;
	font-size:17px;
	font-weight:bold;
	margin-bottom:12px;
}


/*================== Header ====================*/
#header .row-1 { height:136px; }
#header .row-2 { height:278px;}
#header .row-2 .indent { padding:0 0 0 13px;}

#header .logo { float:left; padding:60px 0 0 45px;}
#header .logo em {
	position:absolute;
	top:20px;
	text-transform:none;
	font-style:normal;
	font-size:18px;
	font-family:'Segoe UI', Tahoma, Geneva, sans-serif;;
	font-weight:normal;
	padding-left:7px;
	left: 43px;
}

.header-box { background:url(images/header.jpg) no-repeat left top; width:950px; height:260px;}
.header-box .inner { padding:203px 0 0 2px;}


/*================== Header-Navigation ====================*/
#header .nav { width:100%; overflow:hidden;}
#header .nav li { display:inline;}
#header .nav li a {
	display:block;
	float:left;
	width:156px;
	height:55px;
	line-height:52px;
	font-size:16px;
	text-transform:none;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	font-family:'Segoe UI', Tahoma, Geneva, sans-serif;;
	text-align:center;
	margin-right:2px;
	background:url(images/nav-bg1.png) no-repeat left top;
}
#header .nav li a:hover { background:url(images/nav-bg2.png) no-repeat left top;}
#header .nav li a.current { background:url(images/nav-bg2.png) no-repeat left top;}


/*================== Content ====================*/
#content {padding:15px 40px 20px 40px;}
#content .indent { padding:17px 0 20px 0;}



/*================== Content Columns ====================*/
#page1 #content .col-1 {width:250px; margin-right:112px;}
#page1 #content .col-2 { width:374px;}



/*================== Footer ====================*/
#footer {
	font-family:'Segoe UI', Tahoma, Geneva, sans-serif;;
	font-size:13px;
	padding:5px 0px 35px 0px;
	border-top: 1px solid #ccc;
	width:100%;
	text-align:center;
}
#footer a {
	color:#666666;
}

/*==========================================*/
