/* Argosee Greenhouse Technology*/

@import"../css/global.css";
@import"../css/sifr.css";
@import"../css/navigation.css";
@import"../css/standard.css";
@import"../css/tabular.css";

/* Wrap */

#wrap {
	width: 750px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
	background: #FFF;
}	

/* Header */

#header {
	width: 750px;
	height: auto;
	color: #007C17;
	font-size: 1em;
	padding: 10px 0;
	position: relative;
	background: #F3F3F3 url('../images/core/header-phone.jpg') 400px 80px no-repeat;
}	

#header div#logo {
	width: 184px;
	height: 88px;
	margin-left: 10px;
	background: url('../images/core/logo-argosee.jpg') 0 0 no-repeat;
}

#header div#logo h2 {
	text-indent: -999px;
	overflow: hidden;
}

#header div.cart {
	position: absolute; right: 10px; bottom: 10px;
}	

#header div.cart p {
	text-align: right;
	line-height: 2em;
	padding-left: 20px;
	background: url('../images/core/icon-cart.jpg') left top no-repeat;	
}

#header div.cart ul li {
	display: inline;
}

/* Banner */

#banner {
	width: 750px;
	height: auto;
	background:#c7dcd5
}

/* Content */

#content {
	width: 750px;
	height: auto;
	padding: 20px 0;
}

div.left-column,
div.right-column {
	float: left;
	height: auto;
}

/* Left Column */

div.left-column {
	width: 574px;
	padding-right: 10px;
	border-right: 1px solid #E5E5E5;
}
	
/* Products */
div.our-products table {
	margin: 20px 0;
}

div.our-products table td {
	padding: 10px;
	background: #f2f2f2;
	border: 2px solid #fff;
}

div.our-products table td img {
	border: 1px solid #C7DCD5;
	margin: 10px 0;
}

/* Right Column */

div.right-column {
	width: 145px;
	font-size: 1.1em;
	padding: 0 10px;
}

div.right-column hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #E5E5E5;
}

/* Titles */

div.title {
	display: block;
	height: auto;
	color: #FFF;
	margin: 0 0;
	padding: 3px 5px;
	text-transform: uppercase;
}

div.title h4 {
	font-size: 1.3em;
	font-weight: bold;
}

div.green {
	background:  #016767 url('../images/core/green-cnr-right.jpg') right center no-repeat;
}

div.orange {
	background: #E59F17 url('../images/core/orange-cnr-right.jpg') right center no-repeat;
}

div.sub-title {
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
}

div.sub-title h3 {
	padding-left: 30px;
	background: url('../images/core/icon-leaf.jpg') left center no-repeat;
}

/* Section */

div.section {
	position: relative;
	padding-right: 200px;
}

div.section p {
	position: absolute; right: 0; top: 0;
}

/* Whats New */

div.whats-new {
	text-align: center;
	padding-bottom: 10px;
}

div.whats-new img.thumb {
	border: 1px solid #C7DCD5;
	margin-top: 10px;
}

div.whats-new p {
	margin: 10px 0;
	line-height: 1.4em;
}

div.whats-new a {
	color: #3BA13C;
	text-decoration: underline;
}

div.whats-new a:hover {
	color: #0B6C6B;
}

/* On Special */

div.on-special {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 10px;
}

div.on-special img.thumb {
	border: 1px solid #C7DCD5;
	margin-top: 10px;
}

div.on-special p {
	margin: 10px 0;
	line-height: 1.4em;
}

div.on-special a {
	color: #3BA13C;
	text-decoration: underline;
}

div.on-special a:hover {
	color: #0B6C6B;
}

/* Enquiries */

div.enquiries {
	padding: 10px 0;
}

div.enquiries p {
	margin: 10px 0;
	line-height: 1.4em;
}

div.enquiries a {
	color: #3BA13C;
	text-decoration: underline;
}

div.enquiries a:hover {
	color: #0B6C6B;
}

/* Maps */

div.maps {
	text-align: center;
	padding-bottom: 10px;
}

div.east {
	margin-top: 10px;
}

div.maps img.thumb {
	border: 1px solid #C7DCD5;
	margin-top: 10px;
}

div.maps p {
	margin: 10px 0;
	line-height: 1.4em;
}

div.maps a {
	color: #3BA13C;
	text-decoration: underline;
}

div.maps a:hover {
	color: #0B6C6B;
}

/* Footer */

#footer {
	width: 730px;
	height: auto;
	color: #E7E7E7;
	font-size: 1em;
	padding: 5px 10px;
	background: #006666;
}

#footer p  {
	margin: 0;
}

#footer p img {
	vertical-align: middle;
}

#footer p img.webfirm {
	margin-left: 20px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #E7E7E7;
}

img.spaced { margin-bottom: 15px; }

.strike { 
	text-decoration: line-through;
}