/***************************************************************
Style Sheet for PlasticPerfection.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance Code
***************************************************************/

body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:90%;
	color:#444;
	
	background: url('images-layout/site-bg.gif') fixed top left repeat-x #d8d8d8;
}

p {
	margin:0 0 1em 0;
	padding:0;
	line-height:1.2em;
}

form {
	display:inline;
}

fieldset {
	display:inline;
	margin:0;
	padding:0;
	border:none;
}

a:link { color:#d17b00; }
a:visited { color:#ffa11a; }
a:hover, a:active { color:#ff661b; text-decoration: none; }

h1 {
	margin-top:6px;
	margin-bottom:.3em;
	padding-bottom:.2em;
	font-size:140%;
	color:#333;
}

h2 {
	margin-top:0;
	margin-bottom:.25em;
	font-size:120%;
	color:#333;
}

h3 {
	margin-top:0;
	margin-bottom:.25em;
	font-size:110%;
	color:#333;
}

img {
	border:0px;
	margin:0px;
}

.hr {
	margin:14px 0;
	border-bottom:1px solid #444;
}

.hr2 {
	margin:14px 0;
	border-bottom:1px solid #970000;
}

ul, ol {
	margin-top:0;
	margin-bottom:.6em;
}



/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/

#container {
	padding-left:0;
	padding-right:0;
	width:760px;
}

#content {
	padding:12px 0 10px 0;
	width:760px;
	background-color:#fff;
}

#columnWrapper {
	position:relative;
	width:760px;
	
	background: url('images-layout/column-wrapper-bg.gif') 10px 10px repeat-y #fff;
}



.columnStyle1 {
	position:relative;
	margin:0;
	padding:0;
}
.columnStyle1 .columnTopLeft {
	display:none;
}
.columnStyle1 .columnTopRight {
	
}
.columnStyle1 .center {
	padding:0 0 0 0;
}
.columnStyle1 .columnBottomLeft {
	display:none;
}
.columnStyle1 .columnBottomRight {
	
}



.columnStyle2 {
	padding:0;
}
.columnStyle2 .columnTopLeft {
	display:none;
}
.columnStyle2 .columnTopRight {

}
.columnStyle2 .center {
	margin:0;
	padding:0;
	
	height:100%;
	font-size:89%;
}
.columnStyle2 .columnBottomLeft {
	display:none;
}
.columnStyle2 .columnBottomRight {
	
}



/***************************************************************
Left Nav and Sub Left Nav Highlighting
***************************************************************/

/* Style the left nav */
.ulStyleNav {
	margin:0;
	padding:0;
	list-style:none;
}
.ulStyleNav li {
	margin:0;
	padding:0 1px;
	height:1%;
}
.ulStyleNav li a:link, .ulStyleNav li a:visited {
	display:block;
	margin:0;
	padding:.2em 0 .2em 27px;
	
	height:auto;
	
	font-size:110%;
	text-decoration:none;
	color:#fff;
	background: url('/images-layout/dark-bullet-white.gif') 9px .35em no-repeat;
}
.ulStyleNav li a:hover, .ulStyleNav li a:active {
	text-decoration:underline;
	color:#ffa11a;
	background: url('/images-layout/dark-bullet-orange.gif') 9px .35em no-repeat;
}

/* Set all the subnavs to off initially */
.ulStyleNav ul {
	display:none;
}

/* Highlight the left nav, display the subnav, and make sure that not all the subnavs are highlighted */
.ulStyleNav .current a:link,
.ulStyleNav .current a:visited,
.ulStyleNav .current a:active {
	text-decoration:underline;
	color:#ffa11a;
	background: url('/images-layout/dark-bullet-orange.gif') 9px .35em no-repeat;
}
.ulStyleNav .current a:hover {
	text-decoration:underline;
}

.ulStyleNav .current ul {
	display:block;
	margin:0;
	margin-left:13px;
	padding-left:0;
	list-style:none;
	font-weight:300;
}
.ulStyleNav .current ul li {
	padding-right:0;
}

/* Display sub navigation */
.ulStyleNav .current ul a:link,
.ulStyleNav .current ul a:visited,
.ulStyleNav .current ul a:active {
	display:block;
	padding-left:24px;
	text-decoration:none;
	font-weight:300;
	color:#fff;
	background:none;
}
.ulStyleNav .current ul a:hover {
	text-decoration:underline;
	color:#ffa11a;
}

/* Highlight the selected subnav */
.ulStyleNav .current .current a:link,
.ulStyleNav .current .current a:visited,
.ulStyleNav .current .current a:active {
	text-decoration:underline;
	color:#ffa11a;
}
.ulStyleNav .current .current a:hover  {
	text-decoration:underline;
	color:#ffa11a;
}



/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	margin-bottom:.4em;
	padding-left:14px;
	background: url('images-layout/bullet-orange.gif') 0 2px no-repeat;
}
.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 ul li {
	padding-left:14px;
}


.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}



