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

body{
	width:100%;
	height:100%;
	background: #130500;
	min-width:960px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}



/* Global Classes
-------------------------------------------------*/
a, a:link, a:visited{text-decoration: none; outline:none;color: #8e6325;font-size: 12px;}

.img_btn{	
	overflow:hidden;
	outline:none;
	display:block;
	text-indent:-9999px;
}

.stitching{
	height:2px;
	background: transparent url(../images/stitching.jpg) repeat-x;
	margin-bottom: 20px;
}

#friendsTile{
	width: 100%;
	height: auto;
	text-align: center;
	background: #0f0200 url(../images/friends_bg_rpt.jpg) repeat-x 0 bottom;
	display:none;
	padding-top: 30px;
}


#friendsContent{
	width:960px;
	height: auto;
	margin: 0 auto;
	z-index: 500;
	padding-bottom: 25px;
}

#friendsabout{
	float: left;
	width: 420px;
	margin-bottom: 30px;
	z-index: 500;
}

#friendsabout p{
		font-size:10px !important;
		font-weight: normal;
		line-height: 1.8em;
		letter-spacing: .1em;
		padding:15px 0 0 0;
		color: #765d55;
	}
#friendsabout p img{ float: right; margin: -5px 4px 4px 0;}
#friendsabout h2{ margin: 25px 0 5px 0; color: #812404; font-weight: 600; font-size: 14px;}

#contactForm{
	float: left;
	width: 650px;
	margin-bottom: 30px;
	z-index: 500;
}


#friendsContent #close{
	display: block;
	clear:both;
	width:450px;
	text-align: right;
	float: right;
	text-transform: uppercase;
	padding: 4px 0 0 0;
	margin-bottom: 5px;
}
#friendsContent .close a, #friendsContent .close a:link, #friendsContent .close a:visited{ color: #775e56; text-decoration: none; font-size: 9px; }
#friendsContent .close a:hover{ color: #852b08; text-decoration: none; }

#friendsContent #contactForm label.error{
	display: block;
	color: #7b2700 !important;
	font-size: 11px !important;
	float:left;
	width:auto;
	clear:both;
	text-align: left;
	margin: 0 0 .5em 0;
	padding: 4px 0 0 12px;
	background: url(../images/error_arrow.png) no-repeat 0px 5px;
}

#friendsContent label.formTags{
	display: block;
	color: #562200;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .15em;
	text-align: left;
	font-weight: normal;
	margin: 10px 0 .6em 0;
	padding: 4px 0 0 0;
	float:left;
	width:auto;
	clear: both;
}

#friendsContent input, #friendsContent textarea{
	width: 100% !important;
	border: 1px solid #210d00;
	color: #593d33;
	background: #0c0401 url(../images/form_bg.jpg) repeat 0 0;
	text-align: left;
	padding: 6px;
	margin:0 0 2px 0;
	font-size: 12px;
	float:left;
	clear:both;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#friendsContent .submit{ 
	width: 106px !important;
	height: 28px;
	border:none;
	padding:0;
	text-align: center;
	text-indent: -9999px;
	margin: 10px 0 0 0;
}
#friendsContent textarea{
	height: 100px !important;
	overflow: auto;
}

#infotab{
	width: 56px;
	height: 48px;
	position: absolute;
	top: 24px;
	left: 904px;
}

#infotab a, #infotab a:link, #infotab a:visited{
	display: block;
	width: 56px;
	height: 48px;
	text-indent: -9999px;
	background: url(../images/info_tab.jpg) no-repeat 0 0;
	outline: none;
	overflow: hidden !important;
}
#infotab a:hover{ background: url(../images/info_tab.jpg) no-repeat 0 -48px; }

#headerTile{
	position:relative;
	background: url(../images/headerTile_orange.jpg) repeat-x 50% 0;
	height:139px;
	width:100%;
	top:0px;
	text-align: center;
}

