@charset "utf-8";
@import url("grid12.css");

/* Custom Elements
----------------------------------------------------------------------------------------------------*/
a{
	color:#9c0456;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong{
	color:#000;
}
body{
	background-color:#9c0456;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
.BdashedR{
	border-right:#e5e5e5 dashed 1px;
}
.BsolidR{
	border-right:#e5e5e5 solid 1px;
}
.contactus{
	padding-bottom:30px;
	overflow:hidden;
}
.contactus .address{
	float:left;
	padding-top:20px;
	overflow:hidden;
	width:150px;
}
.contactus .map{
	padding-top:20px;
	overflow:hidden;
	widows:30px;
}
.contactus .map a{
	color:#9c0456;
	font-weight:bold;
}
.container_line{
	padding-top:10px;
	padding-bottom:10px;

}
.container_line .dotted{
  border-bottom:1px dotted #e5e5e5;
}
.container_line .dashed{
  border-bottom:1px dashed #e5e5e5;
}
.container_line .solid{
  border-bottom:1px solid #e5e5e5;
}
.copyright{
	float:left;
	color:#333;
	font-size:10px;
	overflow:hidden;
}
	
.footer{
	overflow:hidden;
	background-image:url(images/bg_square2.png);
	background-repeat:repeat-x;
	background-position:0px 30px;
	padding-bottom:30px;
}	
.header{
	margin-top:30px;
	overflow:hidden;
}
.header .logo{
	float:left;
	overflow:hidden;
}
.header .phone{
	float:right;
	margin-right:60px;
	overflow:hidden;
}
.chat{
	float:right;
	margin-right:260px;
	overflow:hidden;
}
.header .login{
	margin-top:12px;
	float:right;
	overflow:hidden;
}
.inner{
	padding-top:20px;
	padding-bottom:30px;
	overflow:hidden;
}
.menu{
	font-size:12px;
	font-weight:bold;
	padding-top:14px;
	padding-left:0px;
	padding-bottom:20px;
	overflow:hidden;
}
.menu ul{
padding: 5px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
}

.menu ul li{
  float:left;
  display: inline;
  text-align: center;
  padding:0px 7px;
}

.menu ul li:last-child {
  border-right:0px;
}


.menu ul li a{
color: #003399;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
text-decoration: none;
/*border-bottom: 3px solid #222; bottom border is 3px*/
}

.menu ul li a:hover, .underlinemenu ul li a.selected{
color:#bd588e;
}
.menu ul li a.mn_active{
color: #bd588e;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
text-decoration: none;
}

.paddingT{
	padding-top:20px;
}
.paddingT10{
	padding-top:10px;
}
.paddingT15{
	padding-top:15px;
}
.sitemap_img{
	margin-top:20px;
}
.site_map{
	float:left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:20px;
	width:17%;
}
.site_map a{
	color:#003399;
	text-decoration:none;
}
.site_map a:hover{
	text-decoration:underline;
}
.site_map ul{
	list-style:none;
	padding:0px;
	margin:9px 0px 9px;
}

.slide_bottom{
	background-color:#f0e05c;
	height:50px;
}
.subtitle{
	font-size:14px;
	text-transform:capitalize;
	color:#333;
	font-weight:bold;
}
.testimonial{
	padding-top:20px;
	background-image:url(images/bg_quote_open.gif);
	background-repeat:no-repeat;
	background-position:0px 40px;
}
.testimonial .txt{
	background-image:url(images/bg_quote_close.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.title{
	font-size:16px;
	text-transform:capitalize;
	color:#333;
	font-weight:bold;
}
.title .txt{
	float:left;
	overflow:hidden;
	padding-right:9px;
}
.title .bg{
	background-image:url(images/bg_square.png);
	background-repeat:repeat-x;
	background-position:0px 2px;
	height:25px;
	overflow:hidden;
}

.top{
	float:right;
	overflow:hidden;
}
.top a{
	color:#333;
	font-size:10px;
}
.w50{
	width:48%;
	float:left;
	padding-right:2%;
}
.w75{
	width:75%;
	float:left;
}
.w100{
	width:100%;
	float:left;
}
.w25{
	width:23%;
	margin-right:2%;
	float:left;
}
.wrapper_footer{
	overflow:hidden;
/*	background-image:url(images/bg_footer2.gif);
	background-repeat:repeat-x;
	background-color:#f9f9f9;*/
	padding-bottom:30px;
}
.wrapper_gray{
	background-color:#f9f9f9;
	overflow:hidden;
}
.wrapper_home{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	overflow:hidden;
}
.wrapper_main{
	margin-left:auto;
	margin-right:auto;
	padding:0px 20px 0px 20px;
	width:920px;
	overflow:hidden;
}
.wrapper_sitemap{
	margin-top:20px;
	float:left;
	overflow:hidden;
	width:940px;
}

.wrapper_square{
	overflow:hidden;
	background-image:url(images/bg_square.gif);
	background-repeat:repeat;
}
.wrapper_white{
	background-color:#fff;
	overflow:hidden;
}
.wrapper_burgundy{
	background-color:#9c0456;
	overflow:hidden;
}
.wrapper_white_square{
	background-color:#fff;
	background-image:url(images/bg_white_square.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	background-position:0px 22px;
}

