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

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

.green {font: 100% Arial, Helvetica, sans-serif;

	color: #669966;}
	
#container {
	width: 963px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:17px;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 172px;
	position: relative;
}
#main1 {
	background: #FFFFFF;
}
#main2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	padding: 20px 0 10px 0;
	color: #666;
	font-weight: bolder;
	font-size: 12px;
	line-height: 1.5;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*** UNIVERSAL ***/
img{border:none;}
.clear{clear:both;}
.big{ font-size:14px;}
/*** HEADER ***/
.tlinks {
	float:right;
	width:300px;
	font-size:12px;
	text-align:right;
	color:#F6F;
	font-weight:bold;
	margin: 5px;
}
.logo{
	float:left;
	width:154px;
	margin-top: 30px;
}
.nav{
	position:absolute;
	bottom:0px;
	right: 0px;
}

.tlinks a{
	text-decoration:none;
	color:#FF6699;
}
.navi{
	float:right;
	position:absolute;
	bottom:0;
	width:800px;
	right: 0px;
}

ul.nav {
  float: right;
  margin: 0;
  padding: 0;
}
ul.nav li { display: inline; float:left; }
ul.nav li a {
	display: block;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	color:#333;
	background: url(images/bg-nav2.jpg) no-repeat;
	background-position: 0 0;
	padding: 18px 22px;
	margin:0;
}
ul.nav li a.active:link, ul.nav li a.active:visited, ul.nav li a.active:active, ul.nav li a.active:hover, ul.nav li a:hover {
background-position: -300px;
	color: #FFF;
} 

/*** FOOTER ***/
.f1{
	float:left;
	width:290px;
	margin-right: 20px;
}
.f2{
	float:left;
	width:640px;
}
/*** INDEX (main1) ***/
#one{
	height:285px;
	background-image:url(images/bg-one.jpg);
	margin-bottom: 1px;
}
.one1{
	float:left;
	width:500px;
	margin: 100px 20px 0 30px;
	font-weight: bold;
	line-height: .85;
}
.intro{
	color:#FF6699;
	font-size: 36px;
	line-height: 40px;
}
.intro2{
	font-size: 29px;
	color: #FFF;
	font-weight: bold;

}
.one2{
	float:left;
	width:200px;
	margin: 100px 20px 0 28px;
	font-weight: bold;
	line-height: 1;
}
.feature{
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
}
.feature a{
	color:#FFF;
	text-decoration: none;
}
.one3{
	float:right;
	width: 158px;
	margin-top: 100px;
}
.one3 img{ margin-bottom:10px;}

#two{ height:275px;}
.two1{
	float:left;
	width:552px;
	margin-right:1px;
	height: 275px;
}
.two2{
	float:left;
	width:370px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	background-color: #FF6699;
	padding: 30px 20px 10px 20px;
	height: 235px;
}
.two2 p{
	margin:0 0 10px 0;
}

/*** SECONDARY (main2) ***/

#title{background-image:url(images/bg-title.jpg); height:121px; position:relative;}
.t1{
	float:left;
	width:500px;
	font-size:40px;
	color:#FFF;
	margin: 60px 0 0 30px;
	font-weight: bold;
}
.t2{
	float:right;
	width:330px;
	font-size: 14px;
	color: #FFF;
	font-style: italic;
	margin: 23px 40px 0 0;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.t3{
	position:absolute;
	bottom:10px;
	right:40px;
	width:330px;
	font-size: 12px;
}
#content{
	background-image:url(images/bg-secondary.jpg);
	background-repeat:no-repeat;
	min-height:300px;
	padding: 35px 25px 25px 165px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.c1{
	font-size:12px;
	font-weight:bold;
	line-height:1.6;
}
.c1 p{ margin:0 0 10px 0;}
.c1 h1, h2, h3 ,h4, h5{
	font-size:26px;
	color:#FF6699;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	font-family: Verdana, Geneva, sans-serif;
}
.c1 a{ text-decoration:underline; color:#333;}