/***************************************************************
Table Styles
***************************************************************/
.comparison {
	margin:8px 5px 15px 0;
	font-size:110%;
	border-collapse:collapse;
}
.comparison th {
	padding:8px 8px 6px 12px;
	
	/*height:50px;*/
	
	text-align:center;
	font-size:110%;
	font-weight:600;
	color:#000;
	
	background: url('images-layout/table-top.gif') top left repeat-x #f1f1f1;
}
.comparison th a { color:#fff; }
.comparison th a:link, .comparison th a:visited { }
.comparison th a:hover {
	text-decoration:none;
}
.comparison .highlight {
	font-weight:600;
	color:#4fbf13;
}
.comparison td {
	padding:4px 7px 4px 8px;
	
	text-align:center;
	color:#000;
	
	border-width:1px 0;
	border-style:solid;
	border-color:#7696b6;
	background-color:#f1f1f1;
}
.comparison th.textLeft, .comparison td.textLeft {
	text-align:left;
}
.comparison .topLeft {
	text-align:left;
	background: url('images-layout/table-top-left.gif') top left no-repeat;
}
.comparison .topRight { 
	background: url('images-layout/table-top-right.gif') top right no-repeat;
}
.comparison .left {
	text-align:left;
	padding-left:14px;
	background: url('images-layout/table-left.gif') top left repeat-y #f1f1f1;
}
.comparison .right {
	background: url('images-layout/table-right.gif') top right repeat-y #f1f1f1;
}
.comparison .bottomLeft {
	padding-bottom:8px;
	padding-left:12px;
	text-align:left;
	border:none;
	background: url('images-layout/table-bottom-left.gif') bottom left no-repeat #f1f1f1;
}
.comparison .bottom {
	padding-bottom:8px;
	border:none;
	background: url('images-layout/table-bottom.gif') bottom left repeat-x #f1f1f1;
}
.comparison .bottomRight {
	padding-right:12px;
	padding-bottom:8px;
	border:none;
	background: url('images-layout/table-bottom-right.gif') bottom right no-repeat #f1f1f1;
}



/***************************************************************
Text Styles
***************************************************************/
.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.price {
	font-weight:600;
	color:#ffa11a; /*d75b10;*/
}
.bonusText, .errorText {
	font-weight:600;
	color:#d75b10;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.quote {
	padding:0 3px;
}

.alignText1 {
	text-align:center;
}

.extraLine {
	margin-bottom:1.5em;
}

.indentStyle1 {
	padding-left:2.5em;
}

/* ------------------ Headers -----------------*/


/* ------------------- Links ------------------*/
.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active {
	display:block;
	margin-right:3px;
	padding-top:6px;
	width:118px;
	height:26px;
	
	text-align:center;
	text-decoration:none;
	font-size:105%;
	font-weight:bold;
	color:#fff;
	
	background: url('/images-layout/button-style-1.gif') top left repeat-x #ffa11a;
}

.buttonStyle1:hover {
	text-decoration:underline;
	color:#fff;
	background: url('/images-layout/button-style-1-hover.gif') top left repeat-x #ffa11a;
}

input.buttonStyle1 {
	display:inline;
	float:left;
	margin:0 3px 0 0;
	padding-bottom:8px;
	
	width:118px;
	height:32px;
	
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
	
	border:0;
	background: url('/images-layout/button-style-1.gif') top left repeat-x #ffa11a;
}
.buttonStyle1_ie6hover {
	display:inline;
	float:left;
	margin:0 3px 0 0;
	padding-bottom:2px;
	
	width:118px;
	height:32px;
	
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	text-decoration:underline;
	font-weight:bold;
	color:#fff;
	
	cursor:pointer;
	
	border:0;
	background: url('/images-layout/button-style-1-hover.gif') top left repeat-x #ffa11a;
}


.buttonStyle2, .buttonStyle2:link, .buttonStyle2:visited, .buttonStyle2:active, .buttonStyle2_ie6hover {
	display:block;
	padding-top:3px;
	padding-right:6px;
	padding-left:6px;
	
	width:77px;
	height:25px;
	
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	
	background: url('/images-layout/button-style-2.gif') top left repeat-x #8fa7cb;
}
input.buttonStyle2, .buttonStyle2_ie6hover {
	display:block;
	float:left;
	margin:0;
	padding:0;
	padding-bottom:4px;
	
	height:25px;
	width:77px;
	
	font-size:11px;
	cursor:pointer;
	
	border:0;
}
.buttonStyle2:hover, .buttonStyle2_ie6hover {
	color:#fff;
	text-decoration:underline;
	background: url('/images-layout/button-style-2.gif') top left repeat-x #e2eaf0;
}



/***************************************************************
Image Classes
***************************************************************/

.thumbnail {
	display:inline;
	float:left;
	margin:8px 14px 12px 14px;
}
.thumbnail img {
	
}
.thumbnail p {
	padding:0;
	text-align:center;
}


.pageBanner {
	padding-bottom:20px;
}

.mugShot {
	float:left;
	padding-right:8px;
}



/***************************************************************
Forms
***************************************************************/
#form_contact fieldset {
	padding:0;
	margin:0;
	border:0;
}
#form_contact label {
	display:inline;
	clear:left;
	float:left;
	
	margin-right: 0.5em;
	
	width:10em;
	
	font-weight:bold;
	text-align:right;
}
#form_contact input {
	float:left;
}
#form_contact input.text, #form_contact  textarea.text {
	margin:0 0 5px 0;
}
#form_contact input.text {
	height: 1em;
}