/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #f1f1f1 url("images/granitetiledk.png") repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#container {
float: left;
margin: 0 -240px 0 0;
width: 650px;
}

#content {
margin: 0 280px 0 0;
}

.sidebarblock {
float: right;
overflow: hidden;
width: 280px;
padding: 10px;
margin-bottom: 10px;
}

.menu,
#main,
#wrapper {
margin: 0 auto;
width: 940px;
}

#wrapper {
background: #f1f1f1 url("images/granitetiledk.png") repeat;
padding: 0 20px;
}

.footer-segment {
float: left;
margin-right: 20px;
width: 210px;
}

#fourth {
margin-right: 0;
}

#fourth p {
padding-right: 5px;
}

/* basics */

@font-face {
	font-family: 'KnowYourProductRegular';
	src: url('know_your_product-webfont.eot');
	src: local('KnowYourProduct'), local('KnowYourProductRegular'), url('know_your_product-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a {
color:#6c3636;
font-weight: bold;
}

a:hover {
color: #333;
}
	
hr {
background-color: #555;
border: 0;
height: 1px;
margin-bottom: 18px;
clear: both;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* header */

header {
margin-top: 20px;
padding: 30px 0 4px 0;
}

header img {
clear: both;
display: block;
}

header>h1 {
float: left;
margin: 0 0 18px 0;
width: 940px;
font-size: 52px;
line-height: 36px;
}

header>h1 a {
font-family: 'KnowYourProductRegular', Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-weight: bold;
text-decoration: none;
text-shadow: 0px 2px 3px #ddd;
}

/* nav */

nav {
background: #ddd url("images/granitetilemed.png") repeat-x;
margin: 0 auto;
width: 940px;
display: block;
float: left;
border: 2px #555 solid;
}

nav .menu {
font-size: 18px;
font-weight: bold;
margin-left: 12px;
}

nav .menu ul {
list-style: none;
margin: 0;
}

nav .menu li {
float: left;
position: relative;
}

nav .menu a {
display: block;
text-decoration: none;
color: #6c3636;
padding: 0 32px;
line-height: 38px;
}

nav .menu a:hover {
color: #6c3636;
text-decoration: underline;
}

/* main content */

#main {
overflow: hidden;
padding: 20px 0 0 0;
}

#content {
width: 580px;
margin-bottom: 36px;
margin-right: 20px;
color: #000;
font-size: 16px;
line-height: 24px;
border: 10px #555 double;
background: #ddd url("images/granitetilemed.png") repeat;
}

article {
padding: 10px;
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content h1, h2, h3, h4 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

#content h2 {
font-size: 26px;
}

.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside {
border: 10px #555 double;
background: #ddd url("images/granitetilemed.png") repeat;
}

aside h3 {
font-size: 20px;
line-height: 1.5em;
}

aside ul {
list-style: inside square;
margin-bottom: 20px;
}

aside ul li {
font-size: 16px;
}

footer {
margin-bottom: 20px;
clear:both;
}

#footer-area {
background: #ddd url("images/granitetilemed.png") repeat;
border: 10px #555 double;
margin-top: -4px;
padding: 18px 0 0 7px;
overflow: hidden;
}

footer aside {
border: none;
}