#headerBg{
	position:relative;
	text-align: center;
	top:0px;
	margin: 0 auto;
	background: url(../images/headerBg_orange.jpg) 50% 0 no-repeat;
	overflow: visible;
	height:139px;
}
#headerBg .headerContent{
	margin: 0 auto;
	position: relative;
	width: 960px;
}
	#headerBg h1{
		position:absolute;
		text-indent:-9999px;
		background: transparent url(../images/logo_sa_gold.jpg) no-repeat;
		width:30px;
		height:26px;
		top: 71px;
		left:0;
		outline: none;
}
	#headerBg h1 a, #headerBg h1 a:link{
		position:relative;
		display: block;
		height:30px;
		width:26px;
		top:0;
		left:0;
		outline: none;
	}

/* MAIN NAVIGATION */

 #navWrap{
	position: absolute; 
	top: 65px;
	left:47px;
	width: 600px !important;
	height: 36px;
	z-index: 15;
}

#navWrap ul{ list-style: none; position:relative;}

#navWrap ul li{ display: inline; margin: 0; padding: 0; }

#navWrap ul li a, #navWrap ul li a:link{
	display: block;
	text-indent: -9999px;
	height: 36px;
	color: #615445;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	overflow: hidden !important;
	outline: none;
}
#navWrap ul li a:hover{ color: #b27b35; text-decoration:none; }

#navWrap ul li#web{
	position: absolute;
	top:0;
	left:0;
	width:136px;
	height: 36px;
}
#navWrap ul li#idy{
	position: absolute;
	top:0;
	left:150px;
	width:177px;
	height: 36px;
}
#navWrap ul li#ill{
	position: absolute;
	top:0;
	left:339px;
	width:248px;
	height: 36px;
}

#navWrap ul #web a, #navWrap ul #web a:link, #navWrap ul #web a:visited{ width:136px; background: transparent url(../images/nav_states.jpg) no-repeat 0 0;}
#navWrap ul #ill a, #navWrap ul #idy a:link, #navWrap ul #idy a:visited{ width:177px; background: transparent url(../images/nav_states.jpg) no-repeat -150px 0; }
#navWrap ul #idy a, #navWrap ul #ill a:link, #navWrap ul #ill a:visited{ width:248px; background: transparent url(../images/nav_states.jpg) no-repeat -339px 0; }

#navWrap ul #web a:hover{ background: transparent url(../images/nav_states.jpg) no-repeat 0 -36px;}
#navWrap ul #idy a:hover{ background: transparent url(../images/nav_states.jpg) no-repeat -150px -36px; }
#navWrap ul #ill a:hover{ background: transparent url(../images/nav_states.jpg) no-repeat -339px -36px; }

#web_pg #navWrap ul #web a, #web_pg #navWrap ul #web a:visited, #web_pg #navWrap ul #web a:hover { background: transparent url(../images/nav_states.jpg) no-repeat 0 -72px;}
#idy_pg #navWrap ul #idy a, #idy_pg #navWrap ul #idy a:visited, #idy_pg #navWrap ul #idy a:hover{ background: transparent url(../images/nav_states.jpg) no-repeat -150px -72px; }
#ill_pg #navWrap ul #ill a, #ill_pg #navWrap ul #ill a:visited, #ill_pg #navWrap ul #ill a:hover{ background: transparent url(../images/nav_states.jpg) no-repeat -339px -72px; }


#mainWrap{
	position: relative;
	height:auto;
	width:100%;
	background: url(../images/bgTile.jpg) repeat 50% 0;
	top:0;
	padding: 0 0 30px 0;
}
#mainWrapStripes{
	position: relative;
	height:auto;
	width:100%;
	background: url(../images/stripeTile.jpg) repeat-x 50% 0;
	top:0;
	margin: 0 auto;
}

#contentWrap{
	position: relative;
	margin: 0 auto;
	padding-top: 55px;
	height:auto;
	width:960px;
}

