/*
Client: J.J. Downs Industrial Plastics Inc.
Web: jjdownsplastics.com
Author: MXSmv
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	text-align: center;
}

a img { border: 0; }

a:link, a:visited {
	color: #096db4;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #5eace3;
}

/* Main Containers */

#headerTop {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
	height: 58px;
	background: url('/img/branding_top.jpg') no-repeat left bottom;
}

#headerInfo, #menuTop {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#headerInfo {
	margin: 0 30px 0 310px;
	font-size: 12px;
}

#headerInfo p {
	margin: 0;
	padding: 5px;
	color: #8a8e90;
}

#headerInfo p i {
	color: #5eace3;
}

#headerInfo p span {
	font-size: 10px;
}

a.subItem:link, a.subItem:visited {
	display: inline;
	float: left;
	height: 30px;
	margin: 0 0 0 10px;
	background: url('/img/subMenuRight.jpg') no-repeat bottom right;
	padding: 0;
	line-height: 24px;
	font-size: 12px;
	text-decoration: none;
	color: #8a8e90;
	border-top: 0;
	font-weight: normal;
}

.subItem span {
	display: block;
	padding: 0;
	height: 30px;
	padding: 0 10px 0 10px;
	background: url('/img/subMenuLeft2.jpg') no-repeat bottom left;
	cursor: pointer;
}

a.subItem:hover {
	color: #5eace3;
	border-top: 1px solid #5eace3;
}


#mainWrap {
	margin: 0;
	padding: 0;
	background: url('/img/main_bg.jpg') repeat-x top left;
}

#menuMain {
	margin: 0 auto 0 auto;
	width: 900px;
	padding: 0;
	background: url('/img/header.jpg') no-repeat 0 0;
}

#menuMain a:link, #menuMain a:visited {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 57px;
	background-position: top left;
}

#menuMain a:hover {
	background-position: bottom left;
}

.clickHome { background-image: url('/img/bt_home.jpg'); }
.clickProducts { background-image: url('/img/bt_products.jpg'); }
.clickServices { background-image: url('/img/bt_services.jpg'); }
.clickAbout { background-image: url('/img/bt_about.jpg'); }

#menuMain a.clickHome:link, #menuMain a.clickHome:visited { margin-left: 288px; }


#content {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	background: url('/img/content_bg.jpg') repeat-y 293px 0;
}

#main {
	margin: 0;
	padding: 0;
	background: url('/img/header.jpg') no-repeat 0 -57px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #4b4a4a;
	border-bottom: 1px solid #FFF;

}

#main h2 {
	margin: 25px 0 5px 0;
	padding: 0;
	font-size: 36px;
	font-weight: normal;
}



#colLeft, #colRight{ 
	display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
#colLeft {
	float: left;
	margin: 275px 0 0 0;
	width: 288px;
}

#colRight {
	float: right;
	margin: 150px 20px 0 15px;
	width: 570px;
}

#copyright {
	margin: 0 auto 0 auto;
	width: 900px;
	padding: 0;
}

#copyright p {
	margin: 0;
	padding: 10px 0 50px 0;
	color: #8a8e90;
	font-size: 11px;
	widht: 608px;
	text-align: center;
	margin-left: 294px;
}

#contentEnd {
	height: 20px;
	background: url('/img/content_bottom.jpg') no-repeat bottom center;
	margin-left: 294px;
}

/* Side Column */

.sideBox {
	margin: 0;
	padding: 0;
	width: 288px;
	background: url('/img/side_bg.jpg') repeat-y top center;
}

.sideBoxIn {
	margin: 0;
	padding: 10px;
	background: url('/img/side_top.jpg') no-repeat top center;
}

.sideBoxBot {
	margin: 0;
	padding: 0;
	height: 15px;
	background: url('/img/side_bottom.jpg') no-repeat top center;
}

/* Content */

#innerLeft, #innerRight {
	display: inline;
	margin: 0;
	padding: 0;
}

#innerLeft {
	float: left;
	width: 270px;
}

