/*------------------CSS RESET----------------------*/
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
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.01%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1; text-align:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*---------------END of CSS RESET------------------*/
body {
	background: url(../images/bkg_body.jpg) repeat-x;
}

#wrapper {
	background: #FFF;
	width: 980px;
	margin: 0px auto;
}

#header {
	background: url(../images/bkg_header2010.jpg) no-repeat left bottom;
	height: 125px;
	position: relative;
}

#header h1 {
	text-indent: -999999px;
}

#header #mainNav {
	background: #5a5959;
	height: 31px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
}

#header #mainNav .mainNav {
	text-align: left;
	text-indent: 22px;
}

#mainNav  li {
	display: inline;
}

#mainNav a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
	color: #92998d;
	margin-right: 30px;
								
}

#mainNav a:hover {
/*	color: #bac2b3;
	border-bottom: 5px solid #706E6E;
	padding-bottom: 3px;*/
	color: #bac2b3;
	background: #706E6E;
	line-height: 31px;
	padding: 8px 0;
}
#home .home, 
#about .about,
#print .print,
#branding .branding,
#illustration .illustration, 
#motion .motion , #contact .contact{
	cursor:default;
	color: #FFF;
/*	border-bottom: 5px solid #B7BFAF;
	padding-bottom: 3px;*/
}
#home .home:hover, 
#about .about:hover,
#print .print:hover,
#branding .branding:hover,
#illustration .illustration:hover, 
#motion .motion:hover , #contact .contact:hover{
	cursor:default;
	color: #FFF;
	/*border-bottom: 5px solid #B7BFAF;
	padding-bottom: 3px;*/
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 619px;
	width: 940px;
	padding-left: 20px;
}

#content #subNav {
	height: 69px;
	line-height: 65px;
	text-align: left;
}

#subNav h1 {
	font-size: 30px;
	font-weight: normal;
	display: block;
	float: left;
}
#subNav ul {
	font-family: "Times New Roman", Times, serif;
	display: block;
	float: left;
	font-size: 21px;
	line-height: 69px;
	padding: 0px;
	margin-left: 10px;
}

.subNav li {
	float: left;
}

#subNav  a {
	text-decoration: none;
	color: #999;
	display: block;
	float: left;
	padding: 0px 10px;
}

#subNav a:hover {
	color: #666;
	background: url(../images/bkg_subNavA.jpg) repeat-x;
}

#portfolio {
	height: 550px;
	width: 940px;
	background: #d2dcca;
	position: relative;
}
#one {
	position:absolute;
	width:700px;
	height:550px;
	z-index:100;
	left: 0px;
	top: 0px;
	visibility: visible;
}

#two {
	position:absolute;
	width:700px;
	height:550px;
	z-index:90;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#three {
	position:absolute;
	width:700px;
	height:550px;
	z-index:80;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#four {
	position:absolute;
	width:700px;
	height:550px;
	z-index:70;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#five {
	position:absolute;
	width:700px;
	height:550px;
	z-index:60;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#six {
	position:absolute;
	width:700px;
	height:550px;
	z-index:50;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#seven {
	position:absolute;
	width:700px;
	height:550px;
	z-index:40;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#eight {
	position:absolute;
	width:700px;
	height:550px;
	z-index:30;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#nine {
	position:absolute;
	width:700px;
	height:550px;
	z-index:20;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#ten {
	position:absolute;
	width:700px;
	height:550px;
	z-index:10;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#portfolio #textBox {
	height: 550px;
	width: 230px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	padding: 0px;
	color: #3b5057;
}

#about #textBox {
	height: 550px;
	width: 230px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	padding: 0px;
	color: #3b5057;
}

#clientList {
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

#clientList2 {
	float: left;
	padding-top: 10px;
}

#textBox h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding: 20px 10px 0px;
}

#portfolio #textBox p {
	padding: 10px;
}

#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", 						sans-serif;
	font-size: 13px;
	color: #b5bcaf;
	text-align: left;
	text-indent: 21px;
	height: 85px;
	width: 980px;
	line-height: 85px;
}

#fuofb_link {
	display: inline;
	float: right;
	padding: 32px 20px 0px 0px;
	margin: 0px;
}

#fblike {
	display: inline;
	float: right;
	padding: 32px 20px 0px 0px;
	margin: 0px;
}

#clientList h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

.itemsList {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 0px 20px 20px 10px;
}

.itemsList .category {
	font-weight: bold;
	padding-top: 10px;
}

.clearFix {
	clear: both;
}

#contact #one #info {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	padding: 20px;
}

#contact  #info .contactLead {
	font-weight: bold;
	color: #3A5057;
}

#contact #one #info .contactAlign {
	position: absolute;
	left: 95px;
	/*width for IE*/
	width:300 px;
}

#contact #one #formWrap {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 20px;
	line-height: 28px;
}
#contact #formWrap input {
	width: 250px;
	}
	#contact #one #formWrap input.short {
	width: 75px;
	}

#content #formWrap form label {
	font-weight: bold;
	color: #3A5057;
}

#contact #one .inputAlign {
	position: absolute;
	left: 110px;
	/*width for IE*/
	width:250 px;
}

#contact #one .inputAlign2 {
	position: absolute;
	left: 374px;
	/*width for IE*/
	width:120 px;
}

#contact #one .inputAlign3 {
	position: absolute;
	left: 484px;
	/*width for IE*/
	width:120 px;
}

#content #one #formWrap form textarea {
	width: 350px;
	height: 125px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
}

#content #one #formWrap  .btnStyle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #3A4F56;
	width: 100px;
}

#contact .btnStyle {
	cursor: pointer;
}

#preload img {
	display: none;
}
#rotateImg {
	position:absolute;
	top:190px;
	width:222px;
	height:146px;
	z-index:10;
	right: 0px;
	background: #d2dcca;
}

#portfolio #one {
	color: #3b5057;
	line-height: 1.3em;
}

#portfolio #one p a {
	color: #3b5057;
	text-decoration: none;
}

#portfolio #one p a:hover {
	color: #3b5057;
	text-decoration: underline;
}
#confirm #one h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding: 20px 10px 0px;
}

#confirm  #one p a {
	line-height: 1.5em;
}