#mainContent{
	position: relative;
	width:650px;
	float:left;
	margin: 0 60px 0 0;
}

	.sub_page #mainContent{
		width:670px;
		float:left;
		margin: 0 40px 0 0;
	}

#sidebar{
	width:250px;
	float:left;
	margin:27px 0 0 0;
}
	.sub_page #sidebar{
		margin:34px 0 0 0;
	}

.msgContainer{
	position: relative;
	background: transparent url(../images/msg_bg.jpg) no-repeat 0 0;
	width:960px;
	height:331px;
	margin: 80px 0;
	padding: 60px 0 0 0;
}

.msgContainer h2{
	font-size:16px;
	font-weight: 700;
	color: #6d604d !important;
	margin:0 0 10px 70px !important;
	width: 700px;
}
.msgContainer h2 .darker{
	color: #8e6325;
}

.msgContainer p.lighter{
	color: #6d604d !important; 
}
.msgContainer p{
	font-size:12px;
	font-weight: 200;
	color: #8e6325 !important; 
	margin: 0 0 0 70px !important;
	padding: 0 !important;
	width: 645px;
}
.msgContainer p em{
	font-style: italic;
	color: #8e6325;
}

.msgContainer .back{
	position: absolute;
	top: 238px;
	left: 70px;
	width:121px;
	height: 56px;
}
.msgContainer .back a, .msgContainer .back a:link, .msgContainer .back a:visited{
	display: block;
	width:121px;
	height: 56px;
	text-indent: -9999px;
	color: #958a7a;
	outline: none;
	text-decoration: none;
	background: transparent url(../images/btn_back.jpg) no-repeat 0 0;
	overflow: hidden;
}
.msgContainer .back a:hover{ background: transparent url(../images/btn_back.jpg) no-repeat 0 -56px; }

	.content1{
		height:auto;
		width:552px;
		
	}
	.content2{
		height:auto;
		width:552px;
		border-top:solid 1px #aea691;
		border-bottom:solid 1px #aea691;
		background: #b6ae9a;
	}
	
	#pageBtm{
		background: url(../images/pageBtm.jpg) no-repeat;
		height:30px;
		width:552px;
	}
	
.error #mainContent .msgContainer h2{
	width:650px !important;
	overflow: visible;
}
.error #infotab{display: none;}
.error h3{
	font-size:15px;
	font-weight: 200;
	color: #852b08 !important; 
	margin: 0 0 15px 0px !important;
	padding: 0 !important;
}

.error .msgContainer ul{
	list-style: none;
	margin:15px 0 10px 0;
}

.error p{
	font-size:14px;
	font-weight: normal;
	line-height: 1.55em;
	letter-spacing: .06em;
	color: #997c62;
	margin-bottom: 15px;
}

.error li{line-height: 1.55em;}
.error li a, .error li a:link, .error li a:visited{
	text-decoration: none;
	color: #8e6325;
	font-size: 70px;
}
	.error li a:hover{color: #852b08;}

.error #mainContent{min-height: 550px;}

/* Subnavigation
________________________________________________________*/

#subnav{
	position: relative;
	width:100%;
	text-align: center;
}

.sub_page #subnav{
	position: relative;
	height:44px;
	background: url(../images/subnav_repeat.jpg) repeat-x 50% 0;
}

#hom_pg #subnav{
	position: relative;
	height:364px;
	background: url(../images/subnav_home_repeat.png) repeat-x 50% 0;
}

/* SIDEBAR
________________________________________________________*/
#hom_pg #sidebar{
	position: relative;
	top:15px;
}

#sidebar h2{
	position: relative;
	height:30px;
	color:#852b0b;
	font-size:13px;
	height:30px;
	padding: 6px 0 0 59px;
	left:-13px;
}

#sidebar h2.about{
	background: transparent url(../images/sidebar_headers.png) no-repeat 0 0;
	overflow: visible;
}

