﻿* {
margin:0;
}

* html body {
font-size: small; /* For IE5/Win */
f\ont-size: medium; /* For earlier IE versions */
}

* html {
margin: 0px;
padding: 0px;
}

body, html, .pushwrapper, .container, #main_content {
	font-family:
    "Century Gothic",		/* Windows (HP printer) */
    "Avant Garde Gothic",	/* HP font name */
    "Avant Garde",		/* MacOS */
    "URW Gothic L",		/* Unix+X+FontConfig */
    /* Fallback options */
    helvetica,			/* Unix+X, MacOS */
    arial,			/* Windows */
    sans-serif;
font-size: 14px;
height:100%;
min-width:800px;
margin: 0px;
padding: 0px;
background: black url(img/mockup7.jpg) no-repeat scroll top center;
color: white;
text-align:center; /*ie5/6 fix to center content*/
text-shadow: #000 1px 1px 2px;
}

.container {
	width: 800px;
	padding: 0px;
	background: black url(img/mockup7.jpg) no-repeat scroll top center;
}

h1 {
color:white;
font-style:italic;
font-size:xx-large;
}

.ie6notice {
margin:0;
padding:0;
background:#ffd;
text-align:center;
color:black;
font-size:xx-small;
z-index:255;
position:relative;
margin-bottom:-14px;
}

.centered {
margin-left: auto;
margin-right: auto;
}

.dropcap {
float:left;
font-size:100px;
line-height:70px;
margin-top:-5px;
margin-right:5px;
padding:10px 0px;
font-family: georgia, "times new roman", serif;
}

#gallerytitle {
	margin-left:20px;
}


#mainnav {
	margin:0px;
	padding:0px;
}

#maincontent {
	text-align: left;
	width: 800px;
}

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

a:link {color:#FFF240;}      /* unvisited link */
a:visited {color:#FFF240;}  /* visited link */
a:hover {color:#CCC;}  /* mouse over link */
a:active {color:#CCC;}  /* selected link */

.ie6notice a,.ie6notice a:link,.ie6notice a:visited {color:#C00;}

a img {
	border:2px #C00 /*ccc*/ solid;
}


#clients {
	text-align:left;
}

#clients a {
	display:inline-block;
}


.clientlink {
margin:10px;
}

.clientgallerymsg {
font-size:small;
font-style:italic;
text-align:center;
margin:0px;
padding:5px;
}

* html .clientgallerymsg {
font-size: small; /* For IE5/Win */
}

.testimonial {
font-size:14px;
}

.pullquote_right, .pullquote_left {
padding: 10px;
width: 200px;
margin-top: 14px;
margin-bottom: 10px;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #990000;
border-bottom-color: #990000;
font-size: 16px;
text-align: center;
line-height: 1.5em;
font-style: italic;
font-weight: normal;
}
.pullquote_right {
float: right;
margin-left: 20px;
}
.pullquote_left {
float: left;
margin-right: 20px;
}



.whitebg {
background-image:url(whitetranslbg.png);
}


.pushwrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px;
}

.push, #footer {
height:60px;
clear:both;
}

#footer {
font-size:smaller;
text-align:center;/*left;*/
width:100%;/*800px;*/
min-width:800px;
padding:20px 0px 0px 0px;
margin:20px 0px -6px 0px;
background: url(img/footer.png) no-repeat scroll top center;
}


