/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px Arial, Verdana, Helvetica, Sans Serif;
	color: #fff;
	text-decoration: none;
	text-align: left;
	background: url(images/bg-body.gif) repeat-x #000;
}

img {
	display: block;
	border: none;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	float: left;
	height: 83px;
}

a {
	color: #ee2f7d;
	text-decoration: none;
}
a:hover {
	color: #ee2f7d;
	text-decoration: underline;
}


/*________ MAIN NAV ________*/


#mainNav ul {
	font: 14px Arial, Verdana, Sans Serif;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 55px 0 5px 0;
}
#mainNav a {
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover {
	color: #ee2f7d;
	text-decoration: none;
}
#mainNav ul li {
	display: inline;
	margin: 0 20px;
}


/*________ FLASH AREA ________*/

#homeIntro {
	clear: both;
	background-color: #000;
	width: 950px;
	height: 319px;
}


/*________ CONTENT ________*/

#homeBanners img {
	float: left;
	margin: 0 8px 20px 8px;
}

#homeContent h2 {
	font-size: 12px;
	color: #4d4d4d;
	font-weight:bold;
	padding: 10px 0;
	text-align: center;
}
#homeContent p {
	font-size: 11px;
	color: #373737;
	padding-bottom: 10px;
}
#homeContent p a {
	color: #373737;
}

#content {
	overflow: hidden;
	width: 950px;
	border-top: 1px solid #3a3a3a;
	margin: 10px 0;
}

#content h2 {
	font-size: 20px;
	color: #ee2f7d;
	font-weight:normal;
	padding: 10px 0;
}

#content p {
	padding-bottom: 15px;
	line-height: 1.6;
}

#content ul {
	padding-bottom: 15px;
	line-height: 1.8;
	font-weight: bold;
	padding-left: 20px;
	list-style-type: none;
}

#content ul li {
	background: url(images/bullet.gif) no-repeat left;
	padding-left: 15px;
}

#content .aboutImage {
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 40px;
	float: right;
}

/*__________PRICING__________*/

.imgFloatRight {
	float: left;
	padding-top: 20px;
padding-left: 50px;
}

#pricing {
	padding: 0 0 30px 0;
width: 620px;
	float: left;
}

#pricing h3 {
	margin: 10px 0 5px 0;
	padding: 10px 0 5px 0;
	font-size: 16px;
	color: #ee2f7d;
	border-bottom: 1px solid;
	width: 620px;
display: block;
clear: both;
}

#pricing p {

}

#pricing p.priceHeading {
	font-size: 14px;
	font-weight: bold;
padding: 10px 0;
display: block;
clear: both;
}

#pricing p.priceDescription {
	font-weight: bold;
	padding-left: 10px;
	padding: 0;
	color: #ee2f7d;
}

#pricing dl {
	line-height: 1.8;
}

#pricing dl dt {
	float: left;
	width: 350px;
	text-align: left;
	padding-right: 15px;
padding-left: 15px;
	font-weight: bold;
	border-bottom: 1px solid #151515;
}

#pricing dl dd {
	border-bottom: 1px solid #151515;
	width: 240px;
float: left;

}



/*__________FOOTER__________*/

#footer {
	font-size: 10px;
	color: #707070;
	width: 950px;
	text-align: right;
	border-top: 1px solid #3a3a3a;
	padding-top: 10px;
	margin-bottom: 30px;
	clear: both;
}

#footer img {
	float: left;
}

#footer a {
	color: #707070;
}

#footer a:hover {
	color: #ee2f7d;
}

.switchCategories  {
	float: left;
	width: 158px;
	display: inline;
}

/*__________CONTACT ME______*/

#phoneUs {
	float: left;
	padding: 10px 0 30px 20px;
	width: 370px;
}
#phoneUs h2, #phoneUs p, #phoneUs dl, #emailUs h2, #emailUs p {
	padding: 0 0 15px 0;
}
.alert {
	text-align: right;
	color: #ff0000;
}

#phoneUs h3 {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #3b3b3b;
	margin-bottom: 5px;
}
#phoneUs dl {
	line-height: 1.5;
	height: 90px;
	margin-bottom: 30px;
}
#phoneUs dl dt {
	float: left;
	width: 60px;
	text-align: right;
	padding-right: 15px;
	clear: left;
	font-weight: bold;
}
#phoneUs dl dd {
	float: left;
	width: 200px;
}

#emailUs {
	float: left;
	padding: 10px 0 0 20px;
	width: 375px;
}

#emailUs fieldset {
	border: 0;
	clear: right;
	padding-top: 10px;
}
#emailUs fieldset legend {
	display: none;
}
#emailUs fieldset label {
	float: left;
	clear: both;
	width: 90px;
	margin-right: 10px;
}
#emailUs fieldset input, #emailUs fieldset select {
	float: left;
	width: 240px;
	margin-bottom: 10px;
	font: 100% Arial,sans-serif;
	padding: 2px 3px;
}
#emailUs fieldset b {
	color: #ff0000;
}

#emailUs fieldset textarea {
	float: left;
	width: 258px;
	height: 200px;
	margin-bottom: 10px;
	font: 100% Arial,sans-serif;
	border: 1px solid;
	padding: 2px 3px;
}
#emailUs fieldset span {
	float: left;
}
#sendEmail {
	margin-left: 100px;
	margin-bottom: 30px;
}

#errorText ul {
	color: #ff0000;
}

#successText {
	background-color: green;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

