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

/**********************
	Structure
**********************/

body { margin:0; padding:0; width:100% }

/* ie png fix */
img, div, a, input { behavior: url(iepngfix.htc); }

#wrapper {
width:100%;
color:#01365a;
margin:0; padding:0;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform:none;
letter-spacing: normal;
line-height: 1.4em;
}
	
	#header {
	width:100%;
	background-image:url(../images/bg_repeat_header.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:427px;
	}
	
		#head_center {
		width:1000px;
		margin:0 auto;
		background-image:url(../images/bg_header_home.jpg);
		background-repeat:no-repeat;
		height:427px;
		}
		#head_center_faq {
		width:1000px;
		margin:0 auto;
		background-image:url(../images/bg_header_faq.jpg);
		background-repeat:no-repeat;
		height:427px;
		}
		#head_center_contact {
		width:1000px;
		margin:0 auto;
		background-image:url(../images/bg_header_contact.jpg);
		background-repeat:no-repeat;
		height:427px;
		}
		#head_center_about {
		width:1000px;
		margin:0 auto;
		background-image:url(../images/bg_header_about.jpg);
		background-repeat:no-repeat;
		height:427px;
		}
		#head_center_gallery {
		width:1000px;
		margin:0 auto;
		background-image:url(../images/bg_header_gallery.jpg);
		background-repeat:no-repeat;
		height:427px;
		}
		#head_center_testimonials {
		width:1000px;
		margin:0 auto;
		background-image:url(../images/bg_header_testimonials.jpg);
		background-repeat:no-repeat;
		height:427px;
		}
			
			#head_center_nav {
			width:100%;
			height:80px;
			text-align:right;
			}
			
			#header_eq_btn {
			position:relative;
			width:174px;
			height:84px;
			left:385px;
			top:140px;
			}
			#header_eq_btn_faq {
			position:relative;
			width:174px;
			height:84px;
			left:796px;
			top:190px;
			}

	#content {
	width:100%;
	}
		
		#con_content {
		width:1000px;
		margin:0 auto;
		}
		
	#footer {
	width:100%;
	height:65px;
	background-image:url(../images/bg_repeat_footer.gif);
	background-repeat:repeat-x;
	margin-top:20px;
	}
		
		#foot_center {
		width:1000px;
		margin:0 auto;
		color:#FFFFFF;
		text-align:center;
		}

/**********************
	Page Columns
**********************/

/* Home */
#home_left {
width:720px;
}
#contact_content {
width:640px;
padding-left:80px;
}
	#home_about {
	width:405px; /* .con_pad 425 - (10 * 2) =  405px*/
	}
	#home_need {
	width:255px; /* .con_pad 295 - (10 * 2) =  275px - edited to 255px*/
	}
	#home_clients {
	width:720px;
	height:223px;
	background-image:url(../images/bg_home_bot.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	}
		#home_clients_left {
		width:360px; /* .con_pad 380 - (10 * 2) =  360*/
		}
		#home_clients_right {
		text-align:center;
		}

#home_right {
width:260px;
}
	#home_right_contact {
	width:100%;
	background-image:url(../images/bg_left_contact2.jpg);
	background-repeat:no-repeat;
	height:405px;
	text-align:right;
	}
		#home_right_form {
			margin-top:90px;
		}
		#home_right_form textarea {
		width:142px;
		height:89px;
		border:none;
		background-image:url(../images/bg_textarea.gif);
		background-repeat:no-repeat;
		}
		#home_right_form input {
		width:142px;
		height:23px;
		border:none;
		background-image:url(../images/bg_input.gif);
		background-repeat:no-repeat;
		}	
		#home_right_form input.submit_btn {
		width:65px;
		height:20px;
		}
	
	#home_right_callout {
	text-align:right;
	width:100%;
	margin-top:12px;
	}

#faq_content {
width:600px;
margin-left:20px;
}

#design_content {
text-align:left;
padding-top:50px;
padding-left:100px;
}

#about_content {
width:200px;
}

	#about_content_right {
	width:456px;
	}

/**********************
	Form
**********************/
.input_noerror {}

.input_error {
background-position:bottom;
}
/**********************
	Navigations
**********************/
#navigation {
margin:0;
padding-top:25px;
list-style:none;
width:100%;
}

	#navigation li {
	float:right;
	height:33px;
	}
	
	#navigation A {
	color:#003052;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	height:33px;
	background-image:url(../images/main_nav.gif);
	}

		#navigation A#nav_home { width:66px; }
		#navigation A#nav_home_current { background-position:0px 33px; width:66px; }
		
		#navigation A#nav_express { background-position:649px 0; width:154px; }
		#navigation A#nav_express_current { background-position:649px 33px; width:154px; }
		
		#navigation A#nav_design { background-position:495px 0; width:152px; }
		#navigation A#nav_design_current { background-position:495px 33px; width:152px; }
		
		#navigation A#nav_about { background-position:343px 0; width:107px; }
		#navigation A#nav_about_current { background-position:343px 33px; width:107px; }
		
		#navigation A#nav_gifts { background-position:236px 0; width:74px; }
		#navigation A#nav_gifts_current { background-position:236px 33px; width:74px; }
		
		#navigation A#nav_faqs { background-position:162px 0; width:72px; }
		#navigation A#nav_faqs_current { background-position:162px 33px; width:72px; }
		
		#navigation A#nav_contact { background-position:90px 0; width:90px; }
		#navigation A#nav_contact_current { background-position:90px 33px; width:90px; }
		
		#navigation A:hover {
		color:#FFFFFF;
		}
		
		#navigation A.current {
		color:#FFFFFF;
		}

