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

body {
	background-color: #000;
	padding: 0px;
	margin: 0px;
}
#header {
	background-image: url(images/headerback.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
#topnav {
	margin: 0px;
	padding: 0.5em;
	text-align: right;
	color: #DE187E;
	font-weight: 800;
}
#topnav a{
	margin: 0px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: 800;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 1.25em;
	padding-bottom: 0.5em;
	padding-left: 1.25em;
	letter-spacing: 0.1em;
}
#topnav a:hover{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD167D;
	color: #DD167D;
}
#topnav a:active{
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#topbtmborder {
	margin: 0px;
	padding: 0px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #000;
}

#aboutus {
	background-image: url(images/aboutus_bgimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#services {
	background-image: url(images/services_bgimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#testimonies {
	background-image: url(images/testimonies_bgimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#contactus {
	background-image: url(images/contactus_bgimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#main {
	margin: 0px;
	padding: 2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.72em;
	line-height: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 600px;
	text-decoration: none;
	background-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#main a {
	color: #EF5FAA;
}

#main a:hover {
	color: #EF5FAA;
	text-decoration: none;
}



#main a:active {
	color: #EF5FAA;
	text-decoration: none;
}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	font-weight: 800;
	font-variant: normal;
	color: #F885C1;
	text-decoration: none;
	text-transform: uppercase;
}

#contactmain {
	margin: 0px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.72em;
	line-height: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 880px;
	background-image: url(images/bgimage.png);
	background-position: center top;
	background-repeat: repeat-y;
	text-decoration: none;
}



#notice {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #2A2A2A;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0.5em;
}
#notice a{
	color: #CCC;
	text-decoration: underline;
}

#footer {
	margin: 0px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 0.65em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	padding: 1em;
	vertical-align: top;
}
#footer a{
	color: #DD157C;
	text-decoration: underline;
}