#innerRight {
	float: right;
	width: 300px;
}

.insideTitle {
	margin: 0;
	padding: 0;
	width: 289px;
	background: url('/img/inside_featured.jpg') no-repeat bottom center;
}

.insideBox {
	margin: 0;
	padding: 0;
	width: 288px;
	background: url('/img/inside_bg.jpg') repeat-y top center;
}

.insideBoxIn {
	margin: 0;
	padding: 0;
	background: url('/img/inside_bottom.jpg') no-repeat bottom center;
}

.insideBoxBot {
	margin: 0;
	padding: 10px;
	background: url('/img/inside_top.jpg') no-repeat top center;
}

.productBox {
	margin: 15px 5px 15px 5px;
	width: 255px;
	height: 160px;
	background: #ddd;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.productBox .prodLeft, .productBox .prodRight {
	display: inline;
	float: left;
	margin: 5px 0 5px 5px;
}

.productBox .prodLeft {
	width: 100px;
	height: 105px;
	font-size: 12px;
	line-height: 16px;
	overflow: auto;
}

.productBox .prodRight {
	width: 120px;
	height: 140px;
}

.productBox a.prodRight img {
	border: 1px solid #4b4a4a;
}


.productPageBoxes {
	float: left; 
	margin-left: 12px; 
	margin-right: 12px;
}


/* Misc */

.clear { clear: both; }

#copyright p a:link, #copyright p a:visited {
	color: #8a8e90;
	text-decoration: none;
}

#copyright p a:hover {
	text-decoration: underline;
}

/* Forms */


.contentForm label, .contentForm input, .contentForm select, .contentForm textarea, #TermsOfUse {
	display: inline;
	float: left;
	margin: 5px;
}	

.contentForm label {
	border: 1px solid #5eace3;
	background: #096db4;
	color: #FFF;
	font-weight: bold;
	padding: 7px;
	width: 175px;
	text-align: right;
}

.contentForm input, .contentForm select {
	height: 30px;
	padding: 5px;
	width: 150px;
	background: #5eace3;
	color: #FFF;
	border: 1px solid #999;
}

.contentForm textarea {
	background: #5eace3;
	color: #FFF;
	border: 1px solid #999;
}

.contentForm .formbreak {
	background: #096db4;
	font-size: 2px;
	height: 5px;
	margin: 5px 5px 0 5px;
}

.contentForm .submit {
	border: 1px solid #5eace3;
	background: #096db4;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	width: 150px;
	color: #FFF;
	padding: 8px;
	height: 40px;
	margin-left: 205px;
}

.contentForm .phone1 { width: 40px; }
.contentForm .phone2 { width: 40px; }
.contentForm .phone3 { width: 60px; }

.FormErrors {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.FormErrors li {
	padding: 5px;
	border-left: 20px solid #cc0202;
	background: #FFF;
	color: #cc0202;
	margin: 5px;
	font-weight: bold;
}

.formBlurb {
	display: inline;
	float: left;
	margin: 0;
	padding: 10px 5px 0 5px;
	
}

#TermsOfUse { width: 250px; }
#TermsOfUse div {
	margin: 5px;
	padding: 5px;
	overflow: auto;
	height: 200px;
	background: #333;
	color: #FFF;
}

#TermsOfUse div h2 {
	margin-top: 0;
}

#TermsOfUse div p {
	font-size: 12px;
	line-height: 12px;
}

#TermsOfUse input {
	float: none;
	width: 20px;
	height: 10px;
}

.adminForm {
	margin: 0 0 10px 0;
	border: 1px solid #999;
	padding: 15px;
}

#adminContent h2 {
	background: #333;
	padding: 10px;
	border: 1px solid #FFF;
	margin: 5px 0 0 0;
	cursor: pointer;
}


.rightForm {
	margin: 0;
	padding: 5px;
	border: 1px solid #FFF;
	border-top: 0;
}

.rightForm label { width: 140px; }
.rightForm input { width: 125px; float: right; }


