@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
}

a:link {color:#999999}
a:visited {color:#999999}
a:hover {color:#333333}
a:active {color:#333333}

#container {
	margin: 0 auto;
	width: 1000px;
}

#header {

}

#gallerycontent {
	margin-top: 20px;
	height: 850px;
	overflow:auto;
}

#maincontent {
	margin-top: 20px;
	overflow:auto;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 140px;
	background: url(images/bottom.jpg) no-repeat center;
	font-size: 1.3em;
	clear:both;
}

.about {
	line-height: 20px;
}

/************** PHOTOS **************/
div.picbox {
	float: left;
	width: 300px;
    margin: 0 20px 20px 0;
}

div.picboxlarge {
	float: left;
	width: 980px;
}

div.picboxcart {
	float: left;
	width: 980px;
}

div.photo {
	width: 160px;
	height: 120px;
    float: left;
    border: 1px solid #CCC;
    padding: 1px;
}

div.photolarge {
	width: 650px;
	height: 500px;
    float: left;
}

div.caption {
    float: left;
    font-size: 12px;
    line-height: 16px;
	width: 120px;
	margin: 0 0 0 10px;
}

div.captionlarge {
    float: left;
    font-size: 14px;
    line-height: 17px;
	width: 320px;
}

h2 {
    margin: 0 0 4px 0;
    padding: 0 0 2px 0;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
}

h2.large {
	font-size: 20px;
}

/************** FORM **************/

input {
width: 180px;
margin-bottom: 5px;
border: solid 1px black;
background-color:#e7e7e7;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

#addcart {
	width: 100px;
}

#qty {
	width: 40px;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

tr.header {
	font-weight: bold;
}

td.header {
	border-bottom: solid 1px black;
	background-color:#e7e7e7;
	padding-right: 15px;
}
