@charset "utf-8";


/* General */


* {
    margin:0;
    padding:0;
}

img {
	border: 0 none;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/background.png);
	background-repeat:repeat;
	color:#1c1c1c;
}

@font-face {
	font-family: coolvetica;
	src: url("fonts/coolvetica.ttf") format("opentype");
}

h3 {
	font-size:16px;	
}

p {
	font-size:12px;
}

span.grey {
	color:#666;	
}

span.green {
	color:#005400;	
}

span.coolvetica {
	font-family: coolvetica, Arial, Helvetica, sans-serif;	
}

a {
	text-decoration:none;	
	outline:none;
}

/* Positioning */


#MASTER {
	width:990px;
	margin:0 auto 0 auto;
	position:relative;
	left:0px;
	top:0px;
}

div.topContainer {
	float:left;
	width:960px;
	background-color:#fff;
	border-left:thin solid #CCC;
	border-right:thin solid #CCC;
	padding:15px;
}

div.content {
	float:left;
	width:960px;
	min-height:400px;
	background-color:#FFF;
	border-left:thin solid #CCC;
	border-right:thin solid #CCC;
	padding:10px 15px 25px 15px;
}

.content .row {
	float:left;	
	width:100%;
}

/* Header  */


#header {
	float:left;
	width:225px;
	height:85px;
	background-image:url(images/vend-again2.png);
	background-repeat:no-repeat;
	margin-left:15px;
	padding-bottom:5px;
	overflow:hidden;
}

#header .vendagain {
	float:left;
	margin:-100px;
}


/* Page Content----> */


/* Container for gallery content */


.galleryBox {
	float:left;
	width:673px;
	height:280px;
	background-color:#e1e0de;
	margin:0 0 20px 15px;
	padding:10px;
	box-shadow: 1px 1px 1px #999;
    -moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}


/* .textBox is container for .text within galleryBox */


.textBox {
	float:left;
	width:269px;
	margin-left:10px;
}

.textBox h4 {
	font-size:22px;
	color:#1c1c1c;
	border-bottom:dashed thin #999;
	padding-bottom:5px;
	width:258px;
}

.textBox .stockBtn {
	float:left;
	position:static;
	margin-bottom:6px;
	margin-right:6px;
}

.textBox .stockBtn a {
	padding-top:8px;padding-bottom:8px;
	margin-left:10px;
}

.textBox .text {
	float:left;
	width:269px;
}

/* Image Gallery */


.clear {
    clear:both
}
 
#gallery {
	float:left;
    position:relative;
    width:331px;
	height:255px;
}

#gallery a {
	position:absolute;
	left: 45px;
	top: 13px;
	border:solid medium #FFF;
}
     
#gallery a img {
	width:331px;
	height:255px;
	border:none;
}
     
#gallery a.show {
	z-index:500
}
 
#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#ffffff;
	height:56px;
	width:100%;
	position:absolute;
	bottom:-16px;
	left: 48px;
}
 
#gallery .caption .comment {
	margin:5px
}
     
#gallery .caption .comment p {
	margin:0;
	padding:0;
	color:#fff;
}


/* .infoBox is container for .text on why vend again and contact pages */


.infoBox {
	float:left;
	width:930px;
	padding-left:15px;
}


/* .text whithin .infoBox acts as first colum in why vend again pages */


.infoBox .text {
	width:700px;
	float:left;
	border-top:dashed thin #999;
	color:#3c3c3c;
}

.infoBox .text h4 {
	font-size:17px;	
}

.infoBox .text h3 a {
	font-size:15px;
	font-family:coolvetica, "Times New Roman", Times, serif;	
}

.infoBox a {
	color:#255627;
}

/* .colum1 + 2 for contact page */

.infoBox .colum1 {
	float:left;
	width:45%;	
}

.infoBox .colum1 h4 {
	font-size:13px;	
	color:#255627;
}

.infoBox .colum1 .info {
	float:right;
	padding-right:20px;
}

.infoBox .colum1 .info p {
	font-weight:bold;
	padding-bottom:5px;
}

.infoBox .colum2 {
	float:left;
	width:45%;
	margin-left:10%;
}

.infoBox .colum2 .info p {
	padding-bottom:5px;
}

.btn {
	border:solid thin #1c1c1c;
	background-color:#1c1c1c;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	width:auto;
	height:auto;
	padding:4px;
}

.btn:hover {
	border:solid thin #fff;
	background-color:#FFF;
	color:#1c1c1c;
}

.infoBox .btn {
	margin-top:15px; margin-bottom:25px;
}


/* second colum for why vendagain/contact pages */


.infoBox .col2 {
	float:left;
	width:230px;
}

.infoBox .col2 img {
	float:right;
	margin-top:10px;
	padding-bottom:20px;
}

.infoBox .text ul {
	list-style-type:square;	
	margin-left:15px;
}

.infoBox .text li {
	float:none;	
	font-size:13px;
}


/* text container on all pages */


.text {
	padding-top:15px;
	padding-bottom:15px;
}

.text h2 {
	font-size:15px;	
}	

.text h3 {
	font-weight:normal;	
}


.text p {
	padding-bottom:17px;	
}

/* title for pages */

.title {
	margin-left:15px;
	margin-bottom:10px;
	padding-bottom:5px;
}

.title h2 {
	font-size:18px;
	color:#353535;	
	border-bottom:dashed thin #999;
	width:211px;
}

.title h3 {
	font-size:18px;
	color:#353535;	
	border-bottom:dashed thin #999;
	width:211px;
}

