@charset "utf-8";
/* CSS Document */

body {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.25;
}

p, table {
	margin: 10px 0;
}

p.signature {
	text-align: right;
}
p.investment_price {
	font-size: 3em;
	font-weight: bold;
	color: #ed198e;
	text-align: right;
	margin: 16px 0 0 0;
	display: block;
}


hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: groove 1px #cccccc;
	height: 0px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
}

div#logo h1 {
	margin: 0;
	padding: 0;
	border: 0;
}

.pinktext {
	color: #ed198e;
	font-weight: bold;
}

/************************************************
/  Navigation Sprite Dimensions
/************************************************
/
/	Home - x:14, w:64, h:11
/	Portfolio - x:112, w:91, h:11
/	Pricing - x:255, w:113, h:11
/ 	Contact - x:457, w:80, h:11
/
/	Normal - y:14
/	Active - y:41
/	Hover - y:67
/
/************************************************/

.nav ul {
	width: 448px;
	float: right;
	margin: 61px 0 0 0;
}

.nav ul li {
	list-style: none;
	margin: 0 0 0 25px;
	float: left;
}

.nav ul li a {
	display: block;
	height: 16px;
	text-indent: -9999px;
}

.nav ul li a.home {
	background: url(../images/navigation-sprite.gif) -14px -14px no-repeat;
	width: 64px;
}

.nav ul li a.home:active, body.home .nav ul li a.home {
	background: url(../images/navigation-sprite.gif) -14px -41px no-repeat;
	cursor: default;
}

.nav ul li a.home:hover {
	background: url(../images/navigation-sprite.gif) -14px -67px no-repeat;
}

.nav ul li a.portfolio {
	background: url(../images/navigation-sprite.gif) -112px -14px no-repeat;
	width: 91px;
}

.nav ul li a.portfolio:active, body.portfolio .nav ul li a.portfolio {
	background: url(../images/navigation-sprite.gif) -112px -41px no-repeat;
	cursor: default;
}

.nav ul li a.portfolio:hover {
	background: url(../images/navigation-sprite.gif) -112px -67px no-repeat;
}

.nav ul li a.services {
	background: url(../images/navigation-sprite.gif) -255px -14px no-repeat;
	width: 113px;
}

.nav ul li a.services:active, body.services .nav ul li a.services {
	background: url(../images/navigation-sprite.gif) -255px -41px no-repeat;
	cursor: default;
}

.nav ul li a.services:hover {
	background: url(../images/navigation-sprite.gif) -255px -67px no-repeat;
}

.nav ul li a.contact {
	background: url(../images/navigation-sprite.gif) -457px -14px no-repeat;
	width: 80px;
}

.nav ul li a.contact:active, body.contact .nav ul li a.contact {
	background: url(../images/navigation-sprite.gif) -457px -41px no-repeat;
	cursor: default;
}

.nav ul li a.contact:hover {
	background: url(../images/navigation-sprite.gif) -457px -67px no-repeat;
}


.slideshow {
	height: 330px;
	width: 920px;
	background: url(../images/slideshow-bg.jpg) 0 0 no-repeat;
	padding: 10px;
}

ul.package_listing li {
	float:left;
	width: 320px;
}

.spacer {
	margin: 25px 0 0 0;
}

.footer {
	color: #666666;
	font-size: 0.80em;
}

.footer .omega {
	text-align: right;
}
