/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; 
padding: 0; 
}

html { 
overflow-y: scroll; 
}

body { 
font-family:Verdana, Geneva, sans-serif;
font-size:13px; 
	background-image: url(../images/bg_image.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	background-attachment:scroll;
	background-color:#002347;
color: #CCC; 
}
 
a {
	font-size: 11px;
	color: #09F;
}
a:visited {
	color: #166B9A;
}
a:hover {
	color: #0C3;
}
a:active {
	color: #09F;
}

.group:after { 
visibility: hidden; 
display: block; 
font-size: 0; 
content: " "; 
clear: both; 
height: 0; 
}


.group { 
display: inline-block; 
clear: both; 
}

/* start commented backslash hack \*/ 

* html .group { 
height: 1%; 
} 

.group { 
display: block; 
}

/* close commented backslash hack */


article, aside, figure, footer, header, hgroup, menu, nav, section { 
display: block; 
}


a:focus { outline: 0; }



#page-wrap { 
    width: 800px; 
	margin: 40px auto 5px; 
	background:transparent; 
    padding: 8px;
	background-image: url(../images/pageBg.png);
	border:1px solid #013f63;
	color:#fff;
}

#main-content { padding: 14px; }

h1 { 
	font-size:14px Helvetica, Arial, Sans-Serif; 
	letter-spacing: -1px; 
	padding: 14px; 
	color: #fff; 
	text-shadow: 1px 1px 1px white; 
	}
	
	
p { 
	margin: 0 0 15px 0; 
	}
 
nav ul { 
    list-style: none; 
	background-image: url(../images/top_image.png);
	padding: 0px 0px; 
	width:100%; 
	position: inherit;  
    left:0px;
	top:0px;
	border-bottom:1px solid #013f63;
}
nav ul li { display: inline; }
nav ul li a {
	display: block;
	float: right;
	background-color:transparent;
	height: 17px;
	padding: 10px 10px;
	-webkit-text-stroke: 1px transparent;
	font:  14px "Lucida Grande", "Verdana", sans-serif;
	color:#fff;
	text-decoration: none; 
	margin-right:10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom:10px;
	border:1px solid  #01699e;
}
nav ul li a:hover {
	background:transparent;
	color:#0084c8; 
	border:1px solid #093a57;
	
}	
nav ul li a:active, nav ul li a.current {
	border-top:3px solid #0F0;
	background:transparent;
	position: relative;
	top: 1px; 
}

footer { 
padding-top:10px;
	color: #FFF; 
	font-size:10px;
	margin: 0 auto; 
	width: 800px; 
	height:50px;
	vertical-align:middle;
	background-image:url(../images/footer_imge.png);
	background-repeat:no-repeat;
	}

.text{
width:403px;
height:177px;
background-image:url(../images/text.png);
}

.signup{
width:352px;
height:177px;
background-image: url(../images/psv2_newsletter_signup.png);
}

.myforms{
	
	background-color:#d4ba76;
	border:4px solid #888;
	font-size:12px;
	color: #000;
}


.dotedline{
font-size:9px;
color:#1b3051;
letter-spacing:2px;
}

.title{
	font-size:20px;
	color: #F90;
	font-weight:200;
	
}

.title2{
	font-size:20px; 
	color: #0F9;
	font-weight:200;
	
}
.textboxecomm{
width:492px;
height:209px;
background-image:url(../images/text_box_ecomm.png);
}

.textboxsocial{
width:492px;
height:209px;
background-image:url(../images/text_box_social.png);
}

.aboutpagebg{
	width:773px;
	height:400px;
	background-image:url(http://prometheustudios.com/V2/dynamic/images/about_page_bg.png);
	
}

.cspagebg{
	width:773px;
	height:848px;
	background-image:url(http://prometheustudios.com/V2/dynamic/casestudy/images/pageBg.png);
	
}

.csmaintext{
	font-size:14px;
	color:#CCC;
	
}

.cstitle{
font-size:16px;
	color: #F90;
	font-weight:200;	
	
}

.contactPage{
	width:773px;
	height:422px;
	background-image:url(../images/contact_Page_bg.png);
	
	
}

.servicesbg{
	width: 723px;
	height:116px;
	background-image:url(../images/ow_services_bg.png);
}

.servicespagebg{
	width:773px;
	height:790px;
	background-image: url(../images/services_bg.png);
	
}

.ourworkpagebg{
	width:773px;
	height:1431px;
	background-image:url(../images/ow_pageBg.png);
	
}

.imageEditingbg{
	width:773px;
	height:1210px;
	background-image: url(../images/image_editing_Pagebg.png);
	background-repeat:no-repeat;
	
}
.mainimageborder{
	border:2px solid #013f63;

}

#apDiv1 {
	position:absolute;
	left:15px;
	top:3px;
	width:350px;
	height:55px;
	z-index:1;
}


.accenttitle{
	font-size:16px;
	color: #F90;
	font-weight:200;
	
}



.accenttext{
	color: #86B0D1;
	font-size:14px;
	
}


