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

* {
	margin:0;
}

html, body
{
	background: #005ba2 url('images/bg.jpg') repeat-x;
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	height:100%;
}

a:link, a:visited
{	
	color:#fb9901;
	text-decoration:none;
}

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

div
{
	margin:0;
	padding:0;
}

form
{
	margin:0;
	padding:0;
}

h1
{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}

h2
{
	margin:0;
	padding:10px 0 10px 0;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#333;
}

h3
{
	color:#58c4ff;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:20px;
}

td
{	
	vertical-align:top;
}

ul {
	margin:10px 0px 10px 30px;
	padding:0px;
}

#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -7.5em;
}

#container
{
	width:900px;
	margin:0px auto;
}

#top
{	
	background: url('images/top.jpg') no-repeat;
	height:50px;
	width:900px;

}

#content
{
	background: url('images/content.jpg') no-repeat;
	width:890px;
	margin:0;
	padding:5px;
}

#content #left
{	
	width:335px;
	padding:15px 5px;
}

#content #right
{	
	width:510px;
	padding:15px 10px 15px 25px;
}

#box1
{
	border-right:1px solid #04406b;
	padding:0px 25px 10px 25px;
	width:234px;
}

#box2
{
	border-left:1px solid #00a4ff;
	border-right:1px solid #04406b;
	padding:0px 25px 10px 25px;
	width:234px;
}

#box3
{
	border-left:1px solid #00a4ff;
	padding:0px 25px 10px 25px;
	width:234px;
}

#contact-left
{
	border-right:1px solid #04406b;
}

#contact-right
{
	padding:10px;
	border-left:1px solid #00a4ff;
}

#portfolio a:link, #portfolio a:visited
{
	color:#333;
	text-decoration:none;
}

#portfolio a:hover
{
	color:#333;
	text-decoration:underline;
}

.no-u
{
	border-bottom:0px;
	border-bottom-width: 0px;
}

/**************  PRICING TABBED PANELS  **************/

#tab-bottom
{
	background:#c0905c;
	height:7px;
	width:100%; 
	margin:0;
	padding:0;
} 

#panel-tr
{
	height:15px;
	width:15px;
	background:url('images/panel-tr.jpg') no-repeat;
	margin:-5px -5px 0 0;
	padding:0;
}

#panel-br
{
	height:15px;
	width:15px;
	background:url('images/panel-br.jpg') no-repeat;
	margin:0;
	padding:0;
}

#panel-bl
{
	height:15px;
	width:15px;
	background:url('images/panel-bl.jpg') no-repeat;
	margin:0;
	padding:0;
}

#panel-btm
{
	height:15px;
	width:770px;
	background:#bf8e5a;
	margin:0;
	padding:0;
}

/****************************/

.push
{
	height:7.5em;
}

#footer
{
	background:#00457a;
	height:7.5em;
	margin:50px 0 0 0;
	width:100%;
	font-weight:normal;
	text-align:center;
	border-top:1px solid #04406b;
}

#footer ul
{
	margin:0;
	padding:0px 0px 15px 0px;
}

#footer li
{
	display:inline;
	padding:0px 15px 0px 15px;
	margin:0;
	border-right:1px solid #FFF;
}

#footer li.last
{
	border:0;
}

/**************  PACKAGES  **************/

.package1 {
	background-image:url('images/packages/level1_b.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:255px;
	}
	
.package2 {
	background-image:url('images/packages/level2_b.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:255px;
	}
	
.package3 {
	background-image:url('images/packages/level3_b.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:255px;
	}
	
.package4 {
	background-image:url('images/packages/sm_business_b.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:255px;
	}
	
.package5 {
	background-image:url('images/packages/lg_business_b.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:255px;
	}

.package6 {
	background-image:url('images/packages/silver_b.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:255px;
	}

.package7 {
	background-image:url('images/packages/gold_b.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:255px;
	}
	
.package8 {
	background-image:url('images/packages/platinum_b.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:255px;
	}
	
.dbh_b {
	background-image:url('images/packages/dbh_b.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:255px;
}

.package_info {
	padding: 50px 45px 50px 45px;
	color:#333;
	font-weight:normal;
}

.addtocart {
	margin:5px 25px 0px;
	height:27px;
}
	
#new-design
{
	position:absolute;
	top:0px;
	right:0px;
	height:77px;
	width:77px;
}