#sidebar h2.work{
	background: transparent url(../images/sidebar_headers.png) no-repeat 0 -40px;
	margin-top: 15px;
}

#sidebar h3{margin-bottom: 30px;position: relative;left:-1px;}
#sidebar h3 a.img_btn, #sidebar h3 a:link.img_btn, #sidebar h3 a:visited.img_btn{
	width:250px;
	height:45px;
	background: transparent url(../images/btn_resume.png) no-repeat 0 0;
}
	#sidebar h3 a:hover.img_btn{background-position: 0px -45px;}

#sidebar p{
	font-size:11px;
	font-weight: normal;
	line-height: 1.55em;
	letter-spacing: .06em;
	color: #997c62;
	margin-bottom: 15px;
}
#sidebar p a, #sidebar p a:link, #sidebar p a:visited{
	text-decoration: none;
	color: #852b08;
}


/* Home Page Layout
________________________________________________________*/

/* Set up scrollable content */

.hm_banner{
	position: relative;
	top:40px;
	left:0;
	margin: 0 auto;
	width:960px;
	height:280px;
	background: transparent url(../images/home_banner_bg.png) repeat 0 0;
}

.scrollable{
	position: absolute;
	top:7px;
	left:7px;
	width:946px;
	height:266px;
	overflow:hidden;
	z-index: 1;
}

.scrollable .items{
	width:20000em; 
	position:absolute;
	clear:both;
}

.scrollable .items div { 
    float:left;
	width:946px;
}

/* scrollable text */
.scrollable2{
	position: absolute;
	top:7px;
	right:7px;
	width:302px;
	height:200px;
	overflow:hidden;
	z-index: 4;
}

.scrollable2 .items{
	height:20000em; 
	position:absolute;
	clear:both;
}

.scrollable2 .items div { 
    float:left;
	width:302px;
	height:200px;
	overflow:hidden;
}

.scrollable2 h2{
	width:225px;
	font-size: 14px;
	color:#852b08;
	letter-spacing: .1em;
	font-weight: normal;
	margin: 35px 0 8px 40px;
}

.scrollable2 p{
	width:225px;
	margin: 0 0 8px 40px;
	line-height: 1.35em;
	letter-spacing: .07em;
	font-size: 10px;
	color:#715943;
}

.scrollable2 p a.view, .scrollable2 p a:link.view, .scrollable2 p a:visited.view{
	display: block;
	padding-top: 2px;
	margin-top: 12px;
	text-indent: 25px;
	height:14px;
	color:#c29952;
	background: url(../images/icon_view_work.png) no-repeat 0 0;
}
	.scrollable2 p a:hover.view{background-position: 0 -16px; color:#852b08;}

/* end end scrollable text */


.hm_banner .nav_bg{
	position: absolute;
	width:300px;
	height:266px;
	bottom:7px;
	right:7px;
	z-index: 2;
	background: transparent url(../images/nav_backer.png) no-repeat 0 0;
}

ul#banner_nav{
	position: absolute;
	bottom:19px;
	right:120px;
	width:75px;
	height:13px;
	display:block;
	list-style: none;
	z-index:5;
}

ul#banner_nav li{
	display: inline;
	float:left;
	width:13px;
	height:13px;
	margin-right: 5px;
	
}

ul#banner_nav li div{
	width:13px;
	height:13px;
	background: transparent url(../images/nav_dots.png) no-repeat 0 0;
	cursor:pointer;
}
	ul#banner_nav li div:hover{background-position: 0 -13px;}
	ul#banner_nav .active div:hover, ul#banner_nav .active div{background-position: 0 -26px;}

.hm_banner .prev, .hm_banner .next{
	width:36px;
	height:36px;
	cursor:pointer;
	z-index:5;
}

