@charset "utf-8";
/* City Bags Style Sheet By Keith Landon
for plevtech
 */
body {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
background-color: #e7f1ff;
background-image: url(../assets/wrapper_bg2.jpg);
background-position: top;
background-repeat: repeat-x;
padding: 0px;
margin: 0px;
}
#container {
position: relative;
padding: 0px;
width: 900px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
}
#header {
position: relative;
width: 900px;
height: 100px;
padding: 0px;
margin: 0px;
}
#logo {
width: 240px;
height: 100px;
margin: 0px;
padding: 0px;
position: absolute;
}
#header_right {
position: relative;
width: 660px;
height: 100px;
top: 0px;
left: 240px;
padding: 0px;
background-image: url(../assets/header_img_bg1.jpg);
background-position: top;
background-repeat: no-repeat;
}
#header_txt {
position: absolute;
width: 660px;
margin-top: 60px;
margin-left: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: right;
}
#header_txt ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	
}
#header_txt ul li {
	display: inline;
	color: #fff;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 20px;
}
#header_txt ul a {
	text-decoration: none;
	color: #fff;
}
#header_txt ul a:hover {
	text-decoration: underline;
	color: #76afe1;
}
#main_content {
width: 900px;
padding: 0px;
margin: 0px;
position: relative;
background-image: url(../assets/maincontent_bg.jpg);
background-position: top;
background-repeat: repeat-y;
	min-height:450px;
	height:auto !important;
	height:450px;
}
#left_col {
width: 240px;
height: 100%;
padding: 0px;
margin: 0px;
position: absolute;
}
#right_col {
padding: 0px;
position: relative;
left: 240px;
top: 0px;
top: 0px;
width: 660px;
height: auto;
background-image: url(../assets/topgrad_maincontent.jpg);
background-position: top;
background-repeat: no-repeat;
}
#menu {
position: relative;
width: 240px;
height: auto;
margin-top: 20px;
border-top-width: 1px;
border-top-color: #999;
border-top-style: solid;
padding: 0px;
}
div#menu ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
width: 240px;
}
div#menu li {
line-height: 30px;
width: 240px;
}
div#menu li a {
text-indent: 20px;
display: block;
padding: 0px;
color: #333;
text-decoration: none;
width: 100%;
font-size: 14px;
font-weight: bold;
background-image: url(../assets/nav_bg_1.jpg);
background-repeat: no-repeat;
background-position: left;
border-bottom-width: 1px;
border-bottom-color: #999;
border-bottom-style: solid; 
}
div#menu li a:hover {
background-image: url(../assets/nav_bg_hover.jpg);
background-repeat: no-repeat;
background-position: left;
}
div#menu li.active a{
	background-image: url(../assets/nav_bg_curr.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#left_col_content {
padding: 0px;
position: relative;
height: auto;
width: 240px;
margin-top: 25px;
z-index: 100;
}
#left_col_content img {
margin-left: 20px;
padding: 0px;
}
#left_col_content p {
padding: 0px;
margin: 0px;
color: #555;
font-size: 11px;
text-align: center;
}
.redtxt {
color: #800D21;
}
.bright_red {
color: #FF0000;
}
.lightgrey_txt {
color: #666;
}
#page_contents {
position: relative;
width: 620px;
height: auto;
margin-left: 20px;
padding-top: 20px;
top: 0px;
}
#page_contents h1 {
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
margin: 0px;
font-size: 24px;
font-weight: bold;
color: #333;
}
#page_contents h2 {
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
margin: 0px;
font-size: 18px;
font-weight: bold;
color: #666;
}
h3 {
color: #990000;
margin: 0px;
padding: 0px 0px 10px 0px;
}
#flash_holder {
position: relative;
margin: 0px;
padding-top: 6px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 25px;
}
#page_contents p {
position: relative;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 20px;
width: 560px;
margin: 0px;
font-size: 12px;
color: #333;
line-height: 20px;
}
img {
border: none;
}
#photo_history {
margin: 0px;
padding: 0px;
}
#photo_directions {
margin: 0px;
padding: 0px 0px 30px 0px;
}
a:hover {
color: #666666;
}
#footer {
position: relative;
margin: 0px;
padding: 0px;
width: 900px;
height: 110px;
background-image: url(../assets/footer_bg.jpg);
background-repeat: no-repeat;
background-position: top;
}
#footer_txt {
position: relative;
top: 70px;
left: 20px;
width: 600px;
padding: 0px;
margin: 0px;
color: #fff;
}
#footer_txt p {
line-height: 14px;
padding: 0px;
margin: 0px;
font-size: 10px;
}
#footer_txt a {
	text-decoration: none;
	color: #fff;
}
#footer_txt a:hover {
	text-decoration: underline;
	color: #76afe1;
}
/* Below is for the Contact Form */

form {
padding: 0px;
margin: 0px;
margin-top: 10px;
}
label {  
position: relative;  
float: left;  
width: 10em;  
margin-right: 1em; 
}
fieldset {  
float: left;  
clear: left;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;
}
legend {  
padding: 0;  
color: #545351;  
font-weight: normal;
width: 500px;
}
fieldset ol {  
padding: 2em 1em 0 1em; 
list-style: none;
}
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 15px;
font-size: 12px;
}
fieldset {  
position: relative;  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 -1em 0;  
padding: 0 0 1em 0;  
border-style: none;  
border-top: 1px solid #BFBAB0;  
background-color: transparent;
}
legend span {  
position: absolute;  
left: 0.74em;  
top: 0;  
margin-top: 0.5em;  
font-size: 14px;
color: #333;
padding: 0px;
}
fieldset.alt {  
background-color: transparent;
}
fieldset.submit {  
float: none;  
width: auto;  
padding-top: 1.5em;  
padding-left: 9.5em;  
background-color: transparent; 
}
input.submit:hover {
	color: #FF0000;
}
fieldset fieldset {  
margin-bottom: -2.5em;
padding: 0px;  
border-style: none;  
background-color: transparent;  
background-image: none;
}
fieldset fieldset legend {  
margin-left: 0;  
font-weight: normal;
font-size: 12px;
}
fieldset fieldset ol {  
position: relative;  
top: -2em;  
margin: 0 0 0 11em;  
padding: 0;
}
fieldset fieldset label {  
float: none;  
width: auto;  
margin-right: auto;
padding: 0px;
}
label em {  
position: absolute;
left: 34em;
top: 0.2em;
width: 19em;
color: #C00;
font-size: 85%;
font-weight: normal;
text-transform: uppercase;
}
input {
	color: #333; 
	padding: 0px;
	margin: 0px;
}
/* Below is styles for the TABLES ya heard!!! */
table {
width: 600px;
border: 1px solid;
border-color: #CCC;
margin: 0px;
padding: 0px;
}
tr {
width: 100%;
}
th {
font-size: 18px;
font-weight: normal;
padding: 10px;
text-align: center;
}
td {
padding: 10px;
font-size: 11px;
text-align: center;
border-top: 1px solid;
border-top-color: #CCC;
border-top-width: 100%;
}
.product2 {
padding-top: 30px;
}
.product_image {
padding-top: 10px;
padding-bottom: 20px;
}
