body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
#Container {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#Header {
	min-height:110px;
}
#Logo {
	display:block;
	height:110px;
}
#Logo a img {
	border:0px none;
	float:left;
}
#Menu {
	background-color:#FFF;
	display:block;
	height:28px;
}
/* Menu */
#top_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	overflow: auto;
	float:left;
}
#top_menu li {
	display: inline;
}
#top_menu li a {
	text-decoration: none;
	display: block;
	width: 8em;
	float: right;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 82%;
	text-transform: capitalize;
	margin-left: 1px;
	margin-right:1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #DA0674;
	border-bottom: 1px solid #DA0674;
	border-left: 1px solid #F9D0E6;
	background-image:url(../images/common/menu-bg.jpg);
	color: #fff;
}
#top_menu li a:hover, #top_menu li a:active, #top_menu li a:focus {
	border: 1px solid #F9D0E6;
	background-color:#DA0674;
	color: #DA0674;
}

/* End Menu */

/* Services menu */

#Services-Content {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#Services-left {
	float:left;
	width:40%;
}
#Services-right {
	float:left;
	margin-left:10%;
	width:40%;
}
#Services ul {
	width:270px;
}
#Services ul li {
	list-style:none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#Services ul li a {
	color: #fff;
	display:block;
	background-image:url(../images/common/services-tab.gif);
	background-repeat:no-repeat;
	padding:14px 0 0px 50px;
	height:53px;
	text-decoration:none;
	border:none 0px;
}
#Services ul li a:hover {
	color: #C52076;
	display:block;
	background-image:url(../images/common/services-tab.gif);
	background-repeat: no-repeat;
	background-position: -270px;
	border:none 0px;
	padding:24px 0 0px 50px;
	height:43px;
}
/* end Services menu */

#Content-menus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}
#Content-menus ul {
	list-style:none;
	margin:0;
	padding:0;
}
#Content-menus li a {
	display:block;
	width:650px;
	height:18px;
	padding:4px 0 3px 50px;
	background-image:url(../images/common/services-tab2.jpg);
	background-repeat:no-repeat;
	color:#5E0D35;
	text-decoration:none;
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
}
#Content-menus li a:hover {
	display:block;
	width:650px;
	height:18px;
	padding:4px 0 3px 50px;
	background-image:url(../images/common/services-tab2.jpg);
	background-repeat:no-repeat;
	background-position:0px -25px;
	color:#FFF;
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
}
#Banner {
	width:100%;
	background-image:url(../images/common/header-bg.jpg);
	background-repeat: repeat-x;
	height:180px;
}
#banner_images {
	float:left;
	border:0px none;
}
#banner_right {
	float:right;
	border:0px none;
}
#Content {
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color:#F7C6DF;
	padding:15px;
	min-height:450px;
}
#Footer {
	padding-top:10px;
	height:30px;
	background-image:url(../images/common/footer.jpg);
	background-repeat:repeat-x;
	text-align:center;
	clear:both;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#DA0674;
	border-bottom:3px double #DA0674;
	border-bottom-width:medium;
	text-transform: capitalize;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#DA0674;
	border-bottom:1px solid #DA0674;
	text-transform: capitalize;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:#333333;
}
.yellow {
	color:#FFFF00;
}
