/* Copyright (c) 2011 Pictures of Adam, All Rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

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

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;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
overflow-y: auto;
background-color: transparent;
}

body {
	background: #DDDDDD;
    width: 100%;
	color: #333;
	margin: 0 auto;
	padding: 0;
	font: 16px/21px Georgia, serif;
}

h1 {
	font: normal 34px/50px Georgia, serif;
	padding-top: 20px;
}

h2 {
	font: normal 28px/44px Georgia, serif;
	padding-top: 20px;
}

h3 {
	font: normal 18px/22px Georgia, serif;
	padding-top: 11px;
}

p {
	font-weight: normal;
	padding-bottom: 16px;
}

a {
	color: #888888;
	text-decoration: none;
}

a:visited {
	color: #888888;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
}

#titlebar {
    background: url("../pics/brushed_alu.png") repeat scroll #EEEEEE;
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #FFFFFF;
}

#titleimage {
    width: 980px;
    margin: 0 auto;
    padding-top: 10px;
}

nav#menu {
	position: static;
	background-color: #666666;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	left: 0;
}

nav#menu ul {
	margin: 0 auto;
	width: 960px;
	border: none;
}

nav#menu ul li {
	display: inline;
	list-style: none;
	margin-left: 40px;
}

nav#menu ul li a {
	color: #CCCCCC;
    width: 100px;
	font: normal bold 14px/24px Georgia, serif;
	text-align: center;
    padding: 7px 10px 7px 10px;
}

nav#menu ul li a:hover, nav#global ul li a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

nav#menu ul li a.selected {
	color: #FFFFFF;
}

nav#menu ul li a.selected:hover {
	color: #FFFFFF;
}
#sub {
    font: 10px Georgia, serif;
    vertical-align: text-top;
}

#main {
	background-color: #DDDDDD;
    width: 960px;
    height: 680px;  
    margin: 0 auto;
    padding: 10px 20px 20px 50px;
    text-aligh: left;
}

#main p {
    padding:20px 0px 0px 0px;
    text-align: justify;
}

#pageheader {
	font: normal 28px/44px Georgia, serif;
    margin-left: 20px;
	padding-top: 10px;
}

#intro {
	background-color: #DDDDDD;
	float: left;
	margin-top: 15px;
    margin-left: 10px;
	width: 360px;
	height: 580px;
    text-align: justify;
    font: normal 16px/21px Georgia, serif;
}

#intro p {
    padding:0px 10px 10px 10px;
}

#galleryintro {
    width: 900px;
    height: 45px;
    margin-left: 10px;
    margin-top: 20px;
    text-align: justify;
}

#sectiontitle {
    background: #666666;
    padding-left: 10px;
    padding-top: 0px;
    font: normal 21px/24px Georgia, serif;
    color: #EEEEEE
}

#exhibits {
	background-color: #CCCCCC;
	float: left;
	margin-top: 10px;
    margin-left: 10px;
	width: 900px;
	height: 300px;
}

#exhibitheader {
    background-color: #AAAAAA;
    height: 25px;
    padding-left: 0px;
    padding-top: 5px;
    font: normal 18px/22px Georgia, serif;
}

#exhibit1, #exhibit2, #exhibit3 {
    position: absolute;
    background-color: #BBBBBB;
    width: 250px;
    height: 250px;
    margin-top: 10px;
    text-align: center;
}

#exhibit1 {
    margin-left: 35px;
} 

#exhibit2 {
    margin-left: 320px;
} 

#exhibit3 {
    margin-left: 605px;
} 

#models {
	background-color: #CCCCCC;
	float: left;
	margin-top: 10px;
    margin-left: 10px;
	width: 900px;
	height: 250px;
}

#models p {
    padding:10px 10px 10px 10px;
}

.highlitepic img {
    border: 2px solid #AAAAAA;
}

.highlitepic:hover img {
    border: 2px solid #FFFFFF;
}

.highlitepic:hover:after img {
    content: attr(title);
}


#storeintro {
    width: 900px;
    height: 75px;
    margin-left: 10px;
    margin-top: 20px;
    text-align: justify;
}

#products {
	background-color: #CCCCCC;
	float: left;
    width: 900px;
	height: 500px;
	margin-top: 10px;
    margin-left: 10px;
    font: normal 12px/16px Arial, sans-serif;
}

#productheader {
    background-color: #AAAAAA;
    height: 25px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-top: 0px;
    font: normal 18px/22px Georgia, serif;
}

#products p {
    padding: 0px 15px 10px 15px;
}

#product1, #product2, #product3 {
    position: absolute;
    background-color: #BBBBBB;
    width: 270px;
    height: 450px;
    margin-top: 10px;
    text-align: center;
}

#product1 {
    margin-left: 25px;
}
 
#product2 {
    margin-left: 315px;
} 

#product3 {
    margin-left: 605px;
}

#bio {
	background-color: #DDDDDD;
	float: left;
	margin-top: 20px;
	width: 600px;
	height: 600px;
    text-align: justify;
    font: normal 16px/21px Georgia, serif
}

#bio p {
    padding:0px 10px 10px 10px;
}

#picbernd {
	background-color: #CCCCCC;
	float: left;
	width: 270px;
	height: 430px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 15px;
    text-align: center;
    font: normal 18px Arial, sans-serif
}

#picbernd img {
    padding: 10px;

}

#picdavid {
	background-color: #CCCCCC;
	float: left;
	margin-top: 20px;
    margin-left: 20px;
	width: 280px;
	height: 570px;
    text-align: center;
    font: normal 12px Arial, sans-serif;
}

#picdavid img {
    padding-top: 10px;
    padding-bottom: 5px;

}

#ccwrapper {
    background-color: #AAAAAA;
    width: 900px;
    height: 30px;
    margin-top: 350px;
    margin-left: 10px;
    padding-bottom: 10px;
}

#creditcards {
    background-color: #AAAAAA;
    font: normal 12px Arial, sans-serif;
	line-height: 20px;
}

#creditcards img {
    vertical-align: middle;
    padding-right: 20px;
}

#ads {
    float: left;
    background-color: #CCCCCC;
    width: 220px;
    height: 570px;
    margin-top: 15px;
    margin-left: 30px;
}

#adsheaderbox {
    background-color: #999999;
    float: left;
    height: 20px;
    width: 220px;
}

#adsheadertext {
	color: #333333;
    font: normal 10px Arial, sans-serif;
    padding-left: 10px;
    padding-top: 5px;
}

#adbox1 {
    width: 180px;
    height: 240px;
    float: left;
    background-color: #EEEEEE;
    margin-left: 20px;
    margin-top: 10px;
}

#adbox2 {
    width: 180px;
    height: 240px;
    float: left;
  /*  background-color: #EEEEEE; */
    margin-left: 20px;
    margin-top: 20px;
}

#adlogo { 
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

#adtext {
    padding-left: 10px;
    padding-right: 10px;
	color: #555555;
    font: normal 10px Arial, sans-serif;
    text-align: justify;
}

#adtext p {
    margin-top: -10px;
}

#twitterbox {
    position: absolute;
	background-color: #CCCCCC;
	float: left;
	width: 300px;
	height: 600px;
    margin-top: 10px;
    margin-left: 620px;
    padding: 10px;
    text-align: center;
    font: normal 18px Georgia, serif;
}

#copyrightbar {
    clear: both;
	width: 100%;
    height: 25px;
	background-color: #666666;
}

#copyright {
    width: 980px;
	color: #AAAAAA;
	font: normal 11px Arial, sans-serif;
	margin: 0 auto;
	padding: 5px 0px 5px 50px;
    text-align: left;
}

