
/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* Reset styles  */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, #menu, output, ruby, section, summary,
time, mark, audio, video {
	margin: 5;
	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, #menu, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*  End of reset styles */
/*************************************/

body {
  background-color:#fff;
  color:#000;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
}
h1 {font-size:2em;
padding-bottom:10px;
padding-left:30px;
}
h2 {font-size:1.5em;
font-weight:bold;
padding-bottom:10px;
padding-left:30px; 
}
h3 {font-size:1.10em;
font-weight:bolder;
padding-bottom:10px;
padding-left:30px; 
padding-top:25px;
}


#container{width:1200px;}

#header {height:200px;margin:10px;border:2px solid #000; }

.name{width:60%;
height:195px;
float:left;
font-family: 'Anton', sans-serif;
font-size:5em;
line-height: 200px;
padding-left:20px;
}

.contact {width:40%;
font-weight: 700;
float:right;
font-size:1.1em;
font-family:Geneva, Arial, Helvetica, sans-serif;
line-height: 200px;
height: 195px;
padding-left:20px;
float:right; }

.contact p,.name p {
line-height: 1.5;
display: inline-block;
vertical-align: middle;
}

#menu {margin:10px;
font-size:1.5em; }
#menu ul {
text-align:center;
  list-style:none;
  padding:0;
  padding-top:.5; 
  overflow:hidden;
 }
#menu li{
   display:inline;
   padding:0;
   margin:0 0 0 10px;
   }
#menu a:link, #menu a:visited{
   border:none;
   color:#000;
   text-decoration:none; 
   padding:5px;
   }
#menu a:hover{
    border:none;
    color:#fff;
    background-color:#000;
   }

#main{height: auto;
	width: 850px;
    margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	line-height: 25px;
	clear: none;
}

.homeImage {
  margin:50px auto;
}
.homeImage img{
   border: 2px solid #000;
   display: block;
   margin:0 auto;

}

.contactinfo{
padding-left:100px;
font-size:110%; }

.button{
display: block;
  margin: 30px auto;
  width: 75px;
  padding:2px;
font-size:1.25em;
background-color: #0a0a23;
color:#fff;
border:1px solid #010e21;
text-align:center;
}
.button:hover{
background-color: #eee;
}

#footer{
margin:10px;
border-top:1px solid #000; }

.links{margin:10px 5px 50px 5px; }
.links a:link, .links a:visited{
 border:none;
  padding:1px 2px;
   color:#fff;
    background-color:#000;
   text-decoration:none; 
    }
 .links a:hover{
  padding:1px 2px;
     color:#000;
    background-color:#fff;
    border:1px solid  #000;
  }
  
 .bold {font-weight:700; }

 .box { width:80%;
 padding:15px;
 margin:10px 50px;
 border:1px solid #000; }

 .largenum{
  font-weight: 700;
  font-size:110%;
 }

.sampletiles{
   padding-left:75px;
}
 .sample{
   border: 1px solid #000;
   margin-bottom:10px;
 }
 .caption{
   font-weight: bold;
   font-size: .75em;
 }
 ul.colorlist{
   padding-top:0;
   padding-left:75px;
   padding-bottom:0px;
 }
 ul.colorlist li {
   list-style: square;
   padding:10px 5px 5px 0;
   
 }
 .content{
   width: 100%;
   margin:0 auto;
 }
.content a:link, .content a:visited{
   border:none;
   color:#000;
   text-decoration:underline; 
   }
.content a:hover{
    border:none;
    color:#777;
    text-decoration:none;
}
.prep{
   padding:0 50px;
}