/* Landing Page */
#landingContainer {
	text-align: center;
	padding: 100px 0px 0px 0px;
	font-size: 18px;
}

#landingContainer a {
	color: #666;
}

#landingContainer a:hover {
	color: #363636;
	font-size: 20px;
}

#miniLogo 
{
	margin: 100px 0px 0px 0px;
}

/*General Styles */

body {
	background: url(/img/bggrad.gif) repeat-x;
    background-color: #E2DFDF;
	color: #000;
	font-family: georgia;
	margin: 0px auto;
}

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

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

h2 {
	font-style: italic;
	font-size: 24px;
	border-bottom: 4px solid #FFF;
	padding-left: 20px;
}

#container {
	width: 80%;
	margin: 10px auto;
}

#content {
	padding: 20px 0px;
	min-height: 500px;
}

input, textarea {
	border: 1px solid #999999;
}

input {
	padding: 3px;
}

/* Header Styles */

#header {
margin: 0px auto;
text-align: center;
}

#header img {
/*width: 670px;
margin 0px auto;*/
float: left;
margin: 20px 0px 0px 0px;
}


/* Link Styles */

#Links {
	padding: 30px 0px 50px 0px;
}

#mainMenu {
	width: 80%;
	margin: 0px auto;
}

#mainMenu li {
	float: left;
	width: 20%;
	font-style: italic;
	font-size: 20px;
	color: #FFF;
	cursor: pointer;
}

#mainMenu li a {
	display: block;
}


#mainMenu li ul {
	visibility: hidden;
    position: absolute;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	left: 32%;
}

#mainMenu li ul li {
        float: none;
        display: inline;
        font-size: 16px;
}

#mainMenu li ul li a {
        padding: 5px 10px 5px 5px;
        border-bottom: 1px solid #FFF;
}

#homeContainer 
{
	margin: 10px auto;
	text-align: center;
}

#ircontainer 
{
	margin: 0px auto;
	width: 450px;
	height: 450px;
	padding: 20px;
	background-color: #666666;
	border: 1px solid #000;
}

/* Proofing Styles */

#proofingPage h3 
{
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
	font-style: italic;
	border-bottom: 2px solid #999;
	margin: 0px 10px 0px 120px;
	padding: 0px 0px 5px 0px;
}

div.proofContainer 
{
	width: 80%;
	border: 1px solid #666666;
	padding: 10px;
	background-color: #CCC;
	margin: 10px auto;
}

div.proofImgWrapper 
{
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #999;
	float: left;
	margin: 0px 20px 0px 0px;
}

div.proofImg 
{
	width: 100px;
	height: 100px;
	overflow: hidden;
}

div.proofImg img {
	cursor: pointer;
}

#closeButton
{
	float: right;
	cursor: pointer;
}

#closeButton a{
	text-decoration: none;
	color: #333;
}

#proofForm 
{
	width: 300px;
	text-align: right;
}

/* Gallery Styles */

#galleryContainer {
	background-color: #FFF;
	margin: 10px auto;
	width: 730px;
	padding: 5px;
	position: relative;
	left: -20px;
}

#sliderWrapper {
	width: 625px;
	overflow: hidden;
	position: relative;
	top: 20px;
}

#leftArrow {
	float: left;
	position: relative;
	top: 60px;
	cursor: default;
}

#rightArrow {
	float: right;
	position: relative;
	top: -60px;
	cursor: pointer;
}

#galleryViewer {
	margin: auto;
	text-align: center;
	height: 500px;
	width: 500px;
	float: left;
	border-right: 2px solid #CCC;
}

#galleryViewer img {
	background-color: #FFF;
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin: auto;
	max-width: 450px;
	max-height: 450px;
}

#gallerySlider {
	background-color: #FFF;
	position: relative;
}

div.galImg {
	float: left;
	width: 30px;
	max-height: 30px;
	overflow: hidden;
	border: 2px solid #CCC;
	margin: 5px;
	display: inline;
}

div.galImg img {
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}

div.galImg img:hover {
	filter:alpha(opacity=100);
    -moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

div.galImg img.selected {
	filter:alpha(opacity=100);
    -moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

/* About Styles */

#about {
	padding: 20px 0px 0px 0px;
}

#selfImage 
{
	float: right;
	margin: 10px 20px 10px 10px;
}

#selfImage img 
{
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #666666;
}

#about p {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
}


/* Contact Styles */

#contactForm 
{
	padding: 20px 0px 0px 0px;
}

#sentEmail {
	display: none;
}

#formWrapper
{
	width: 60%;
}

#contactForm p {
	float: left;
	width: 150px;
	padding: 5px;
}

#contactForm input {
	margin: 5px 0px;
	width: 200px;
}

#contactForm input.submit {
	width: auto;
	margin-left: 160px;
}

#contactInfo 
{
	float: right;
	font-size: 12px;
	border: 1px solid #999;
	background-color: #CCC;
	width: 200px;
	margin: 10px 20px 0px 0px;
	padding: 5px;
}

#contactInfo p
{
	float: none;
	padding: 2px;
}

/* Footer Styles */

#footer {
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #666666;
}
