* {
	margin: 0;
	padding: 0;
}



/*     ----- STRUCTURE -----     */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
}
#frame {
	width:785px;
	height:732px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	text-align: left;
}
#contentHeader, #contentCenter, #nav, .servicesWrapper, .aboutWrapper{
	display:inherit !important;
}
*:first-child+html .servicesWrapper, .aboutWrapper{
	display:block !important;
}	
#contentHeader {
	height: 110px;
	padding:40px 0 0 0;
	background:url(../_img/topTab.png) no-repeat 0 100px;
}
#contentCenter{
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	width:782px;
	height:600px;
	margin-top:-25px;
}
object{
	margin:100px auto 0 ;
}

/*     ----- GENERAL STYLING-----     */


h1 {
	margin-top: 12px;
	font-size: 24px;
	font-weight:lighter;
}	
h2 {
	font-size: 15px;
	color:#666;
	font-weight: bold;
	margin-bottom: 5px;
}	
p, li, address {
	font-size: 13px;
	margin: 0 10px 10px 30px;
}
a:hover, a:visited:hover {
	text-decoration: none;
}
a:focus{
	outline:none;
}
img {
	border:none;
}


/*     ----- SPECIFIC STYLING-----     */

#contentCenter h1{
}

/*  ABOUT  */

.aboutWrapper{
	width:690px;
	margin:70px 0 0 70px;
}
.aboutWrapper p{
	font-size:14px;
}
.aboutWrapper img{
	float:left;
	margin:0 30px 0 0;
}

/*  PORTFOLIO   */

.printWrapper{
	float:right;
	margin:15px 50px 0 0px;
}
.printWrapper img{
	margin-left:150px;
}
.printWrapper p{
	margin:20px 0px 0 160px;
	font-size:14px;
}
.printWrapper p.description{
	width:550px;
}
.identityWrapper{
	float:right;
	margin:-60px 60px 0 0px;
}
.identityWrapper p{
	margin:-70px 0 0 80px;
	font-size:16px;
}
.identityWrapper p.descriptionIndentityLow{
	margin:-40px 0 0 80px;
	font-size:16px;
}

/*   PAINT   */

.paintWrapper{
	margin:-90px 0 0 180px;
	padding-top:0px;
}
.paintWrapper img{
	margin:60px 0 15px 40px;
}
.paintWrapper p{
	text-align:justify;
	font-size:13px;
	line-height:17px;
	margin-left:20px;
	width:540px;
	word-spacing:4px;
}
.upcomingWrapper{
    margin:-50px 200px 0 250px;
}
.upcomingWrapper .pinkBold{
   font-size:30px;
}
.upcomingWrapper p{
   line-height:11px;
}
.secondaryTitle{
    font-weight:bold;
	font-size:20px;
	line-height:17px;
	padding-top:3px;
}
.paddingLeft{
    padding-left:20px;
}
p.descriptionPaint{
    text-align:center;
	margin-top:20px;
	margin-left:-40px;
}

p.descriptionPaint strong{
    font-size:16px;
}

/*  CONTACT   */

.contactWrapper{
	padding-top:240px;
}
.contactWrapper p{
	text-align:center;
	font-size:45px;
	line-height:22px;
}
.contactWrapper a{
	color:#000;
	text-decoration:none;
}
.contactWrapper a:hover{
	text-decoration:underline;
}


/*     ----- NAVIGATION STRUCTURE AND STYLING-----     */


#nav{
	padding:0;
	margin:-27px 0 0 0;
	float:right;
	font-weight:100;
}
#nav a{
	color:#000;
	font-size:16px;
	border:1px solid #000;
	width:130px;
	height:22px;
	padding:1px 70px 1px 3px;
}
#nav a:hover{
	background:#000;
	color:#fff;
}
#nav a.current{
	background:#000;
	color:#fff !important;
}	
#nav ul, #subNav ul {
	margin:0;
	list-style: none;
}
#nav ul li {
	margin: 0 1px;
	padding: 0;
	display:inline;
	list-style:none;
}
#nav ul li a:link, #nav ul li a:visited {
	margin: 0;
	text-decoration: none;
}

#subNav{
	margin:0 0 0 30px;
	padding-top:35px;
	color:#FE0079;
	font-weight:bold;
	font-size:18px;
}
#subNav ul{
	padding-top:5px;
	margin-left:-15px;
}
#subNav ul li{
	margin-bottom:6px;
}
#subNav ul li a{
	color:#000;
	text-decoration:none;
	font-weight:lighter;
	font-size:16px;
}
#subNav ul li a:hover{
	text-decoration:underline;
}

#subNav .currentSub{
	font-weight:bold;
}


#arrows{
	float:right;
	margin:-80px 50px 0 0;
}
#arrows ul{
	list-style:none;
}
#arrows ul li{
	font-size:16px;
	display:inline-block;
	margin:0;
}
#arrows li a{
	display:block;	
	margin:0 0 -5px 0;
}
li a.arrowRight{
	background:url(../_img/arrowRight.png) no-repeat;	
	height:20px;
	width:11px;	
}
li a.arrowLeft{
	background:url(../_img/arrowLeft.png) no-repeat;	
	height:20px;
	width:11px;
	margin-right:8px !important;
}
li.middleText{
	width:60px;
}

/*     ----- CUSTOM CLASSES -----     */
#centerMe a{
	margin:200px 0 0 283px;
	display:block;
}
.pink{
	color:#FE0079;
}
.pinkBold{
	color:#FE0079;
	font-weight:bold;
}
.clear{
	clear:both;
}
.noBorder{
	border:none !important;
}
.small, .more {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.lighter {
	font-weight: lighter;
}
.padding {
    padding: 70px 0px 0px 0px;
    border: none;
}
.pleft {
   padding: 0px 0px 0px 25px;
   border: none;
}