#container
{
	border: 6px solid #000;
	overflow: hidden;
	margin: 20px auto;
	position: relative; 
	width: 962px;
}

@media all
{
	html{}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
	body 
	{ 
		background-attachment: fixed;
		background-image: url(/images/site.bg.png);
		background-repeat: no-repeat;
		background-color: #9966cc;
		font-family: Times, serif;
		font-size: 62.5%;
	}
	table{border-collapse:collapse;border-spacing:0;}
	fieldset,img{border:0;}
	iframe {background: #DBF3F1;}
	address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
	li{list-style:none;}
	caption,th{text-align:left;}
	h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
	q:before,q:after{content:'';}
	abbr,acronym {border:0;font-variant:normal;}
	sup {vertical-align:text-top;}
	sub {vertical-align:text-bottom;}
	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
	input,textarea,select{*font-size:100%;}
	legend{color:#000;}
	a
	{
		color: #660099;
	}
	a:hover
	{
		text-decoration: none;
	} 

}




.sprite {
	display: block;
	background: url(/images/site-sprite.png) no-repeat top left;
	overflow: hidden;
	text-indent: -123456px;
	}

#container.minpage
{
	border:0;
}
#header
{
	background: #000 url(/images/header.bg.png) repeat-x bottom left;
	height: 46px;
	overflow: hidden;
	position: relative;
	width: 962px;
}

#header h1 {  height:40px; width: 288px; overflow:  hidden; }
#header h1 a { background-position: 0 -161px; background-repeat: no-repeat; height:40px; width: 288px; overflow:  hidden; text-indent: -1234px; }

#header div#dam { height: 45px; position: absolute; bottom: 0; right: 0; background-position: 0 -86px;
text-indent: -1234px; overflow: hidden;width: 305px; }
#nav
{
	background: #fff; 
	width: 962px;
}
#nav ul
{
	background: url(/images/content.bg.png) repeat-y;
	list-style: none;
	overflow: hidden;
}
#nav ul li
{
	height:27px;
	float:left;
}
#nav ul li.last
{
	height:26px;
	background: #9966cc;
	border-bottom: 1px solid #fff;
	width: 403px;
}
#nav ul li a
{
	border-bottom: 1px solid #fff;
	display: block;
	height:26px;
	text-indent: -1234px;
	overflow: hidden;
	width: 100%;
}
#nav ul li a.on
{border-bottom: 0px solid transparent;
}
#nav ul li a#about-us	{
	background-position: 0 -607px;
	width:117px;
	}
#nav ul li a#about-us:hover,	
#nav ul li a#about-us.on { background-position: 0 -287px;}
#nav ul li a#services	{
	background-position: 0 -719px;
	width:104px;
}
	#nav ul li a#services:hover,
	#nav ul li a#services.on {background-position: 0 -343px; }
#nav ul li a#portfolio	{
	background-position: 0 -663px;
	width:121px;
}
	#nav ul li a#portfolio:hover,
	#nav ul li a#portfolio.on{ background-position: 0 -399px; }
#nav ul li a#packages	{
	background-position: 0 -775px;
	width:113px;
}
	#nav ul li a#packages:hover,
	#nav ul li a#packages.on{background-position: 0 -30px;}
#nav ul li a#contact	{
	background-position: 0 -551px;
	width:104px;
}
	#nav ul li a#contact:hover,
	#nav ul li a#contact.on {
	 background-position: 0 -231px; 
}

.content
{
	background: #fff url(/images/content.bg.png) repeat-y;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	min-height: 300px;
	overflow:hidden;
	margin-top: 0;
	padding: 5px 5px 12px 5px;
	
	position: relative;
	width: 962px;
}
.content h2
{
	background-repeat: no-repeat;
	display: block;
	height: 469px;
	float:left;
	margin: 12px 24px 0 0;
	overflow: hidden;
	text-indent: -123px;
	width: 69px;
}
#about.content h2 {
	background: url(/images/about.title.png) no-repeat;
}
#services.content h2{
	background: url(/images/services.title.png) no-repeat;
}
#portfolio.content h2 {
	background: url(/images/portfolio.title.png) no-repeat;
}
#packages.content h2 {
	background: url(/images/packages.title.png) no-repeat;
}
#contact.content h2 {
	background: url(/images/contact.title.png) no-repeat ;
}

.content h3.intro
{
background-repeat: no-repeat;
	display: block; 
	margin: 24px 0;
	overflow: hidden;
	text-indent: -1234px; 
}
.content .think { background: url(/images/thinkpurple.png); height: 66px; width: 184px; overflow: hidden; margin-right: 8px; position: absolute;  text-indent: -1234px; top; 0; right: 10px;} 

#footer
{
	background: #000 url(/images/footer.bg.png) repeat-x;
	color: #cc99ff;
	height: 48px;
	font-size: 1.7em;
	line-height: 48px;
	padding: 34px 14px  0 14px;
	width: 962px;
}
#footer a
{
	color: #CC99FF;
}





#closeBut,
#closeBut:visited,
#closeBut:active
{
	background: #000;
	color: #cc99ff;
	text-decoration: none;
	padding: 4px 12px;
	font-size: 1.6em;
	
}


/*---------GLOBAL HACKS---------*/
@media screen,print
{ 
	/*CLEAR FIX */
	.cf:after
	{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.cf
	{
		display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html .cf
	{
		height: 1%;
	}
	.cf
	{
		display: block;
	}
	/* End hide from IE-mac */
}