/**
* ----------------------------------------------------------------------
* Copyright (C) 2009 by Dynitri Technologies
* http://dynitri.com/
* ----------------------------------------------------------------------
* 
* This file and its associated application are the express property of
* of Dynitri Technologies. It is not to be redistributed in any form
* without direct permission from an authorized company executive.
* 
* All rights are reserved.
* 
* ----------------------------------------------------------------------
* Filename:    style.css
* Author(s):   Matt Runkle <matt@dynitri.com>
* Purpose:     The style sheet for theproxyzone.com
* ----------------------------------------------------------------------
*/

html, body {
	margin: 0;
	padding: 0;
	background-color: #3BA3D0;
	background-image: url(images/bg-tile.gif);
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	height: 100%;
}

* html div#tpz_main_container { /* for IE6 */
	height: 100%;
}

h1 {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 2.0em;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #FF3100;
}

h2 {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FDBD6E;
}

p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	color: #000000;
}

ol, ul {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	padding-right: 15px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	color: #000000;
}

a, a:visited, a:active, a:hover {
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: normal;
	color: #3BA3D0;
}

#tpz_main_container {
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg-center.gif);
	background-repeat: no-repeat;
	min-width: 960px;
	max-width: 1217px;
	min-height: 100%;
}

#tpz_header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 788px;
	height: 142px;
}

#tpz_home {
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	width:550px;
	height:90px;
}

#tpz_navigation {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

p.tpz_nav, a.tpz_nav, a:visited.tpz_nav, a:active.tpz_nav, a:hover.tpz_nav {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.1em;
	word-spacing: 1.0em;
	color: #3BA3D0;
}

#errorMessage {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FF3100;
}

#tpz_footer {
	margin-top: 25px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

p.tpz_footer, a.tpz_footer, a:visited.tpz_footer, a:active.tpz_footer, a:hover.tpz_footer {
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.1em;
	word-spacing: 1.0em;
	color: #FEFEFE;
}

.copyright {
	padding-top: 10px;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #FEFEFE;
}

a.copyright, a:visited.copyright, a:active.copyright, a:hover.copyright {
	font-size: 0.9em;
	color: #FEFEFE;
}

.tpz_content_top {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content-top.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 18px;
}

.tpz_content_bottom {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 22px;
}

.tpz_content_middle {
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content-middle.png);
	background-repeat: repeat-y;
	width: 960px;
}

.tpz_content_liner {
	margin-left: 25px;
	margin-right: 25px;
}

.tpz_breadcrumb_bar {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-image: url(images/crumb-bar.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 39px;
}

.tpz_clink_prev {
	margin-top: 7px;
	margin-left: 20px;
	margin-right: 0px;
	float: left;
}

.tpz_clink_next {
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 20px;
	float: right;
}

.tpz_clink_container {
	margin-top: 2px;
	margin-left: 45px;
	margin-right: 45px;
	padding-top: 5px;
	height: 35px;
	float: left;
}

.tpz_clink, a.tpz_clink, a:visited.tpz_clink, a:active.tpz_clink, a:hover.tpz_clink {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.tpz_current_step {
	background-image: url(images/star.png);
	background-repeat: no-repeat;
}

.thumbnail {
	border: 1px solid #FDBD6E;
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px 3px 8px;
	text-align: center;
	text-transform: lowercase;
	width: 285px;
}

.thumbnail h1 {
	font-size: 1.25em;
	margin: 0px 0px 8px 2px;
}

.thumbnail a, .thumbnail a:hover, .thumbnail a:active, .thumbnail a:visited {
	padding-top: 20px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #3BA3D0;
}

.thumb {
	border: 1px solid #EFEFEF;
	text-decoration: none;
}

.alert {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: -55px;
}

span.radio {
	margin-top: 110px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 75px;
	height: 48px;
	padding: 0 5px 0 0;
	background: url(ProxyCreator/images/checks.png) no-repeat;
	display: block;
}

.tpz_options {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 750px;
	clear: both;
}

.tpz_advanced_options {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	width: 750px;
	clear: both;
}

.tpz_options, .tpz_advanced_options {
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	text-align: left;
	text-transform: lowercase;
	color: #FF3100;
}

.tpz_textarea {
	margin-top: 2px;
	background-color: #FFFFFF;
	border: 1px solid #FDBD6E;
	color: #2E5B89;
}

.tpz_ad_info {
	margin-top: 15px;
	margin-left: 10px;
}

.tpz_ad_color {
	margin-top: 2px;
	margin-right: 4px;
	width: 15px;
	height:15px;
	border-width: 1px;
	border-style:solid;
	border-color: #000000;
	float: left;
	clear: left;
}

.tpz_ad_text {
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	text-align: left;
	color: #000000;
}

.tpz_checkout_boxes {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	font-family: Verdana, sans-serif;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.red {
	color: #FF3100;
}

.yellow, a.yellow, a:visited.yellow, a:active.yellow, a:hover.yellow {
	color: #FDBD6E;
}

.blue {
	color: #3BA3D0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
