@charset "UTF-8";
/* 
Title:     One Creative Branding - gStyles.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	margin: 20px auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	color: #808080;
	text-align: center;
	background: #000;
}
html>body { /* be nice to Opera */
	font-size: small;
}
/* Links
========================================================================================== */
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:focus, input:focus {
	-moz-outline-style: none;
}

/* Page Layout
========================================================================================== */
.clear { clear: both; }

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 961px;
}
#outerwrapper {
	float: left;
	margin: 0;
	padding: 0 0 28px 0;
	background: #fff;
}
#innerwrapper {
	position: relative;
	margin: 28px 28px 0 28px;
	padding: 0;
	width: 901px;
	height: 410px;
	text-align: left;
	background: #f2f3f3;
	border: 2px solid #000;
}

/* Main Navigation
========================================================================================== */
#nav {
	float: left !important;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
	background: #000 url(../images/homeTab-bg.gif) repeat-x bottom left;
}

/* Link to One Creative Corporate
========================================================================================== */
#ocg { display: none;
	position: absolute;
	/*display: block;*/
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 5px 10px;
	width: 105px;
	text-align: center;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
#ocg a {
	color: #666;
	font-size: 85%;
	text-decoration: none;
}
#ocg a:hover {
	color: #000;
}

/* Footer
========================================================================================== */
#footer {
	margin: 0 auto;
	padding: 0;
	width: 905px;
	text-align: right;
}
#footer ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 8px;
	vertical-align: middle;
	background: url(../images/footer-li-bg.gif) no-repeat 0 60%;
}
#footer a {
	color: #666;
	font-size: 70%;
	text-transform: uppercase;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
li#first {
	background: none;
}

/* Custom Scroller
==================================================================== */
.p7VSC03 {
	position: relative;
}
.p7VSC_showall {
	color: #000000;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #009900;
}
.p7VSC03 .p7VSC_scrollbox_wrapper {
	margin: 0 9px 0 0;
}
.p7VSC03 .p7VSC_scrollbox {
	height: auto;
	position: relative;
	width: 100%;
}
.p7VSC03 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC03 .p7VSC_content {
	padding-right: 10px;
}
.p7VSC03 .p7VSC_up a {
	height: 4px;
	width: 5px;
	background-image: url(../images/p7sc3_dbup.gif);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSC_dn a {
	height: 3px;
	width: 5px;
	background-image: url(../images/p7sc3_dbdn.gif);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSCdragchannel {
	position: absolute;
	width: 5px;
	top: 0px;
	background-image: url(../images/p7sc3_dbbg.gif);
	background-repeat: repeat-y;
	right: 0px;
	display: none;
	cursor: default;
}
.p7VSC03 .p7VSCdragchannel em {
	display: none;
}
.p7VSC03 .p7VSCdragchannel a {
	display: block;
}
.p7VSC03 .p7VSCdragbar {
	position: relative;
}
.p7VSC03 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC03 .p7VSCdragCtrl a {
	height: 15px;
	width: 5px;
	background-image: url(../images/p7sc3_dbdrag.gif);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSCdragCtrl a:hover {
	background: url(../images/p7sc3_dbdrag_over.gif) no-repeat;
}

