/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ======================================
= Begin Styles
=======================================*/
body {
	background: #000 url(/images/background.jpg) repeat-x 0 0;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	color: #2d2d2d;
	font-size: 12px;
}
/* ======================================
= Layout
=======================================*/
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/* ======================================
= Header
=======================================*/
#header {
	background: transparent url(/images/tea-cup.jpg) no-repeat 0 120px;
	height: 400px;
}
h1 {
	font-size: 160px;
	margin: 0;
	margin: -26px 0 0;
	float: right;
}
h1 span {
	color: #009cff;
}
h2 {
	font-size: 40px;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	padding-left: 350px;
	margin: 0px;
	float: left;
	padding-top: 30px;
}

/* ======================================
= Middle
=======================================*/
#middle {
	margin: 20px 0 0;
	height: 270px;
}
.list {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.list.last {
	margin-right: 0;
}
.list h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	background: transparent url(/images/heading-shadow.jpg) no-repeat 0 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 0;
}
.list ul {
	margin: 0 0 0 10px;
	list-style: none;
	padding: 0;
	
}
.list ul li {
	margin: 0 0 15px;
	line-height: 1.5em;
	background: transparent url(/images/white-bullet.gif) no-repeat 0 0;
	padding-left: 20px;
}

/* ======================================
= Footer
=======================================*/
#footer {
	clear: both;
}
#footer .intro {
	font-size: 18px;
	margin: 15px 0 0px;
	color: #FFF;
}
.contact-slide {
	width: 300px;
	height: 345px;
	background: #FFFFFF;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.contact-slide img {
	margin: 5px;
}
.contact-slide h3 {
	display: block;
	float: left;
	height: 25px;
	background: transparent url(/images/scribble-names.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 10px 0 0 10px;
	width: 75px;
}

#james h3 {
	background-position: 0 -25px;
}
#taylor {
	margin-right: 0;
}
#taylor h3 {
	background-position: 0 -50px;
}
#copyright-info {
	color: #595959;
	font-size: 10px;
	text-align: right;
	margin: 0 0 10px;
}
/* ======================================
= Mail Form
=======================================*/
#mail-form {
	position: absolute;
	top: 0;
	left: 80px ;
	width: 752px;
	background: transparent url(/images/form-background.png) repeat-y top center;
	padding: 0px 10px;
	color: #2D2D2D;
	display: none;
}
#success-mail {
	display: none;
}
#mail-form .wrapper, #success-mail .wrapper {
	background: #CECECE;
	padding: 10px;
}
#mail-form input, textarea {
	font-size: 2em;
	color: #2D2D2D;
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px 0 5px 5px;
	width: 720px;
}
#mail-form p {
	margin: 10px 0;
}
#mail-form h3 {
	font-family: Georgia, serif;
	font-size: 40px;
}
#contact-us {
}
#open-up {
	background: #CECECE url(/images/email.gif) no-repeat scroll center center;
	cursor: pointer;
	height: 70px;
	width: 40px;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 9999;
}
#open-up:hover {
	background-image: url(/images/email-hover.gif);
}
#close {
	width: 28px;
	height: 28px;
	display: block;
	background: transparent url(/images/buttons.png) no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	margin-top: 5px;
}
#close:hover {
	background-position: -28px 0;
}
