body {
background: transparent url("../images/gradient-topbackground.jpg") repeat-x;
background-color: #000;
margin: 0 auto;
color: #999;
font-family: arial;
font-size: 12px;
text-align: center;
}

#header {
width: 910px;
height: 130px;
text-align: center;
margin: 0 auto;
}

#content {
width: 910px;
background-color: #262626;
text-align: left;
margin: 0 auto;
padding: 0;
}

#meat {
text-align: left;
padding: 15px;
margin: 0 auto;
}

#column-left {
text-align: left;
width: 660px;
padding: 0;
}

#column-right {
text-align: left;
float: right;
width: 200px;
padding: 0;
}

h1 {
font-size: 1.8em;
color: #FFF;
font-weight: lighter;
margin: 0 auto;
}

h2 {
font-size: 1.3em;
color: #FFF;
font-weight: lighter;
margin: 0 auto;
}

p {
font-family: arial;
font-size: 1.1em;
margin: 5px 0 10px 0;
line-height: 18px;
}

.required {
color: #CC6600;
}

.small {
font-size: .8em;
}


#quote {
font-style: italic;
color: #CCC;
}

#line {
border-bottom: thin;
border-bottom-color: #666;
border-bottom-style: dashed;
margin: 15px 0 15px 0;
}

img.link {
margin: 0 6px 0 0;
border: solid;
border-color: #222;
border-width: 6px;
}

img.headshot {
padding: 0 0 0 20px;
float: right;
}

img.thumbnail {
padding: 4px;
}

img.right {
float: right;
padding: 0 0 20px 20px;
}

img.left {
margin: 0;
float: left;
}

#copyright {
background: transparent url("../images/pagereflection.jpg") repeat-x;
text-align: center;
height: 115px;
width: 910px;
margin: 0 auto;
padding: 10px 0 0 0;
font-size: .8em;
color: #666;
}

copyright a:link, copyright a:visited {color: #333; text-decoration: none; font-weight: bold;}
copyright a:hover {color: #FFF; text-decoration: none; font-weight: bold;}

a:link, a:visited {color: #FFF; text-decoration: none; font-weight: bold;}
a:hover {color: #999; text-decoration: none; font-weight: bold;}


/* collapsable stuff */

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font-size: 1.3em;
color: #FFF;
font-weight: lighter;
margin: 10px 0;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #FFF;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #CCC;
}


/* ---------------------------------------
	Main Navigation
--------------------------------------- */


#navigation {
background: transparent url("../images/nav-background-full.jpg") no-repeat;
width: 910px;
height: 130px;
margin: 0 auto;
}

ul#nav, ul#nav li {
font-size: 1em;
float: left;
list-style: none;
margin: 48px 0 0 0;
}

ul#nav a, ul#nav a:visited {
color: #888;
text-decoration: none;
display: block;
margin: 0 auto;
padding: 10px 15px 10px 15px;
}

ul#nav a:hover {
background-color: #323232;
color: #CCC;
text-decoration: none;
display: block;
}

#home #nav-home a,
#projects #nav-projects a,
#granite101 #nav-granite101 a,
#blog #nav-blog a,
#edges #nav-edges a,
#stonegallery #nav-stonegallery a,
#warranty #nav-warranty a,
#about #nav-about a,
#testimonials #nav-testimonials a,
#contact #nav-contact a {color: #FFF; background-color: #262626;}

/* ---------------------------------------
	Sub Navigation
--------------------------------------- */

#subnavigation {
margin: 0 auto;
width: 200px;
text-align: left;
}

ul#subnav, ul#subnav li {
list-style: none;
margin: 0 auto;
padding: 0 0 1px 0;
}

ul#subnav {
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666;
}

ul#subnav a, ul#subnav a:visited {
color: #CCC;
text-decoration: none;
display: block;
margin: 0;
padding: 6px;
background-color: #464646;
}

ul#subnav a:hover {
color: #FFF;
text-decoration: none;
display: block;
background-color: #3D3D3D;
}

#about #subnav-about a,
#team #subnav-team a {color: #CCC; background-color: #3D3D3D;}

/** Accordion Stuff **/

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}