/*
 * #01 - Columns
 * #02 - Sections
 * #03 - Lists
 * #04 - Forms
 * #05 - Tables
 * #06 - Other
 */

/* #01 - COLUMNS **************************************************************/

.section {
	margin-bottom: 24px;
	overflow: hidden; /* contain floats */
	padding-bottom: 1px; /* allow room for link underlines (in all browsers) */
}

.col-ae-short { float: left; width: 512px; margin-left: 36px; }
.col-ae { float: left; width: 540px; margin-left: 36px; }
.col-ag { float: left; width: 756px; margin-left: 36px; }

.col-fg-short { float: right; width: 216px; margin-right: 40px; }
.col-fg { float: right; width: 224px; }

/* #02 - SECTIONS *************************************************************/

/* header */

#tall-flash {
	height: 439px;
}

#short-flash {
	height: 293px;
}

/* sidebar */

#sideform {
	padding: 20px 0 10px 14px;
	background: #fff url('../images/sideform_bg.gif') 0 0 no-repeat;
	overflow: hidden;
}

#sideform-bottom {
	width: 228px;
	height: 10px;
	background: #fff url('../images/sideform-bottom.gif') 0 0 no-repeat;
}

#sidebar {
	margin-top: 8px;
	width: 224px;
	overflow: hidden; /* contain floats */
}
#sidebar .col-l {
	float: left;
	width: 157px;
}
#sidebar .col-r {
	float: right;
	width: 56px;
	margin-right: 8px;
}

#btn-enviro {
	display: block;
	width: 210px;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 12px 0 0 6px;
	background: white url('../images/btn_enviro.gif') 0 0 no-repeat;
}
#btn-enviro:hover { background-position: 0 -46px; }
body#enviro #btn-enviro,
body#privacy #btn-enviro,
body#sitemap #btn-enviro,
body#error404 #btn-enviro { display: none; }

/* Home */

#index-cta {
	background: #fff url('../images/index_cta_bg.gif') 0 0 no-repeat;
	padding: 12px 20px;
}
#index-cta-bottom { width: 216px; height: 4px; background: #fff url('../images/index_cta_bottom.gif') 0 0 no-repeat; }

#index-cta a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 176px;
	height: 32px;
	background: transparent url('../images/btn_index-cta.gif') 0 0 no-repeat;
	border: none;
}
#index-cta a:hover { background-position: 0 -32px; }

/* Product Catalogue - Main */

.product-category {
	border: 1px solid #000;
	background: #dff1f4;
	overflow: hidden;
	margin-bottom: 12px;
}
.product-category .col-l {
	float: left;
	width: 390px;
	margin-left: 15px;
}
.product-category .col-r {
	float: right;
	width: 80px;
	margin-right: 15px;
}

/* Product Catalogue - Category */

.product-info {
	border: 1px solid #000;
	background: #dff1f4;
	overflow: hidden;
	margin-bottom: 12px;
}
.product-info .col-l {
	
	float: left;
	width: 150px;
	margin: 12px 0 12px 15px;
}
.product-info .col-l a img {
	border: 1px solid #000;
	max-width: 148px;
}
.product-info .col-r {
	float: right;
	width: 335px;
	margin-right: 15px;
}

/* Product Catalogue - Product Info */

.product-img { border: 1px solid #000; margin-bottom: 12px; max-width: 538px; }

/* Contact Us */

#map-outer { border: 2px solid #000; margin-top: 24px; }
#map-inner { border: 1px solid #000; margin: 2px; }
#address { float: left; width: 296px; }
#phonenum { float: right; width: 206px; }

/* #03 - LISTS ****************************************************************/

#inner-wrapper ul { margin: 0 0 12px 16px; }
#inner-wrapper ul.spaced li { margin-bottom: 12px; }
#inner-wrapper ul ul { margin-top: 4px; }
#inner-wrapper ul ul li { margin-bottom: 6px; }

body#blog ul ul { margin: 0 0 0 16px; }
body#blog ul ul li { margin-bottom: 0; }
body#blog ul ul.spaced { margin-top: 12px; }

body#sitemap #inner-wrapper ul { margin-bottom: 36px; }
body#sitemap #inner-wrapper ul ul { margin-bottom: 0; }

/* #04 - FORMS ****************************************************************/

/* Main Conctact Form / General Rules */

label { display: block; }
input.input-text {
	width: 194px;
	padding: 0 3px;
	height: 21px;
	border: 1px solid #000; 
}
textarea {
	width: 194px;
	height: 100px;
	border: 1px solid #000;
	padding: 3px;
}
input.form-image { float: right; margin-right: 8px; }

input.input-text, textarea {
	background: #fff url('../images/input_bg.gif') 0 0 repeat-x;
	font: small verdana, helvetica, arial, sans-serif;
}

.errorbox {
	width: 200px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #ffdcc0;
}
input.invalid-field, textarea.invalid-field { background: #f0c099; }

.form-success {
	width: 200px;
	font-weight: bold;
}

/* #05 - TABLES ***************************************************************/

table.tbl-product {
	width: 538px;
	margin: 12px 0 24px;
	border: 1px solid #289eb6;
}

table.tbl-product tr.evenrow { background: #dff1f4; }
table.tbl-product td { padding: 12px; vertical-align: top; }
table.tbl-product td.col-l {
	width: 120px;
	padding-right: 24px;
}

/* #06 - OTHER ****************************************************************/

.clear { clear: both; }
.float-r { float: right; }

.nudge-top { margin-top: 16px; }

.inline-img-l { float: left; margin: 0 12px 6px 0; border: 2px solid #000; }
.inline-img-r { float: right; margin: 0 0 6px 12px; border: 2px solid #000; }

/* because TinyMCE editor doesn't support elements belonging to multiple
classes, like .inline-img-r and .nudge-top */ 
.nudged-inline-img-l { float: left; margin: 16px 12px 6px 0; border: 2px solid #000; }
.nudged-inline-img-r { float: right; margin: 16px 0 6px 12px; border: 2px solid #000; }