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

form {
margin:0;
padding:0;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#cbccfc ;
	background:url(../images/purple_grad_bkg.gif) repeat-x #420A55;

}

a { color:#656565; text-decoration:none; }
a:hover { color:#aa0bec;  text-decoration:underline; }

.white{color:#FFFFFF; }
a:hover.white{color:#FFFFFF}

.green{color:#96fd64; }
a:hover.green{color:#96fd64}

img {border:none}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	

}

#header {
	position:relative;
	background: #FFFFFF;
	height:72px;
	padding:0;
	margin:0;
}

#text_logo{ float:left; }

#nav {
	height:23px;
	background:url(../images/nav_bkg.gif) repeat-x ;
	z-index:11111500
	
}


#main_nav{
	margin:0 0 0 238px;
	padding: 4px 0 0 0;
  list-style-type:none;
  z-index:100000
}

#main_nav li{
  float:left;
  display:inline;
	
	position:relative
}

#main_nav li a{
	border-right:1px solid #656565;
  padding: 0 15px 0 15px;
	height:14px;
	display:block;
	text-transform:uppercase;
}

#main_nav li a.last{
  border:none;
}




#main_nav ul, ul.blog-nav {position:absolute; padding:0; margin:0; top:-999em;  width:147px; z-index:100000; border:1px solid #797979  }	

ul.blog-nav{top:22px; display:none}

#nav  ul li{z-index:1111111;}
#main_nav ul li, ul.blog-nav li{ float:none; padding:0; margin:0; padding:0 7px; width:133px; background-color:#cbccfc; display:block; z-index:100000}

#main_nav ul li a, ul.blog-nav li a{ background-image:none; text-indent:0;  color:#000; font:11px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:8px 0 4px 0; width:133px; display:block;  float:none; border-bottom:1px dotted #000; text-decoration:none; border-right:0; height:18px;}

#main_nav ul li a.last, , ul.blog-nav li a.last
{
	border:none;
}

#main_nav ul li a:hover, ul.blog-nav li a:hover{ text-decoration:underline }

#main_nav ul li img, ul.blog-nav li a img{margin:0 6px -6px 0}
#main_nav li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul#main_nav li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */

{
	left:-1px; /* position first submenu directly under parent li */
	top:18px; /* VARIABLE. This is calculated by adding 1em text height to top and bottom anchor element padding (original skin: .75em top + .75em bottom + 1em text height = 2.5em) */
	z-index:150;
}

/**** Very important ****/
/* this negates the pure CSS hovers so submenu remains hidden and JS controls when and how it appears. This is in turn is overridden by the .sfHover rules above as they have greater specificity */
/* notice there are three selectors here. You need three for a four tier menu system. If you had a five tier system you would copy the last selector of these three and paste it below to create a fourth selector and add another li just after the .superfish part. On the other hand if you only had a three tiered menu you could delete the third line here and save some file size.*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way */
}




#ecard_link{
	float:left;
	margin:0 0 0 20px;
	padding: 4px 0 0 0;
  position:relative;
  height:30px;
}

#ecard_link_centered{
	
	margin:0 0 0 0;
	padding: 4px 0 0 0;
	text-align:center;
}

.ecard_title{
 color:#7371CF ;
 font-size:22px;
 font-weight:bold;
 line-height:38px;
 text-align:left;
}

#ecard_template_image{
	width:350px;
	position:absolute;
	top:140px;
	left:69px;
	border:white solid 1px;
	/*	padding: 15px 13px 11px 13px; margin:51px 170px 5px 194px; */
	text-align:center;
	padding: 15px 15px;
}


#ecard_template_right{
	position:absolute;
	top:230px;
	left:620px;
	padding: 0 15px 15px 15px;
	width: 300px;
}

#under_nav {
	height:18px;
	background-image:url(../images/under_nav_bkg.gif) ;
}

#contentareahome {
	width:963px;
	height:401px;
	margin:22px 18px 5px 18px;
	border:1px solid white;
	padding: 0; 
	text-align:center;
}

#contentareaadmin {
	width:936px;
	height:432px;
	margin:22px 18px 5px 18px;
	border:white solid 1px;
	padding: 15px 13px 11px 13px;
	color:#9999FF;
}

#contentareacms {
	width:936px;
	height:632px;
	margin:22px 18px 5px 18px;
	border:white solid 1px;
	padding: 15px 13px 11px 13px;
	color:#9999FF;
}

#info_line{
	position: absolute;
	left: 821px;
	top: 117px;
	width: 174px;
}

#tagline{
	margin:0 120px 0 245px;
	padding-top:8px;
}
	#tagline h1 {
		color: #6364D0;
		padding:0;
		margin:0;
		font-size:18px;
		line-height:26px;
		font-weight:normal;
	}
	
	#tagline h1 a{
		color: #6364D0;

	}
	
	#tagline h1 p { padding:0; margin:0; }
	
	
