html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(/images/pv_main_bg.jpg) repeat;
}

.clear {
	clear: both;height: 0px;
}

#site-container {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	padding: 0;
	width: 1578px;
}

.index {
	background: url(/images/map_bg.png) no-repeat;
}

.other {
	background: url(/images/map2_bg.png) no-repeat;
}

#site-body-container {
	margin: 0 0 0 281px;
	padding: 0 0 233px; /* bottom padding for footer */
	width: 1027px;
}

div#login-box-container {
	text-align: right;
	height: 82px;
}

div#login-box-container .textfield {
	position: relative;
	top: 20px;
	right: 4px;
	height: 15px;
	width: 112px;
	background: transparent;
	font-family: Verdana;
	font-size: 8pt;
	color: white;
	border: 0;
}

.textfield.left {
	margin-right: 36px;
}

.login-button {
	position: relative;
	top: 11px;
	width: 30px;
	height: 75px;
	background: url(/images/login_go.png) no-repeat;
	border: 0;
}

div#login-cp-error-message {
	margin-top:5px;
	padding-right: 15px;
	text-align: right;
	width: 400px;
	height: 17px;
	font-family: Verdana;
	font-size: 8pt;
	color: #9A1414;
}

#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	margin: 25px 0 0 230px;
	padding: 0;
	width: 1131px;
	height: 233px;
	background: url(/images/footer_bg.png) 0px 0px no-repeat;
}

#footer a {
	color: white;
}

div#footer-content {
	margin: 70px auto 10px auto;
	width: 950px;
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}

ul.footer-list, ul.faq-list {
	list-style-image: url(/images/footer_bullet.png);	
}

#top-login-container {
	margin: 0 auto;
	padding: 0;
	width: 1027px;
	height: 108px;
}

div#nav-container {
	height: 51px;
	width: 1027px;
}

div#nav-container ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#nav-container ul li {
	float: left;
	height: 51px;
}


/* INDEX */

div#services-packages-container {
	margin-bottom: 10px;
	padding: 0;
	width: 1027px;
	height: 360px;
}

div#service-selection {
	margin: 5px 30px 5px 30px;
	padding: 0;
}

div#service-selection ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

div#service-selection ul li {
	float: left;
	height: 67px;
}

div#selected-packages-content {
	margin: 15px 0 0 65px;
	width: 846px;
}


.packages-ventrilo-bg {
	background: url(/images/index/ventrilo_main_pricing_bg.png) no-repeat;
	width: 846px;
	height: 261px;
}

.packages-ventrilo-bg a {
	text-decoration: none;
}

.ventrilo-package-bg-left {
	background: url(/images/index/ventrilo_package_left.png) no-repeat;
	width: 163px;
	height: 108px;
}

.ventrilo-package-bg-middle {
	background: url(/images/index/ventrilo_package_middle.png) no-repeat;
	width: 169px;
	height: 108px;
}

.ventrilo-package-bg-right {
	background: url(/images/index/ventrilo_package_right.png) no-repeat;
	width: 163px;
	height: 108px;
}

.packages-teamspeak-bg {
	background: url(/images/index/ts_main_pricing_bg.png) no-repeat;
	width: 846px;
	height: 261px;
}

.packages-teamspeak-bg a {
	text-decoration: none;
}

.teamspeak-package-bg-left {
	background: url(/images/index/ts_package_left.png) no-repeat;
	width: 163px;
	height: 108px;
}

.teamspeak-package-bg-middle {
	background: url(/images/index/ts_package_middle.png) no-repeat;
	width: 169px;
	height: 108px;
}

.teamspeak-package-bg-right {
	background: url(/images/index/ts_package_right.png) no-repeat;
	width: 163px;
	height: 108px;
}

.packages-mumble-bg {
	background: url(/images/index/mumble_main_pricing_bg.png) no-repeat;
	width: 846px;
	height: 261px;
}

.packages-mumble-bg a {
	text-decoration: none;
}

.mumble-package-bg-left {
	background: url(/images/index/mumble_package_left.png) no-repeat;
	width: 163px;
	height: 108px;
}

.mumble-package-bg-middle {
	background: url(/images/index/mumble_package_middle.png) no-repeat;
	width: 169px;
	height: 108px;
}

.mumble-package-bg-right {
	background: url(/images/index/mumble_package_right.png) no-repeat;
	width: 163px;
	height: 108px;
}

.package-text-slots {
	padding-top: 30px;
	text-align: center;
	font-family: Arial Black;
	font-weight: bold;
	font-style: italic;
	font-size: 17pt;
	color: white;
	text-shadow: #000000 3px 3px 2px;
}

.package-text-price {
	text-align: center;
	font-family: Verdana;
	font-style: italic;
	font-size: 16pt;
	color: white;
}


div#index-column-container {
	margin: 0;
	padding: 0;
	width: 1027px;
}

div#index-column-container .left-column {
	float: left;
	width: 615px;
}

div#index-column-container .right-column {
	float: right;
	width: 392px;
	background: url(/images/index/pv_users_online.png) 0px 25px no-repeat;
}