.hm_banner a.prev, .hm_banner a:link.prev, .hm_banner a:visited.prev{
	position: absolute;
	top:236px;
	left:654px;
	background: url(../images/bnr_arr_lft.png) no-repeat 0 0;
}
	.hm_banner a:hover.prev{background-position: 0 -36px;}

.hm_banner a.next, a:link.next, .hm_banner a:visited.next{
	position: absolute;
	top:236px;
	right:8px;
	background: url(../images/bnr_arr_rt.png) no-repeat 0 0;
}
	.hm_banner a:hover.next{background-position: 0 -36px;}
	.hm_banner a:hover.disabled, .hm_banner a:link.disabled, .hm_banner a:visited.disabled, .hm_banner a.disabled{background-position: 0 -72px;}

#mainContent h2{
	font-size: 14px;
	color:#917760;
	margin-bottom: 8px;
	letter-spacing: .06em;
}
#mainContent h2 em{
	font-style: normal;
	color: #852b08;
}

#mainContent h2 a, #mainContent h2 a:link, #mainContent h2 a:visited{
	color:#917760;
}
#mainContent h2 a em, #mainContent h2 a:link em, #mainContent h2 a:visited em, #mainContent h2 a:hover em{
	color:#852b08;
}

#mainContent h2 a:hover{color:#852b08;}

#mainContent .hm_promo{
	margin-bottom: 35px;
}

#mainContent .promo1{margin-top: 4px;}
#mainContent .promo2{margin-top: -12px;}
#mainContent .promo3{margin-top: -8px;}


/* PORTFOLIO PAGES
________________________________________________________*/

#mainContent h2.cat_hdr{
	margin-bottom: 20px;
	width:100%;
	clear:both;
	background: transparent url(../images/stitching.jpg) repeat-x 0 2.4em;
	
	font-size: 15px;
	color:#852b08;
	height:2.5em;
	padding-bottom: .5em;
	line-height: 2em;
	clear:both;
}
	#mainContent h2.pad_top{padding-top: 40px;}

.half_module{
	position:relative;
	width:315px;
	margin: 0 20px 20px 0;
	float:left;
	background: url(../images/th_bg.png) repeat;
}
	#mainContent div.first{margin-right: 20px;}

.half_module .folio_th{
	display: block;
	width:295px;
	height:98px;
	margin: 10px 0 10px 10px;
	cursor:pointer;
	outline:none;
}
	.half_module .tip_in{cursor:pointer; outline:none;}

.half_module .info{
	position: absolute;
	left:10px !important;
	top:10px !important;
	width:295px;
	height:98px;
	overflow:hidden;
	background: url(../images/bg_info.png) repeat;
	display:none;
	z-index:25;
}

#mainContent .info h2{
	font-size: 10px;
	color:#bc9c7f;
	margin: 10px 0 0 10px;
	letter-spacing: .1em;
	font-weight: normal;
}

.half_module .info ul{list-style: none; margin: 4px 0 0 10px;}

.half_module .info ul li{
	display: inline;
	font-size: 10px;
	color:#852b08;
	margin: 0 6px 0 0;
	letter-spacing: .06em;
	font-weight: normal;
	padding-left: 17px;
	height:12px;
}

.half_module .info ul .zoom{
	background: transparent url(../images/icon_zoom) no-repeat 0 0;
	display: inline;
	position: relative;
	top:0;
	left:0;
}

.half_module .info ul .launch{
	background: transparent url(../images/icon_launch) no-repeat 0 0;
	display: inline;
	position: relative;
	top:0;
	left:0;
}

.half_module .info ul .offline{
	padding-left: 0;
}

