/* CSS Document */
/* Reset all values */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, address, code, img, 
small, strong, dl, dt, dd,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-family: helvetica, arial, sans-serif;
	background-color: #000000;
}
/* End Reset */

h2 {
	font-size: 14px;
}

img {
	text-decoration: none;
	border:none;
}
a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
a.menu {
	text-decoration: none;
	color: #4e4e4e;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
a.kit
{
    cursor: url(../images/zoomin.cur), auto;
}
#click_to_enlarge {
	background: url(../images/Zoom.png) no-repeat 0 0;
	position:relative;
	color:white;
	text-align:left;
	height:24px;
	padding-left: 30px;
}
input[type=text] {
	background-color: #696969;
	border: 1px solid #c3c3c3;
	color: #cbcbcb;
	padding: 3px;
}

input[type=text]:focus, input[type=text]:hover {
	background-color: #ededed;
	color: #4e4e4e;
}

/* Full Page Wrap*/
#wrap {
	width: 980px;
	background-color: black;
	margin: auto;
}
/* End Full Page Wrap*/

/* Header Styles */
#header h1 {
	position: relative;
	background: url(../images/P4PT_Header_2.jpg) no-repeat;
	width: 975px;
	height: 125px;
	text-indent: -9999px;
	float: left;
}
#header a {
	width: 417px;
	height: 125px;
	display: block;
}

#header #payment_types {
	position: absolute;
	float: right;
	margin-top: 95px;
	margin-right: 5px;
}

#header2 {
	clear: both;
	background: url(../images/Template_Header_Bar2.jpg) no-repeat 0 0;
	height: 75px;
	top: 125px;
}

#header2 ul {
	overflow: hidden;
	padding-left: 10px;
	height: 65px;
}

#header2 ul li {
	float: left;
	margin-left: 5px;
	margin-top: 7px;
	width: 65px;
	height: 50px;
	text-align: center;
}
#header2 ul li a {
	font-weight: bold;
	display: block;
	padding-top: 35px;
	width: 65px;
	height: 50px;
}

#header2 ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#header2 ul li#home {
	background: url(../images/home_icon.gif) no-repeat top center;
	height: 50px;
}

#header2 ul li#contact {
	background: url(../images/contact_us_icon.gif) no-repeat top center;
	height: 50px;
}

#header2 ul li#support {
	background: url(../images/support_icon.gif) no-repeat top center;
	height: 50px;
}

#header2 ul li#policies {
	background: url(../images/policies_icon.gif) no-repeat top center;
	height: 50px;
}

#header2 ul li#forum {
	background: url(../images/forum_icon.gif) no-repeat top center;
	height: 50px;
}

#header2 ul li#bookmark {
	background: url(../images/bookmark_icon.gif) no-repeat top center;
	height: 50px;
}

#header2 ul li#search {
	margin-left: 25px;
	width: 300px;
}

#header2 ul li#search input[type=text]{
	position: relative;
	top: -13px;
}
#header2 ul li#search input[type=button]{
	position: relative;
	top: -13px;
}

#header2 ul li#view_cart {
	margin-left: 48px;
	background: url(../images/view_cart_icon.gif) no-repeat top center;
	height: 50px;
}

#header2 ul li#checkout {
	margin-left: 15px;
	background: url(../images/checkout_icon.gif) no-repeat top center;
	height: 50px;
}
/* End Header Styles */

/* Start Main Styles */

/* Layout Format */
#left_column {
	float: left;
	width: 200px;
	margin: 0;
	padding-bottom: 25px;
	position:relative; 
}

#right_column {
	float: right;
	width: 185px;
	margin: 0;
	padding-bottom: 25px;
	position:relative; 
}

#middle_column {
	float: left;
	width: 595px;
	margin: 0;
	padding-bottom: 25px;
	position:relative; 
}

/* End Layout Format */

#middle_column .post-text {
	padding: 5px;
	color: #c0c0c0;
	width: 95%;
}

#left_column .post-item {
	padding-left: 5px;
}
#right_column .post-item {
	padding-right: 0px;
}

.post-item h2 {
	background: url(../images/button_bkg.jpg) no-repeat;
	height: 30px;
	width: 180px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.post-item ul {
	overflow: hidden;
	padding-bottom: 25px;
}

.post-item ul li {
	padding-left: 15px;
	line-height: 1.1;
}

.post-item ul li a {
	color: #c0c0c0;
}

.post-item ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.post-item #specials-top h2 {
	background: url(../images/special_bkg_top.gif) no-repeat;
	width: 180px;
	height: 21px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.post-item #specials-middle {
	background: url(../images/special_bkg_middle.gif) repeat-y;
}

.post-item #specials-middle ul {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

.post-item #specials-middle ul li {
	padding-left: 15px;
	line-height: 1.1;
}

.post-item #specials-middle ul li a {
	color: #4e4e4e;
	font-weight: bold;
}
.post-item #specials-bottom {
	background: url(../images/special_bkg_bottom.gif) no-repeat;
	width: 180px;
	height: 19px;
	padding-bottom: 25px;
}

/* End Main Styles*/

/* Google Ads */
#google_ad_left {
	margin-left: 15px;
}
#google_ad_right {
	margin-left: 10px;
}
/* End Google Ads*/

/* Footer Styles */
#footer {
	clear: both;
	background: url(../images/Template_Footer_Bar.jpg) no-repeat 0 0;
	height: 75px;
	width: 980px;
	text-align: center;
	padding-top: 8px;
}

#footer ul {
	overflow: hidden;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding-left: 25px;
}
#footer ul li a {
	font-weight: bold;
}

#footer ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footer h4 {
	clear: both;
	margin-top: 9px;
	font-size: 12px;
}


/* End Footer Styles*/

.formDD1 {
    vertical-align: top;
    background-color: #ffffbe;
    color: #000000;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: -7px;
    width: 350px;
}

#onSpecial {
	margin-top: 20px;
	border: 1px solid #FF8A00;
	background-color: white;
	font-size: 1.3em;
	font-weight: bold;
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #FF8A00;
}