div#left-column-bg {
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	background-color: #0C1D2D;
	-moz-border-radius: 10px; /* FireFox */
	-webkit-border-radius: 10px; /* Chrome Safari */
	border-radius: 10px; /* IE */
}

.index-left-column-text {
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}

div#index-right-content-container {
	margin: 50px 0 0 20px;
	width: 370px;
	background-color: #0C1D2D;
	-moz-border-radius: 10px; /* FireFox */
	-webkit-border-radius: 10px; /* Chrome Safari */
	border-radius: 10px; /* IE */
	font-family: Verdana;
	font-size: 8pt;
	color: #939393;
}

div.users-online-text {
	margin: 10px 0px 0px 110px;
	width: 240px;
	height: 20px;
	font-family: Verdana;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	color: white;
	text-align: center;
}

/* ABOUT US */

div#general-content-header {
	margin: 15px 0 0 0;
	width: 1027px;
	background: url(/images/general_page_bg_header.png) no-repeat;
}

div#general-content-container {
	margin: 0;
	background: url(/images/general_page_bg_repeater.png) repeat-y;
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}

div#general-content-container .left-column {
	float: left;
	width: 640px;
	padding: 10px;
}

div#general-content-container .right-column {
	float: right;
	width: 350px;
}


div#about-five-features {
	margin: 15px 0 15px 20px;
	padding: 10px;
	width: 590px;
	background-color: #011023;
	-moz-border-radius: 5px; /* FireFox */
	-webkit-border-radius: 5px; /* Chrome Safari */
	border-radius: 5px; /* IE */
	font-family: Verdana;
	font-size: 8pt;
	color: #939393;
}

div#testimonials-container {
	margin: 15px 0 15px 20px;
	width: 609px;
	height: 154px;
	background: url(/images/about/aboutus_testimonials.png) no-repeat;
}

div#testimonials-content {
	position: relative;
	top: 40px;
	left: 50px;
	width: 505px;
	height: 100px;
}

div#choose-pv-container {
	width: 316px;
	height: 547px;
	background: url(/images/about/choose_purevoice_rightcolum_aboutus.png) no-repeat;
}

ul.about-choose-pv-list {
	padding: 50px 0 0 25px;
	list-style: none;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

ul.about-choose-pv-list li {
	height: 38px;
}

div#about-contact-container {
	margin-top: 15px;
	width: 316px;
	height: 154px;
	background: url(/images/about/aboutus_contactbox.png) no-repeat;
}

/* OUR LOCATIONS */

div#locations-test-servers-bg {
	margin: 0 auto 10px auto;
	width: 917px;
	height: 465px;
	background: url(/images/locations/network_bg2.png) no-repeat;
}

div#locations-test-servers-bg .location-section {
	margin: 0 auto;
	padding: 15px 0;
	width: 870px;
	font-family: Verdana;
	font-size: 8.5pt;
}

div#locations-test-servers-bg .location-section a {
	text-decoration: none;
}

div#locations-test-servers-bg .location-title {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

/* FAQ */

div#faq-section-container {
	padding:20px 20px 1px 20px;
}

div#section-title {
	width: 543px;
	height: 53px;
	background: url(/images/faq/faq_title_bar_bg.png) no-repeat;
}

div#section-title .text {
	padding: 13px 0 0 70px;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
}

.faq-link {
	cursor: pointer;
}

div#faq-answers-section {
	padding:20px 20px 0 20px;
	font-family: Verdana;
	font-size: 8pt;
}

div#faq-answers-section .title {
	margin-bottom: 15px;
	text-decoration: underline;
	font-size: 14pt;
	font-weight: bold;
}

div#faq-answers-section .question {
	font-weight: bold;
}

.faq-answer-area {
	margin: 5px;
	padding: 10px;
	-moz-border-radius: 10px; /* FireFox */
	-webkit-border-radius: 10px; /* Chrome Safari */
	border-radius: 10px; /* IE */
	background-color: #0C1D2D;
}

.faq-answer-area a {
	color: white;
}


/* CONTACT US */

div#page-wrapper {
	padding-top: 10px;
	padding-bottom: 30px;
}

div#contact-form-message {
	margin: 10px;
	width: 600px;
}

div#contact-form-message .good {
	padding: 5px;
	background-color: #00CB51;
	border: 1px solid #00943B;
	font-family: Verdana;
}

div#contact-form-message .bad {
	padding: 5px;
	background-color: #D33C3C;
	border: 1px solid #A82222;
	font-family: Verdana;
}

div#contact-forms-container {
	margin: 25px 30px 0 30px;
	padding: 15px;
	-moz-border-radius: 10px; /* FireFox */
	-webkit-border-radius: 10px; /* Chrome Safari */
	border-radius: 10px; /* IE */
	background-color: #0C1D2D;
}

div#contact-forms-container .radio-buttons {
	margin: 20px;
}

div#tos-content-container {
	margin: 15px 30px 0 30px;
}

div#privacy-content-container {
	margin: 15px 30px 0 30px;
}

