/* CSS Document */

* {
	margin:0;
	padding:0;
}

/* GENERIC
---------------------------------------------------------------------------------------------- */

body {
	background-image:url(../media/build/main_background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFF;
	margin:0px auto;
	height:100%;
	padding:0 0 0 0px;
}

body#home a#home {
	color:#FFF;
	background-image:url(../media/build/nav_hover.png);
	background-position:top center;
	background-repeat:repeat;
}

img {
	border:0;
	margin:0;
	padding:0;
}

hr {
	background-color:#000;
	border-top:1px #333 solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
	width:100%;
	height:1px;
	margin:10px 0px;
}

/* LINKS
---------------------------------------------------------------------------------------------- */

a.textlink {
	color:#999;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:24px;
	text-decoration:none;
}

a.textlink:hover {
	color:#FFF;
	border-bottom:1px #E90000 solid;
}

a.image img {
	padding-bottom:5px;
	border-bottom:1px #181818 solid;
	margin-bottom:20px;
}

a.image:hover img {
	border-bottom:1px #E90000 solid;
}



/* Containers
---------------------------------------------------------------------------------------------- */
.container { 
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
	width:960px;
	height:inherit;
	vertical-align:baseline;
}

/* Header
---------------------------------------------------------------------------------------------- */

#header { 
	width:960px;
	height:107px;
	margin:0;
	padding:0;
	display:inline;
	float:left;
}

#logo { 
	width:323px;
	height:107px;
	margin:0;
	padding:0;
	display:inline;
	float:left;
}


/* Main Navigation
---------------------------------------------------------------------------------------------- */

#main_nav_stroke {
	padding:0px 1px 1px 1px;
	margin:5px 0px 0px 0px;
	width:602px;
	background-color:#353535;
	display:inline;
	float:right;
}

#main_nav {
	border:1px #000 solid;
	border-top:0;
	background-color:#252525;
	padding:27px 0 0 0;
	margin:0;
	display:inline;
	float:right;
}

#main_nav ul {
	display:inline;
	float:left;
}

#main_nav ul li {
	display:block;
	float:left;
	width:120px;
	height:40px;
}

#main_nav ul li a {
	background:url(../media/build/navigation/home_nav.jpg) 0px 0px no-repeat;
	display:block;
	float:left;
	width:120px;
	height:40px;
	padding:0;
	border:0;
	margin:0;
	text-decoration:none;
}

#main_nav ul li a.graphics {
	background:url(../media/build/navigation/graphics_nav.jpg) 0px 0px no-repeat;
}

#main_nav ul li a.contact {
	background:url(../media/build/navigation/contact_nav.jpg) 0px 0px no-repeat;
}

#main_nav ul li a.web {
	background:url(../media/build/navigation/web_nav.jpg) 0px 0px no-repeat;
}

#main_nav ul li a.video {
	background:url(../media/build/navigation/video_nav.jpg) 0px 0px no-repeat;
}

#main_nav ul li a:hover {
	background-position: 0px -40px;

}


/* MAIN CONTENT
---------------------------------------------------------------------------------------------- */

.main_content {
	width:960px;
	padding:15px 0px;
	border-top:1px #181818 solid;
	display:inline;
	float:left;
}

/* CONTENT_THIRD STYLES
---------------------------------------------------------------------------------------------- */

.content_third {
	width:300px;
	margin:10px;
	display:inline;
	float:left;
}

.content_third h1 {
	color:#FFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:21px;
	font-weight:normal;
	text-align:left;
	margin-bottom:20px;
}

.content_third h2 {
	color:#FFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	margin-bottom:10px;
}

.content_third h3 {
	color:#999;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	margin-bottom:5px;
}

.content_third p {
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:24px;
	text-align:justify;
	margin-bottom:20px;
}

.content_third ul {
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align:left;
	margin:0px 0px 20px 20px;
}

.content_third li {
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:24px;
	text-align:left;
}

/* CONTENT_HALF STYLES
---------------------------------------------------------------------------------------------- */

.content_half {
	width:460px;
	margin:10px;
	display:inline;
	float:left;
}

.content_half h1 {
	color:#FFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:21px;
	font-weight:normal;
	text-align:left;
	margin-bottom:20px;
}

.content_half h2 {
	color:#FFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	margin-bottom:10px;
}

.content_half h3 {
	color:#999;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	margin-bottom:5px;
}

.content_half p {
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:24px;
	text-align:justify;
	margin-bottom:20px;
}

.content_half ul {
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align:left;
	margin:0px 0px 20px 20px;
}

.content_half li {
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:24px;
	text-align:left;
}

/* PORTFOLIO STYLES
---------------------------------------------------------------------------------------------- */

.portfolio_sample {
	width:210px;
	margin:0px 10px 20px 10px;
	display:inline;
	float:left;
}

.portfolio_sample img {
	padding-bottom:3px;
	border-bottom:2px #181818 solid;
	margin-bottom:10px;
}

.portfolio_sample img:hover {
	border-bottom:2px #E90000 solid;
}

.portfolio_sample a {
	height:0;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	border:0;
}

