/*  CSS Document                             */
/*  Written by Chris Converse for Lynda.com  */

/* Style */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
li a {
	display: block;
	line-height:1.45em;
	padding:0 1.048em;
	background:#42330d;
	text-decoration:none;
	color:white;
	font-family:'Open Sans', 800;
	font-size:1.3em;
}
li a:hover {
	background-color:#cc9900;
}
body
{
background: #a7a7a7; 
}
#wrapper {
	width:1000px;
	height:1084px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
 }
#header {
	width:1000px;
	height:84px;
	display:block;
	background-color:#FFF;
 }
#nav {
	background-color:#42330d;
	width:724px;
	height:30px;
	margin-bottom:4px;
	margin-top:0px;
	padding-top:0px;
	float:left;
}
#nav ul li {
	text-decoration:none;
}
#container {
	width:1000px;
	height:1100px;
	float:left;
	background-color:#FFF;
 }
#contact {
  background-color:#42330d;
  width:272px;
  height:1100px;
  float:left;
}
#contact fieldset {
	border:0;
	}
#contact h1 {
	font-family:'Libre Baskerville', bold 700;
	font-size:2em;
    color:white;
	display:block;
	padding-left:30px;
	padding-top:25px;
	padding-bottom:30px;
	padding-right:30px;
 }
#contact h2 {
	font-family:'Libre Baskerville', bold 700;
	font-size:1.5em;
    color:white;
	display:block;
	padding-left:30px;
	padding-top:25px;
	padding-bottom:30px;
	padding-right:30px;
 }
#contact h3 {
	font-family:'Paytone One';
	font-size:1.5em;
    color:white;
	display:block;
	padding-left:30px;
	padding-bottom:30px;
	padding-right:30px;
 }
#contact input {
	width:215px;
	height:25px;
	margin-bottom:15px;
	margin-left:25px;
	border-radius:5px;
	border: 1px solid #556f8c;
	font-size:1em;
    font-family:lato,arial,sans-serif;
	line-height:1.7em;
	padding-left:5px;
	}
#contact textarea {
	width:215px;
	height:100px;
	margin-bottom:15px;
	margin-left:25px;
	border-radius:5px;
	border: 1px solid #556f8c;
	font-size:1em;
    font-family:lato,arial,sans-serif;
	line-height:1.7em;
	padding-left:5px;
	resize:none;
	}
#contact input[type=submit] {
	width:60px;
	height:30px;
	margin-left:187px;
	border: 1px solid #556f8c;
	}
#strip {
	width:4px;
	height:1100px;
	background-color:#FFF;
	float:left;
}
#product {
    width:724px;
	float:left;
	background-color:#FFF;
 }
#delivery {
    width:724px;
	float:left;
	background-repeat:no-repeat;
	margin-left:20px;
 }
#breadcrumbs {
	padding-left:40px;
	padding-right:70px;
	}
#breadcrumbs a{
	font-family:lato,arial,sans-serif;
   	font-size:.75em;
   	text-transform:capitalize;
   	letter-spacing:0em;
   	line-height:3em;
   	text-decoration:none;
   	color:#7f7f7f;
	}
#bodytext {
	padding-left:40px;
	padding-right:70px;
	padding-top:20px;
 }

#bodytext h1 {
    font-size:1.5em;
    font-family:'PT Serif', 700;
	padding-top:10px;
	padding-bottom:20px;
  }
#bodytext p{
    font-size:1em;
    font-family:lato,arial,sans-serif;
	line-height:1.7em;
	margin-bottom:25px;
  }
#bodytext p2{
    font-size:1em;
    font-family:lato,arial,sans-serif;
	line-height:1.7em;
	margin-bottom:10px;
	text-decoration:underline;
  }
 
#footer {
	width:1000px;
	height:90px;
	clear:both;
 }