.half_module .info ul a, .half_module .info ul a:link, .half_module .info ul a:visited{
	font-size: 10px;
	color:#852b08;
}
	.half_module .info ul a:hover{color: #bc9c7f;}
	
.half_module .info p{/* MAIN ROLE PARAGRAPH */
	font-size: 9px;
	color:#a08a75;
	line-height: 1.45em;
	margin: 10px 0 0px 10px;
	padding-right: 5px;
	letter-spacing: .03em;
	height:58px;
	overflow:hidden;
}

.half_module p{/* BOTTOM CLIENT NAME */
	font-size: 10px;
	color:#58422f;
	margin: 10px 0 12px 10px;
	letter-spacing: .1em;
}
	.half_module p em{
		font-size: 11px;
		font-style: normal;
		letter-spacing: .1em;
		color:#624127;
	}

a.squib{ display:none; height: 0; width:0;}


/* Web Thumb Links _____________________________________*/


/*Footer*/

#ftrwrap{
	position: relative;
	text-align: center;
	background: #130500 url(../images/ftr_bg_rpt.png) repeat-x 50% 0;
	width: 100%;
	clear:both;
}

#ftrContent{
	position: relative;
	text-align:left;
	margin: 0 auto;
	padding: 0 0 100px 0;
	width: 960px;
}

#ftrwrap .ftrlnk{
	color: #3f382a;
	position: relative;
	top: 25px;
	float:left;
	margin: 0 15px 25px 0;
}

#ftrwrap .ftrlnk a, #ftrwrap .ftrlnk a:link, #ftrwrap .ftrlnk a:visited{
	color: #553926;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .15em;
	height:26px;
	display:block;
	overflow:hidden;
	padding:8px 0 0 40px;
	outline: none;
	background: url(../images/ftr_icons.png) no-repeat;
}

#ftrwrap .ftrlnk a:hover{
	color: #653b1e;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .15em;
}

#ftrwrap .old a, #ftrwrap .old a:link, #ftrwrap .old a:visited{
	background-position: 3px -5px;
}
	#ftrwrap .old a:hover{background-position: 3px -40px;}
	
#ftrwrap .contact a, #ftrwrap .contact a:link, #ftrwrap .contact a:visited{
	background-position: 3px -74px;
}
	#ftrwrap .contact a:hover{background-position: 3px -109px;}
	
.floatHack{
	height:1px;
	visibility:hidden;
	width:100%;
	clear:both;
}


/* NYRO MODAL
----------------------------------*/
body div#nyroModalBg{
	/*background: transparent url(../images/fancybox/modal_screen.png) repeat 0 0 !important;*/
	opacity: 0.85 !important;
	filter: alpha(opacity=85) !important;	
}
div#nyroModalFull {
	font-size: 12px;
	color: #78614d;
}
a#closeBut, a:link#closeBut, a:visited#closeBut{border:none;} 
a.nyroModalClose, a:link.nyroModalClose, a:visited.nyroModalClose{
	color: #8c735d;
	border-bottom: 1px dotted #8c735d;
}
	a:hover.nyroModalClose{
		color: #852b08;
		border-bottom: 1px dotted #852b08;
	}
div#nyroModalLoading {
	border: none;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	background:  url(../images/fancybox/fancy_progress.gif) no-repeat 50% 40%;
}
div#nyroModalLoading.error {
	border: 3px solid #852b08;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #341303;
}
div#nyroModalWrapper {
	background: #1e130c;
	border: 1px solid #362112;
	padding: 5px;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -31px;
	right: 3px;
	width: 35px;
	height: 30px;
	text-indent: -9999em;
	background: transparent url(../images/fancybox/fancy_closebox.png) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 10px 7px;
	position: absolute;
	top: -33px;
	left: 0;
	font-size: 12px;
	color: #8c735d;
	background: transparent url(../images/fancybox/modal_screen.png) repeat;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #1e130c;
	padding: 10px;
	margin: 10px;
	border: none;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	/* background-image: url(data:image/gif;base64,AAAA); Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: transparent url(../images/fancybox/fancy_left.png) left 40% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: transparent url(../images/fancybox/fancy_right.png) right 40% no-repeat;
}

#nyrModalTmp{background: #ff0000 !important; border: 1px solid #ff0000;}









































