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

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: helvetica, Verdana, Arial, Sans-Serif;
	margin: 0 0 0 0;
	
}

.bghome {
	background: #000 url(images/bg01.jpg)	no-repeat top center;
	font-family: helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
}
.bgourwork {
	background: #000 url(images/bg02.jpg)	no-repeat top center;

}
.bgcontact {
	background: #000 url(images/bg03.jpg)	no-repeat top center;

}


/* Type */
/**********Type *******/

h1 {
	font-size: 1.8em;
	color: #f1008c;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.2em;
	color: #fff;
	letter-spacing: 0px;
	font-weight: Bold;
}

.bodytext {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
}

.bodytextpinkbold {
	color: #f1008c;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
}

ul.o {
 	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin-left: 0px;
 	padding-left: 0px;
	line-height: 1.8em;
	display: inline;
}

/********Site Links *******/

a.scrollover:link {
	font-size: 1.2em;
	font-weight: bold;
	color: #f1008c;
	text-decoration: none;
	padding: 2px;
}

a.scrollover:hover {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 2px;
	
}

a.scrollover:active {
	font-size: 1.2em;
	font-weight: bold;
	color: #f1008c;
	text-decoration: none;
	padding: 2px;
	
}

a.scrollover:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #f1008c;
	text-decoration: none;
	padding: 2px;
	
}

a.bodylink:link {
	color: #f1008c;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
	text-decoration: none;
}

a.bodylink:hover {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
	text-decoration: none;
}

a.bodylink:active {
	color: #f1008c;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
	text-decoration: none;
}

a.bodylink:visited {
	color: #666;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
	text-decoration: none;
}
.newsite {
	font-size: x-large;
	color: #FFF;
}
