* {
	margin:0;
	padding:0;
}
body {
	background:url(images/bg.jpg) repeat-x top #fcfcfa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#999;
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
.nav {
	padding: 317px 0 0 0;
}
.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:0;
	padding:0;
}
/*==================txt, links, lines, titles====================*/
a {
	color:#99184b;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
h3 {
	color:#e72200;
	font-size:1em;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:17px;
}
h3 a {
	color:#e72200;
}
/*header---------------------------------------------------------------------------------*/

#header .logo {
	position:absolute;
	top:0px;
	left:67px;
}
#header .logo1 {
	position:absolute;
	top:0px;
	left:0px;
}
#header .m1 {
	position:absolute;
	top:109px;
	left:475px;
	z-index:200;
	height:229px;
}
#header .m2 {
	position:absolute;
	left:695px;
	top:109px;
	z-index:200;
	height:229px;
}
#header .m11 {
	position:absolute;
	top:340px;
	left:155px;
	z-index:200;
	height:270px;
}
#header .m21 {
	position:absolute;
	left:267px;
	top:340px;
	z-index:200;
	height:229px;
}
#header .m31 {
	position:absolute;
	left:369px;
	top:340px;
	height:290px;
}
#header .m41 {
	position:absolute;
	left:491px;
	top:340px;
	height:229px;
}
/*content---------------------------------------------------------------------------------*/
#content {
	height:auto !important;
	min-height:260px;
	height:260px;
}
#content .indent {
	padding:35px 713px 43px 97px;
}
#content .indent1 {
	padding:35px 46px 39px 62px;
}
#content p {
	line-height:1.5em;
}
#content dl {
	line-height:1.5em;
}
#content dl dt {
	color:#272727;
}
.img-box {
	width:500px;
	height:230px;
}
.one {
	float:left;
	margin: 0 0 0 40px;
}
.two {
	float:left;
}
.three {
	float:right;
	margin: 0 0 0 40px;
}
/*footer---------------------------------------------------------------------------------*/
#footer .indent {
	padding:0 64px 0 65px;
}
#footer .border-top {
	border-top:1px solid #e6e6e6;
	padding-top:30px;
}
#footer p {
	color:#c2c1c0;
}
#footer p a {
	color:#c2c1c0;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
/*==========================================*/

.left {
	float:left;
}
.right {
	float:right;
}

.lefthome {
	float:left;
width:400px;
}
.righthome {
	float:right;
width:431px;
padding: 0 25px 0 0;
}

.right i {
	color:#d9d9d9;
	font-size:0.6em;
	text-decoration:none;
	font-style: normal;
	font-variant: normal;
}
.right i a {
	color:#d9d9d9;
	text-decoration:none;
}
.right a span {
	display: none;
}
.right a:hover span {
	display: block;
	position: absolute;
	width: 180px;
	z-index: 10;
	color: #999;
	font-size:0.85em;
	text-decoration:none;
	text-decoration: none;
	left: 170px;
}
/*---FADE---------------------------------------------------------------------------------*/



/*---DROPDOWN-----------------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		100;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			22px;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			22px; /* match top ul list item height */
	z-index:		1;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			22px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			91px;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0px;
}
.sf-menu a {
	padding:0;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#a2a2a2;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#f2f2f2;
	width: 180px;
}
.sf-menu li li a {
	margin: 10px 0 10px 10px;
	width: 160px;
}
.sf-menu li li li {
	background:		#ededed;
	left:			59px;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color:#99184b;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			0px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
