/*
Theme Name: Love Lashes
Theme URI: http://www.lovelashes.org/
Description: A corprate static website for the conpany LoveLashes.
Version: 1.0
Author: Aiden Cott
*/

/* Table of Content
==================================================
	#Homepage
	#Product Page
	#Contact Page */

/* #Homepage
================================================== */
#content .sales { text-align: center; }
#content .sales .section { 
	width: 30%;
	vertical-align: top;
	height: 150px;
	margin-top: 30px;
	padding: 0 2%; 
	border: solid #f9f9f9; 
	border-width: 0 1px 0 0; 
	text-align: left; 
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
}
#content .sales .section.first { padding-left: 0; }
#content .sales .section.last { border-width: 0; padding-right: 0;}

/* #Product Page
================================================== */
#content .product .roundabout, #content .product .roundabout li { margin: 0; padding: 0; list-style: none; }
#content .product .roundabout { width: 900px; height: 360px; margin: 0 auto -40px; z-index: 10; }
#content .product .roundabout img {
	height: inherit;
	width: inherit;
}

/* #Contact Page
================================================== */
#content .contact .info { width: 500px; height: 400px; }
#content .contact .info a { color: #fff; }
#content .contact .indent { display: inline-block; *display: inline; zoom: 1; width: 100px }
#content .contact .indent.bottom { margin-bottom: 8px; }
#content .contact .email { width: 400px; margin-top: 38px }
#content .contact label { 
	display: inline-block; 
	*display: inline; 
	zoom: 1;
	padding-top: 8px;
}
#content .contact .inputWidth { width: 100%; float: right; }
#content .contact input { width: 200px }
#content .contact textarea { width: 96%; height: 130px; float: right; }

/* #Distributors Page
================================================== */
#content .distributors .info { width: 500px ; height: 450px; }
#content .distributors .info a { color: #fff; }
#content .distributors .email { width: 400px; margin-top: 29px }
#content .distributors label { 
	display: inline-block; 
	*display: inline; 
	zoom: 1;
	padding-top: 8px;
}
#content .distributors .inputWidth { width: 100%; float: right; }
#content .distributors input { width: 200px }
#content .distributors textarea { width: 96%; height: 130px; float: right; }