#subnav_ul {
margin:0;
padding:0;
margin-right:170px;
display:block;
}

#subnav_ul li {
float:left;
list-style:none;
margin-left:15px;
display:block;
}

#subnav_ul li a {
text-decoration:none;
font-size:16px;
font-family:"Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
display:block;
color:#003052;
}

#subnav_ul li a:hover {
color:#FFFFFF;
}

#about_menu {
font-size:18px;
font-family:"Trebuchet MS", "HelveticaNeueLT Std", Arial;
list-style:none;
}

	#about_menu a {
	text-decoration:none;
	}

		#about_menu li.about_current {
		font-weight:bold;
		list-style-image:url(../images/small_shirt.gif);
		}

	#about_menu a:hover {
	text-decoration:underline;
	}

#bot_navigation {
margin:0;
list-style:none;
font-size:16px;
}

	#bot_navigation li {
	display:inline;
	margin:0 15px 0 0;
	height:33px;
	}

	#nav_sub_nav {
	margin:0;
	list-style:none;
	}

		#nav_sub_nav li {
		float:left;
		height:33px;
		}
#coming_soon_ul {
list-style:none;
font-size:1.5em;
line-height:30px;
margin:0;
padding:0;
}

#coming_soon_ul li h1 {
font-size:1.2em;
}
/**********************
	General
**********************/
.left {
float:left;
}

.right {
float:right;
}

.con_pad {
padding:0 10px;
}

.divided {
background-image:url(../images/line.gif);
background-repeat:repeat-x;
background-position:top;
width:680px;
margin-top:20px;
padding-top:20px;
}

.test_img {
width:130px;
}

.test_test {
width:530px;
}

.clear {
clear:both;
}

/**********************
	Typography
**********************/
h1 {
color:#c47c1b;
font-size:15px;
}

h2 {
color:#c47c1b;
font-size:12px;
padding:0;
margin:20px 0 5px 0;
}

a {
color:#01365a;
text-decoration:underline;
}

.red {
color:#FF0000;
}

/**********************
	JQuery Slider
**********************/

#slider_wrap {
text-align:left;
}

#slider_wrap2 {
text-align:left;
padding-left:20px;
}

	#slider_top {
	width:400px;
	padding-left:10px;
	}
	
	#slider_top2 {
	width:400px;
	padding-left:10px;
	}

	#slider_bottom {
	width:100%;
	}

	#slider_mid_wrap {
	padding-left:10px;
	}

	#slider{
	width:331px;
	height:118px;
	background-image:url(../images/slider_bg.jpg);
	float:left;
	}	
		#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
		#slider li{ 
		width:331px;
		height:118px;
		overflow:hidden; 
		}	
		#nextBtn{ 
		width:25px;
		height:118px;
		float:left;
		}
		
		#prevBtn {
		width:25px;
		height:118px;
		float:left;
		}														
		#prevBtn a{  
		display:block;
		width:25px;
		height:118px;
		background:url(../images/slider_btn_left.jpg) no-repeat 0 0;	
		}
		#nextBtn a{
		display:block;
		width:25px;
		height:118px;
		background:url(../images/slider_btn_right.jpg) no-repeat 0 0;	
		}
#client_slider_wrap {
background-image:url(../images/slider_client_bg.gif);
width:258px; /* .con_pad 278 - (10 * 2) =  258px*/
height:155px;
padding-top:3px;
}
	#slider2{
	width:258px;
	height:120px;
	}
		#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
		#slider2 li{ 
		width:258px;
		height:120px;
		overflow:hidden; 
		}
		#nextBtn2{ 
		width:54px;
		height:29px;
		float:left;
		}
		
		#prevBtn2 {
		width:54px;
		height:29px;
		float:left
		}
		#prevBtn2 a{  
		display:block;
		width:54px;
		height:29px;
		background-image:url(../images/slider_bot_btn_prev.gif);
		background-repeat:no-repeat;	
		}
		#nextBtn2 a{
		display:block;
		width:54px;
		height:29px;
		background-image:url(../images/slider_bot_btn_next.gif);
		background-repeat:no-repeat;
		}
		#gallery_btn {
		padding-top:8px;
		float:right;
		}
		
		
		#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:400px;
width:650px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:16px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:18px;
cursor:pointer;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:bold;
display:block;
}