.portfolio_sample a:hover {
	height:0;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	border:0;
}

/* QUOTE FORM
---------------------------------------------------------------------------------------------- */

.quoteform {
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	width:460px;
	display:inline;
	float:left;
}

.quoteform h1 {
	color:#FFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	margin-bottom:10px;
}

.quoteform h2 {
	color:#999;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	margin-bottom:5px;
}

.quoteform hr {
	background-color:#000;
	border-top:1px #181818 solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
	width:100%;
	height:1px;
	margin:20px 0px 20px 0px;
}

.quoteform p {
	line-height:normal;
	margin-bottom:10px;
}

.quoteform input.info {
	background-image:url(../media/build/quote_background.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	color:#999;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	width:432px;
	height:12px;
	padding:3px 3px;
	border:1px #242424 solid;
	display:inline;
}

.quoteform input.services {
	background-color:#353535;
	margin-right:10px;
}

.quoteform input.submit {
	background-image:url(../media/build/quote_background.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	border:1px #242424 solid;
	color:#999;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:14px;
	height:28px;
	width:75px;
	text-align:center;
	margin:10px 0px;
}

.quoteform input.submit:hover {
	background-color:#000;
	background-image:none;
	color:#FFF;	
}

/* Footer
---------------------------------------------------------------------------------------------- */

#footer {
	border-top:5px #E90000 solid;
	background-image:url(../media/build/footer_background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:15px;
	padding:25px 0px;
	vertical-align:baseline;
}

#footer h1 {
	color:#FFF;
	font-family:"Century Gothic", Helvetica, Arial, san-serif;
	font-size:16px;
	font-weight:normal;
	margin:0;
}

#footer hr {
	background-color:#000;
	border-bottom:1px #353535 solid;
	border-top:1px #000 solid;
	border-left:none;
	border-right:none;
	width:100%;
	height:0px;
	margin:0;
	padding:0;
}

.footer_title {
	width:290px;
	margin:0px 15px;
	padding:5px 0px;
	display:inline;
	float:left;
}

.footer_content {
	width:290px;
	margin:0px 15px;
	padding:20px 0px;
	display:inline;
	float:left;
}

.footer_content img {
	margin-right:15px;
}

#footer_nav {
	color:#E90000;
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	margin:10px 15px;
}

#footer_nav a {
	color:#666;
	text-decoration:none;
	margin:0px 5px;
}

#footer_nav a:hover {
	color:#FFF;
	border-bottom:1px #760D00 solid;
}

#footer_nav p {
	color:#CCC;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:12px;
	margin:10px;
}

.connect_btn a {
	background:url(../media/build/social_networking/facebook_button.png) 0px 0px no-repeat;
	display:block;
	float:left;
	width:51px;
	height:51px;
	padding:0;
	border:0;
	margin:5px 15px 0px 0px;
	text-decoration:none;
}

.connect_btn a.youtube {
	background:url(../media/build/social_networking/youtube_button.png) 0px 0px no-repeat;
}

.connect_btn a.twitter {
	background:url(../media/build/social_networking/twitter_button.png) 0px 0px no-repeat;
}

.connect_btn a:hover {
	background-position: 0px -51px;
}

.affiliate_btn a {
	background:url(../media/build/affiliates/pickup_productions_logo.png) 0px 0px no-repeat;
	display:block;
	float:left;
	width:139px;
	height:58px;
	padding:0;
	border:0;
	margin:0px 15px 0px 0px;
	text-decoration:none;
}

.affiliate_btn a.glimmernet {
	width:86px;
	background:url(../media/build/affiliates/glimmernet_technologies_logo.png) 0px 0px no-repeat;
}

.affiliate_btn a:hover {
	background-position: 0px -58px;
}

.footer_content input.name {
	background-color:#151515;
	border-bottom:1px #353535 solid;
	border-right:1px #353535 solid;
	border-top:1px #000 solid;
	border-left:1px #000 solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#CCC;
	height:14px;
	width:280px;
	margin-bottom:10px;
	padding:6px 4px;
	display:inline;
	float:left;
}

.footer_content input.email {
	background-color:#151515;
	border-bottom:1px #353535 solid;
	border-right:1px #353535 solid;
	border-top:1px #000 solid;
	border-left:1px #000 solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#CCC;
	height:14px;
	width:210px;
	margin-right:10px;
	padding:6px 4px;
	display:inline;
	float:left;
}

.footer_content input.submit {
	background-color:#151515;
	border-bottom:1px #353535 solid;
	border-right:1px #353535 solid;
	border-top:1px #000 solid;
	border-left:1px #000 solid;
	cursor:pointer;
	color:#CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	height:28px;
	width:60px;
	display:inline;
	float:left;
}

.footer_content input.submit:hover {
	color:#FFF;
	background:#000;
}



/* Slider - Main Ad
---------------------------------------------------------------------------------------------- */

#mainad {
	margin:15px 0px;
	display:inline;
	float:left;
}

#slider {
    width: 960px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 14px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}

/* Other
---------------------------------------------------------------------------------------------- */

.clearer {
	clear:both;
	width:100%;
	height:0;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	border:0;
}
