body
{
	background: #0F1F2F url('images/background.png') repeat-x top;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 14px;
	text-align: center;
}

img
{
	border: 0;
}

a
{
	color: #C60;
}

a:hover
{
	color: #930;
}

h1, h2, h3
{
	color: #930;
	font-weight: normal;
}

h1
{
	color: #C60;
	font-size: 2.2em;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 1px #930;
}

h2 { font-size: 1.8em;}
h3 { font-size: 1.5em;}

#v-wrapper
{
	background: transparent url('images/background-stars.png') no-repeat top left;
	margin: 0 auto;
	text-align: left;
	width: 998px;
}

#v-header
{
	border-bottom: 1px solid #fff;
	padding-top: 46px;
	padding-bottom: 0px;
}

#v-navigation
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#v-navigation li
{
	display: inline;
	margin: 0;
	padding: 0px 10px 11px 10px;
}

#v-navigation li.active 
{
	background: transparent url('images/triangle.png') no-repeat bottom center;
}

#v-navigation li a
{
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	position: relative;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4a);		
	top: -22px;		
}

#v-navigation li.active a
{
	color: #ffff3e;
}

#v-content-container
{
	padding-top: 30px;
}

#v-content
{
	background: #fff url('images/content-background.png') repeat-x bottom;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	color: #222;
	float: left;
	margin-right: 23px;
	padding: 15px;
	width: 758px;
	
	-webkit-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.4);
	--webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.4);
	--moz-border-radius-bottomright: 5px;
}

#v-sidebar
{
	color: #ccc;
	float: left;
	width: 186px;
}

#v-sidebar .box
{
	background: #1b2a3a;
	color: #fff;
	padding: 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#v-sidebar .box h3
{
	color: #ffff3e;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

#v-sidebar .box p
{
	margin: 0;
}

ul.bigtext
{
	font-size: 1.2em;
}

ul.bigtext a
{
	color: #fff;
	text-decoration: none;
}

ul.bigtext a:hover
{
	color: #ccc;
}

ul.icons
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.icons li
{
	padding: 5px 5px 5px 30px;
}

ul.icons li.ico-email
{
	background: url('images/email_open.png') no-repeat center left;
}

ul.icons li.ico-phone
{
	background: url('images/telephone.png') no-repeat center left;
}

ul.icons li.ico-fax
{
	background: url('images/printer.png') no-repeat center left;
}

#v-footer
{
	border-top: 1px solid #fff;
	clear: both;
	color: #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	top: 30px;
	text-align: right;
}

#v-footer a
{
	color: #ccc;
}

#v-footer a:hover
{
	color: #fff;
}

#v-footer span
{
	float: left;
	text-align: left;
}

#v-footer-navigation
{
	display: inline;
	list-style-type: none;
}

#v-footer-navigation li
{
	display: inline;
	margin-left: 20px;
}

.post, .postmetadata
{
	clear: both;
}

/**
* Hosting pages
*/
table.packages
{
	border-spacing: 1px;
	width: 100%;
}

	table.packages td, table.packages th
	{
		border-bottom: 1px solid #ddd;
	}
	
	table.packages td, table.packages th
	{
		padding: 5px;
	}
	
	table.packages tr.package-titles th
	{
		background: #369;
		color: #fff;
		padding: 7px;
	}
	
	table.packages tr.package-titles .package
	{
		width: 150px;
	}

	table.packages tr.package-prices td
	{
		background: #D5DDE5;
		font-weight: bold;
		padding: 7px;
		text-align: center;
	}