.title h4 {
	font-size:18px;
	color:#353535;	
	border-bottom:dashed thin #999;
	width:115px;
}

/* sustainable box on index page */


div.sustainable {
	float:left;
	width:221px;
	height:300px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	position:relative;
	margin:0 0 20px 15px;
	background-image:url(images/sustainable.png);
	box-shadow: 1px 1px 1px #a48e64;
    -moz-box-shadow: 1px 1px 1px #a48e64;
	-webkit-box-shadow: 1px 1px 1px #a48e64;
}

.sustainable h3 {
	margin-left:17px;
	margin-top:120px;
	font-size:20px;
	font-weight:normal;
	border-bottom:dashed thin #1c1c1c;
	width:100px;
}

.sustainable p {
	padding:15px 0 0 17px;	
	width:80%;
	color:#444;
}

.sustainable a {
	font-size:14px;
	color:#1c1c1c;
	font-weight:bold;
}

.sustainable a:hover {
	color: #00aaff;
}


/* machine images resized to box */


.imgBox {
	float:left;
	width:221px;
	height:280px;
	margin:0 0 0 15px;
	overflow:hidden;
}

.imgBox img {
	width: inherit;
	height: auto;
}


/* .vendBox includes info text for machine images */


.vendBox {
	float:left;
	width:221px;
	height:200px;
	background-color:#e1e0de;
	position:relative;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	margin:15px 0 15px 15px;
	box-shadow: 1px 1px 1px #999;
    -moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
}

.vendBox h3 {
	font-size:14px;
	color:#3d4044;
	padding:8px;
}

.vendBox h3:hover {
	text-decoration:underline;
}

.vendBox p {
	padding:8px;	
}

.vendBox ul {
	margin-left:11px;	
	padding-top:3px;
	padding-bottom:9px;
}

.vendBox li {
	font-size:12px;
	list-style-type:none;
	background-image:url(images/square.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
}

.stockBtn {
	width:110px;
	padding-left:15px;
	background:#cac7c7 url(images/arrow.png) no-repeat 7px 10px;
	position:absolute;
	top:162px;
	right:88px;
}

.stockBtn * {
	font-size:11px;
}

.stockBtn:hover {
	background:#3d4044 url(images/white-arrow.png) no-repeat 7px 10px;
}

.stockBtn a {
	color:#1c1c1c;
	display:block;
}

.stockBtn:hover a {
	color:#FFF;
}


/* image for details, machinelist and tech spec pages   */


.machineList .machine {
	width:auto;
	height:auto;		
}

.machine {
	float:left;
	margin:0 0 0 15px;
	width:250px;
	max-height:400px;
}

.machine img {
	width:inherit;
	height: auto;
}


/* machinedetails button below image */


.machine a {
	width:80px;
	display:block;
	background:#cac7c7 url(images/arrow.png) no-repeat 7px 11px;
	color:#1c1c1c;
	font-size:11px;
	text-align:center;
	padding:9px 5px 9px 25px;
	margin-top:10px;
}

.machine a:hover {
	color:#FFF;
	background:#3d4044 url(images/white-arrow.png) no-repeat 7px 11px;
}


/* .machineBox includes details, machine info and button links to pages  */


.machineBox {
	float:right;
	width:640px;
	min-height:230px;
	position:relative;
	margin:0 15px 20px 15px;
	padding:10px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	background-color:#e1e0de;
	box-shadow: 1px 1px 1px #999;
    -moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;	
}

.machineBox h3 {
	padding:0 8px 16px 8px;
}

.machineBox p {
	padding:8px;	
}

.machineBox img {
	padding:8px;	
}

.list {
	float:right;
	width:640px;
	min-height:230px;
	position:relative;
	margin:0 15px 20px 15px;
	padding:10px;
	border:thin dashed #999;
	background-image:url(images/dropdown.png);
}

.list ul {
	font-size:14px;
	padding-left:16px;
	padding-bottom:8px;
}

.list ul h4 {
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
}

.list li {
	list-style-type:none;
	background-image:url(images/square.png);
	background-repeat: no-repeat;
	background-position: 0 .9em;
	padding-left: 1em;	
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:thin solid #CCC;
}

.machineList .machineBox {
	width:778px;
	height:160px;	
}

.machineBox .col1 {
	float:left;	
	width:307px;
	border-right:thin dashed #999;
	padding-right:5px;
}

.machineBox .col2 {
	float:left;	
	width:307px;
	padding:4px;
	text-align:right;
}

.machineList .col1 {
	width:300px;
	margin-left:15px;	
}

.machineList .col2 {
	float:right;	
}


/* text container on machine details, list and information pages */


.details {
	padding:10px;
}

.details h3 {
	font-size:18px;
	color:#3d4044;
	text-transform:uppercase;
}

.details h4 {
	font-size:16px;
	color: #005400;
	border-bottom:thin dashed #999;	
	padding-bottom:5px;
}

.details .listBox {
	float:left;
	padding:0 10px 10px 0;
	max-with:100px;
	max-height:100px;
	overflow:hidden;	
}


/* button */


.ecommerce {
	padding-bottom:30px;
	padding-left:35px;
}

.ecommerce a {
	width:80px;
	height:23px;
	display:block;
	background:#cac7c7 url(images/arrow.png) no-repeat 7px 10px;
	font-size:11px;
	color:#1c1c1c;
	text-align:center;
	padding-top:7px;
	padding-left:30px;
	position:absolute;
	left:551px;
}

.ecommerce a:hover {
	color:#FFF;
	background:#3d4044 url(images/white-arrow.png) no-repeat 7px 10px;
}
