/**** 8/18/2009 Wagner Digital LLC ***/

/**** html tags ****/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	width: 200px;
	top: 45px;
	display: none;
}
h2 {
	font-size: 27px;
	color: #898e93;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 10px;
	float: right;
	margin-right: 75px;
	width: 250px;
	text-align: right;
}
* html h2 {
	margin-right: 45px;
}
h3 {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 14px;
	margin-left: -95px;
	position: absolute;
	top: 165px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 1px;
	width: 150px;
	height: 28px;
	display: none;
}
#home h3 {
	margin-left: 560px;
	top: 185px;
}

#home #content p {
	line-height: 18px;
}
h4 {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
h5 {					/* on Contact Us page */
	font-size: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-family: "Arial Black", Arial, sans-serif;
	outline: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
}

/**** wrapper section ****/
#page {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#page #home, #page #aboutUs, #page #creative, #page #video, #page #contactUs {
	background-repeat: no-repeat;
	height: 500px;
	padding-bottom: 20px;
	position: relative;
	width: 900px;
	z-index: 5;
}
#page #home {
	background-image: url(images/bgHome.jpg);
}
#page #aboutUs {
	background-image: url(images/bgAboutUs1.jpg);
}
#page #creative {
	background-image: url(images/bgCreative.jpg);
}
#page #video {
	background-image: url(images/bgVideo.jpg);
}
#page #contactUs {
	background-image: url(images/bgContactUs.jpg);
}
#address {
	position:relative;
	width:900px;
	z-index:1;
	color: #898e93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 40px;
}
#address .bullet {
	color: #c0a00b;
	font-weight: bold;
}
#address a:link, #address a:visited {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/**** center logo gif placeholder ****/
img.logoSmall {
	position: relative;
	top: 1px;
}
#page .logo {
	position: absolute;
	left: 355px;
	width: 188px;
	height: 106px;
}

/**** link placement ****/
p.home, p.creative, p.contactUs {    /**** NOTE: aboutUs is a Spry menu ****/
	font-family: "Arial Black", Arial, sans-serif;
	text-transform: lowercase;
	top: 53px;
	position: absolute;
	height: 24px;
}
p.home {
	left: 107px;
}
p.contactUs {
	left: 740px;
}
p.creative {
	left: 600px;
}
#home p.home a,
#aboutUs p.aboutUs a,
#creative p.creative a,
#contactUs p.contactUs a {
	color: #FFFFFF;
	cursor: default;
	text-decoration: none;
}

/**** content section ****/
#content {
	position: relative;
	left: 85px;
	width: 750px;
	top: 145px;
}
#home #content {
	width: 400px;
	top: 125px;
}
#content p {
	text-indent: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
#content p.first {
	text-indent: 0px;
}
#creative #thumbnailsContainer {
	position: relative;
	left: 100px;
	width: 650px;
	height: 185px;
	top: 15px;
}

/**** creative page ****/
#creative #scrollLeft {
	float: left;
	margin-left: -25px;
	margin-top: 80px;
}
#creative #scrollRight {
	float: right;
	margin-top: 80px;
}
#creative #thumbnailsClip {
	position: absolute;
	width: 625px;
	height: 114px;
	overflow: hidden;
	top: 38px;
}
#creative #thumbnailsClip #thumbnails {
	height: 114px;
	position: absolute;
	left: 0px;
	width: 3200px;
	background-color: #ffffff;
}
#creative #thumbnails ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#creative #thumbnails li {
	display: inline;
}
#creative #thumbnails li img {
	border: 1px solid #FFFFFF;
	margin-right: 30px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#creative #thumbnails li a:hover img{
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#page #creativeText {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	top: 65px;
	font-size: 13px;
	font-weight: bold;
}


/**** video pages ****/
#video .videoPlayer {
	left: 95px;
	position: relative;
	width: 575px;
	text-align: center;
	z-index: 2;
}
#video .videoNext {
	position: absolute;
	top: 150px;
	left: 690px;
}
#video .videoPrevious {
	position: absolute;
	top: 150px;
	left: 670px;
}

/**** aboutUs and contactUs pages ****/
#aboutUs #content, #contactUs #content {
	width: 640px;
	position: relative;
	margin-left: 95px;
}
#contactUs #content {
	margin-left: 130px;
	width: 550px;
}
#contactUs #content p  {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	text-align: left;
}
#contactUs #content a {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#contactUs #wd {
	font-size: 10px;
	position: absolute;
	top: 465px;
	color: #666;
	left: 137px;
}
#contactUs #wd a:link, #contactUs #wd a:visited {
	color: #666;
	font-size: 10px;
}
#contactUs #wd a:active, #contactUs #wd a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
#aboutUs #content a:link, #aboutUs #content a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
#aboutUs img.floatRight {
	padding-left: 6px;
	float: right;
}
#testimonials span.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 15px;
	display: block;
}
#testimonials p.first {
	line-height: 19px;
	font-size: 13px;
}
#testimonials span.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 15px;
	display: block;
}
#testimonials p.first {
	line-height: 19px;
	font-size: 13px;
}

/**** below rules modify SpryMenuBarHorizontal.css ****/
ul.MenuBarHorizontal {
	width: 150px;
	position: absolute;
	left: 237px;
	top: 52px;
	z-index: 1000;
}
ul.MenuBarHorizontal a {
	color: #000000;
	font-size: 12px;
	text-transform: lowercase;
	padding: 0;
}
#aboutUs ul.MenuBarHorizontal a {
	color: #ffffff;
}
ul.MenuBarHorizontal ul a, #aboutUs ul.MenuBarHorizontal ul a {
	line-height: 18px;
	color: #000000;
	padding-left: 5px;
}
ul.MenuBarHorizontal a:hover,
ul.MenuBarHorizontal a:focus {
}
ul.MenuBarHorizontal ul a:hover,
ul.MenuBarHorizontal ul a:active,
ul.MenuBarHorizontal a.MenuBarItemHover,		/*** need these last 3 items to keep active menu from turning blue ***/
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover,
ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: none;
}
ul.MenuBarHorizontal ul a:hover,
ul.MenuBarHorizontal ul a:active {
	text-decoration: underline;
}
#aboutUs ul.MenuBarHorizontal ul a:hover {
	color: #ffffff;
}
ul.MenuBarHorizontal li {
	width: 80px;
	height: 18px;
	/*background-color: #575a5d;*/
}
ul.MenuBarHorizontal ul {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 144px;
	position: absolute;
	left: -1000em;
	z-index: 1020;
	background-color: #897c91;
	
}
ul.MenuBarHorizontal ul li {
	width: 144px;
	margin-bottom: 4px;
	background-color: #897C91;
	position: relative;
}
ul.MenuBarHorizontal ul ul {
	margin: 0;
}
ul.MenuBarHorizontal .MenuBarSubmenuVisible a {
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu,
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu,
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover,
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: none;
	z-index: 1001;
}