#title_pos{
	margin:0 0 0 230px;
	padding-top:8px;
}
.text_light_lg {
	font-size:30px;
	color:#aaabd6;
}
.text_dark_lg {
	font:30px Arial Narrow, Arial, Helvetica, sans-serif;
	
	color:#6364cc;
	font-weight:bold;
}
#logo{
	position:absolute;
	top:35px;
	left:123px;
}
#client_link{
	text-align:right;
	margin:0 33px 0 0 ;
}
#client_link a {color:#9999FF }
.purplelink {color:#9999FF }

/* Form stuff */
form div { 
	margin:0 0 9px 0;
	clear:left;
	vertical-align:middle;
}

label {
	padding-top:4px;
	float:left;
	display:block;
	width:9em;
	font-weight:bold;
	padding-right:1.5em;
	vertical-align:middle;
	text-align:right;
}

fieldset label {
	float:left;
	display:block;
	font-weight:bold;
	padding-right:1.5em;
	vertical-align:middle;
	text-align:left;
}

form { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

form div.actions {
	margin-left:9em;
	padding-left: 1.5em;
}

.formfieldvisible{font-size:11px; color:#333333; font-family :arial, verdana, helvetica; background-color:#CCCDFE; margin:1px;  padding-left:4px }


#template_center{
  float:left;
	margin:50px 0 0 0;
	border:white solid 1px;
/*	padding: 15px 13px 11px 13px; margin:51px 170px 5px 194px; */
	text-align:center;
	padding: 15px 
}

#template_right{
	float:left;
	width:auto;
	height:349px;
	margin:50px 0 0 0;
	padding:15px 32px 0px 27px;
	font-size:13px;
	line-height:20px;
	color:#FFFFFF;
	text-align: justify;
}























#portfolio_center{
	width:605px;
	height:382px;
	position:absolute;
	top:164px;
	left:194px;
	border:white solid 1px;
/*	padding: 15px 13px 11px 13px; margin:51px 170px 5px 194px; */
	text-align:center;
	padding:14px 16px
}

	#portfolio_window{
		width:605px;
		height:380px;
		overflow:hidden;
		position:relative;
	}
		#animation_matrix{
			width:15000px;
			height:380px;
			position:absolute; 
			z-index:0; 
		}
		
		.portfolio_image_holder
		{
			width:605px;
			height:380px;
			float:left;
			background:none;
		}
		
		.slideshow
		{
			width:600px;
			height:380px;
			float:left;
			text-align:center;
			margin:10px;
			 
			padding:0px;  
			background:none;
			overflow:hidden
		}
		
		.main_image
		{
			margin:0 auto;
		}
		
		#home_content
		{
			float:right;
			width:325px;
			margin:0;
			padding:15px 15px 15px 0;
			text-align:justify;
			position:relative;
		
  		}
			#blog_logo
			{
				position:absolute;
				z-index:100;
			}
			#blog_entry
			{
				position:absolute;
				z-index:300;
				top:92px ;
				left:33px;
				color:#FFF;
				width:270px; 
				font-size:11px; 
			}
			
		
			.home_blog_image{
				
				border:none;
			}
		
		
		#home_content h2
		{
	/*
			float:right;
			margin:41px 57px 0 0;
			*/
			position:absolute;
			bottom:-60px;
			left:160px;
			width:170px;
			text-align:left;
			z-index:350;
			font-size:18px;
			display:block;
		}
		
		#home_bottom
		{
			
			width:773px;
			margin:10px auto;
			color:#FFF;
			text-align:center;
			font-size:11px;
			font-weight:normal
		}
		
		.read_more
		{
			float:right;
			color:#CCF;
			font-weight:bold;
			margin:0 -18px 0 0 ;
		}
		
		.read_more:hover
		{
			color:#96FD64;
		}

#ecard_center{
	width:350px;
	height:350px;
	position:absolute;
	top:164px;
	left:377px;
	border:white solid 1px;
	/*	padding: 15px 13px 11px 13px; margin:51px 170px 5px 194px; */
	text-align:center;
	padding: 15px 15px;
}

#services_center{
	width:317px;

	position:absolute;
	top:164px;
	left:194px;
	border:white solid 1px;
/*	padding: 15px 13px 11px 13px; margin:51px 170px 5px 194px; */
	text-align:center;
	padding: 15px 0 15px 0;
}

#digital_center{
	width:317px;

	position:absolute;
	top:199px;
	left:194px;
	border:white solid 1px;
/*	padding: 15px 13px 11px 13px; margin:51px 170px 5px 194px; */
	text-align:center;
	padding: 15px 0 15px 0;
}

#studio_tour_center{
	width:515px;

	position:absolute;
	top:164px;
	left:194px;
	border:white solid 1px;
/*	padding: 15px 13px 11px 13px; margin:51px 170px 5px 194px; */
	text-align:center;
	padding: 15px 0 15px 0;
}

#services_right{
	float:right;
	width:424px;
	height:349px;
	margin:49px 0 0 0;
	padding:64px 32px 0px 27px;
	font-size:13px;
	line-height:28px;
	color:#FFFFFF;
	text-align: justify;
}