/* Search Results & Item Display */

#searchForm {
	margin-top: 0px;
}

.searchForm label, #sideSearchForm label {
	width: 80px;
}

.searchForm label {
	background: none;
	border: 0;
	color: #4b4a4a;
}

.searchForm .submit { margin-left: 0; }

.searchForm select, .searchForm input {
	width: 140px;
	background: #eeeded;
	border: 1px solid #4b4a4a;
	color: #4b4a4a;
}

#results {
	margin-top: 0;
	padding-top: 0;
}

.productShow {
	border: 2px solid #666;
	background: #096db4;
	padding-top: 0;
	margin-top: 0;
}

.productShow span {
	display: block;
	margin: 1px 0 0 0;
	padding: 7px;
}

.productShow span b {
	color: #999;
	padding-left: 30px;
}

.productShow .title {
	background: #096db4; 
	font-size: 1.2em;
	color: #FFF;
}

.productShow .info, .productShow .admin {
	background: #FFF;
	color: #333;
}

.productShow span .bFirst {
	padding-left: 0;
}

#resnum { font-weight: bold; }

.productShow .title a:link, .productShow .title a:visited {
	color: #FFF;
}



#letters p {
	display: inline;
	float: left;
	margin: 10px;
	font-size: 11px;
	color: #999;
}

#letters p a:link, #letters p a:visited {
	font-size: 24px;
}

/* Quotes */

.quote {
	margin: 5px;
	padding: 2px;
	border: 5px solid #096db4;
}

.quoteLine, .quoteQty, .quoteInfo {
	margin: 2px;
	padding: 7px;
	background: #e8e6e6;
}

.quoteInfo {
	font-weight: bold;
	font-size: 1.2em;
}

.qHeadLine, .qHeadQty {
	background: #096db4;
	color: #FFF;
	font-weight: bold;
}

.qHeadQty {
	width: 180px;
}

.quoteLine, .quoteQty {
	display: inline;
	float: left;
}

.quoteLine {
	width: 325px;
}

.quoteLine span {
	font-size: 11px;
}

.quoteQty .input {
	width: 30px;
}

#serviceTabs {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.serviceTab {
	margin: 0 0 0 5px;
	padding: 0 5px 0 5px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	display: inline;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #1788d8;
	color: #1788d8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom: 0;
	background-color: #eee;
}

.serviceBox {
	border-top: 1px solid #1788d8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 0 15px 0 15px;
}

.serviceBox h3 {
	color: #1788d8;
}

.serviceBox p {
	line-height: 16px;
	font-size: 13px;
}

#photo {
	width: 575px;
	border: 1px solid #000;
}

#downloadForms a:link, #downloadForms a:visited {
	display: block;
	margin: 10px;
	line-height: 80px;
}

#downloadForms a img {
	float: left;
	margin: 0 15px 0 0;
}

/* Blog */


.blog {
	font-family: Arial;
	margin: 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.blog h2 { margin-top: 0; margin-left: 10px; margin-right: 10px; }
.blog h3 { font-size: 12px; margin: 0; margin-left: 10px; margin-right: 10px; padding: 0; font-weight: normal; }
.blog p { font-size: 1.1em; line-height: 1.5em; margin-left: 10px; margin-right: 10px; }
.blog .blogline {
	height: 2px;
	font-size: 2px;
	padding: 0;
	margin: 10px;
	background: #ddd;
}

#main .blog h2 { margin-top: 0; }

#twitters ul {
	list-style-type: none;
	margin: 5px 5px 5px 0;
	padding: 0;
}

#twitters li {
	margin: 5px 0 5px 0;
}


#twitters li {
	padding: 10px 15px 10px 15px;
	font-size: 12px;
}

#twitters li .time {
	display: block;
	padding: 5px 0 0 0;
	text-align: right;
}

#twitterBox p {
	margin: 0 5px 0 5px;
	padding: 0;
}

.currentPage {
	font-size: 1.5em;
}