#photographer_right{
	float:right;
	width:424px;
	height:349px;
	margin:49px 0 0 0;
	padding:47px 32px 0px 27px;
	font-size:13px;
	line-height:19px;
	color:#FFFFFF;
	text-align: justify;
}

#photographer_text{
	position:absolute;
	left: 9px;
	top: 332px;
	width: 163px;
	height: 82px;
}

#directions_text{
	position:absolute;
	left: 9px;
	top: 380px;
	width: 163px;
	height: 82px;
}

#team_center{
	width:684px;
	position:absolute;
	top:164px;
	left:195px;
	border:white solid 1px;
	/*	padding: 15px 13px 11px 13px; margin:51px 170px 5px 194px; */
	text-align:center;
	padding: 15px 0 15px 0;
	font-size:18px;
}

#studio_tour_right{
	float:right;
	width:260px;
	height:110px;
	margin:117px 10px 0 0;

}

h2.title{
 color:#cccefa ;
 font-size:26px;
 font-weight:bold;
 line-height:38px;
 text-align:left;
 margin:0;
	padding:0;
}

#portfolio_left{
	width:154px;
	height:410px;
	margin:50px 24px 0 14px;
	text-align:left;
	float:left;
}

#ecard_left{
	width:280px;
	height:410px;
	margin:50px 24px 0 14px;
	text-align:left;
	float:left;
}

#portfolio_subhead {
	font-size:14px;
	color:#bafd70;
	font-weight:bold;
	width:155px;
	height:24px;
	border-bottom:dotted 1px white;
} 

h3 {
	font-size:14px;
	color:#bafd70;
	font-weight:bold;
	width:155px;
	height:24px;
	border-bottom:dotted 1px white;
	text-transform:uppercase;
	margin:0;
	padding:0;
} 


#portfolio_current_title, .portfolio_nav, #additional_links {
	font-size:11px; 
	color:#fff; 
}

#portfolio_thumbnail_block{
	width:136px;
	height:370px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 6px 0 5px 4px;
	text-align:center;
}

.portfolio_thumb{
	float:left;
	padding: 2px 2px;
} 

.portfolio_thumb img{
	border:none;
}
.portfolio_nav a{
	width:159px;
	height:13px;
	border-bottom:dotted 1px white;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:8px;
	display:block;
	text-transform:uppercase;
} 

#portfolio_current_title{ text-align:center; height:16px }

#books_second_title{ color:#FFFFFF; text-align:center; height:16px; padding-top:8px; }

#view_cart{
	position:absolute;
	left: 17px;
	top: 349px;
}

#add_to_cart_one{
	position:absolute;
	left: 548px;
	top: 145px;
}

#add_to_cart_two{
	position:absolute;
	left: 268px;
	top: 145px;
}


#ecard_thumbnail_block{
	width:150px;
	height:333px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 6px 0 2px 2px;
	text-align:center;
}

#books_thumbnail_block_one{
	width:136px;
	height:175px;
	border-top: solid 1px white;
	/* border-bottom: solid 1px white; */
	padding: 6px 2px 2px 2px;
	text-align:center;
}

#books_thumbnail_block_two{
	width:136px;
	height:175px;
	border-top: solid 1px white;
	border-bottom: solid 1px white; 
	padding: 6px 2px 10px 2px;
	text-align:center;
}

#book_image_one, #book_image_two {
 margin:0 14px;
}

#additional_links { 
	width:149px;
	height:13px;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:8px;
	line-height:17px
} 
#additional_links a { 
	color:#FFF;
}


#portfolio_right{
	float:right;
	width:141px;
	margin:54px 8px 0px 0px;
	text-align:center;
}

#ecard_right{
	float:right;
	width:148px;
	margin:60px 20px 0px 0px;
	text-align:center;
}

#books_right{ 
	float:right;
	width:136px;
	margin:48px 8px 0px 0px;
	text-align:center;
}

#portfolio_caption{
	color:#cbccfc;
	position:absolute;
	left: 209px;
	top: 581px;
	width: 600px;
	height: 26px;
	text-align:right;
}

#subcontent{
	
	position:absolute;
	left: 209px;
	top: 603px;
	width: 600px;
	text-align:center;
	color:#FFF;
	text-align:center;
	font-size:11px;
	font-weight:normal
}

#books_caption_left{
	color:#cbccfc;
	position:absolute;
	left: 209px;
	top: 581px;
	width: 600px;
	height: 26px;
	text-align:left;
}

#team_intructions{
	position:absolute;
	top: 555px;
	left: 693px;
}

#reps_intructions{
	position:absolute;
	top: 526px;
	left: 693px;
}

#portfolio_text{
	
	margin:15px 0 0 0 ;
	font-size:12px;
	
}


#redherring{
	
	position:absolute;
	top:-1000px;

}

.img-right{float:right; margin:0 0 8px 10px;}

