body	{
margin:0;
padding:0;
font-family:Arial, sans-serif;
font-size : 87.5%;
color:#444;
background:#fff url(../images/redman-blk.png) no-repeat 0 bottom fixed;
}

html>body { /* Every browser other than IE will understand this, but every other browser other than IE can scale absolute font sizes, so it will work. */
font-size : 14px;
}

body#samaqan	{
background:#e0e0e0 url(../images/redman-blk.png) no-repeat 0 bottom fixed;
color:#000;
}

/*fucking splash page idiocy*/
#enter div.top-section div#logo {
background: transparent url(../images/urbanrez-ca.png) no-repeat 25% 50%;
margin: -520px 0 20px 250px; 
}

a:link, a:active, a:visited	{
border-bottom:1px dotted;
color:#000;
padding-bottom:1px;
text-decoration:none;
}

a:hover	{
border-bottom:1px dashed;
color:#f00;
text-decoration:none;
}

ul	{
margin:0;
padding:0;
list-style:none;
}

.clear	{
clear:both;
overflow:hidden;
}

ul.main-menu li a	{
text-shadow: 0 -1px 0 #000;
}

a img	{
border:none;
}

/*Top Section*/
#enter div.top-section	{
background: #000 url(../images/redman_splash.jpg) no-repeat 70% 0;
height: 820px;
min-width:960px;
padding: 680px 0 80px 0;
width:100%;
}

div.top-section	{
background: #000 url(../images/redman.png) no-repeat top left;
min-width:960px;
padding: 20px 0 80px 0;
width:100%;
}

div.top-section-subpage	{
background: #000;
height:240px;
min-width:960px;
padding: 10px 0 20px 0;
width:100%;
}

div.top-section div.content 	{
width:960px;
margin:0 auto;
}

div.top-section-subpage  div.content	{
width:960px;
margin:0 auto;
}


.top-section a:link, div.top-section a:active, div.top-section a:visited	{
border-bottom: 1px dotted;
color:#ccc;
text-decoration:none;
}

div.top-section a:hover	{
color:#fff;
text-decoration:none;
}

/*Header*/
div.header	{
padding-top:18px;
}

a.a-link	{
position:absolute;
top:16px;
left:0;
width:1px;
height:1px;
}

div#logo a:link, div#logo a:active, div#logo a:visited	{
border-bottom:none;
text-decoration:none;
}

div#logo a:hover	{
border:none;
text-decoration:none;
}

..logo a img  	{
border-bottom: none;
}

a.logo:visited	{
border-bottom:  1px solid transparent;
}

div.top-section-subpage ul#topnav {
	/*margin: -38px -21px 20px 0; with "On Location"*/
	margin: -38px -28px 20px 0; 
}


ul#topnav {
	float:right;
	font-family: Geneva, sans-serif;
	font-size: .9em;
	list-style: none;
	/*margin: 20px -21px 20px 0; with "On Location"*/
	margin: 20px 0 20px 0;
	padding: 0;
/*	width: 595px; ORIGINAL WIDTH BEFORE LINKS*/
	width: 536px; /*WITH PORTFOLIO, NO LOCATION, NO LINKS*/
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index:1;
}
ul#topnav li a {
	border-bottom: none;
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
#topnav a.home, #topnav a.about, #topnav a.production, #topnav a.contact, #topnav a.portfolio	{
	background: url(../images/nav-08-25-2010.png) no-repeat;
	}

/*--Hover State--*/
ul#topnav a.portfolio {
	background-position: -570px 0;
	width: 90px;
}
ul#topnav a.home {
	background-position: -10px 0;
	width: 84px;
}
ul#topnav a.about {
	background-position: -90px 0;
	width: 110px;
}
ul#topnav a.production {
	background-position: -202px 0;
	width: 110px;
}
ul#topnav a.contact {
	background-position: -330px 0;
	width: 140px;
}

ul#topnav a.portfolio:hover {
	background-position: -570px -44px;
}
ul#topnav a.home:hover {
	background-position: -10px -44px;
}
ul#topnav a.about:hover {
	background-position: -90px -44px;
}
ul#topnav a.production:hover {
	background-position: -202px -44px;
}
ul#topnav a.contact:hover {
	background-position: -330px -44px;
}

ul#topnav a#active1 {
	background-position: -585px -44px;
}
ul#topnav a#active2 {
	background-position: -90px -44px;
}
ul#topnav a#active3 {
	background-position: -202px -44px;
}
/*
ul#topnav a#active4 {
	background-position: -341px -44px;
}
ul#topnav a#active5 {
	background-position: -341px -44px;
}
*/

ul#topnav a#active6 {
	background-position: 0 -44px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left: 0;
	background: transparent url(../images/sub_bg.png) repeat; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	z-index: 10;
	}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 595px;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #ccc;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ea3230;
	background-position: 5px 12px ;/*--Override background position--*/
}

div.header img	{
margin-left:6px;
}

/*Mission*/
div.mission	{
font-family:Arial, sans-serif;
font-size:140%;
font-style:italic;
line-height:32px;
letter-spacing:-1px;
padding:0 0 20px 10px;
color:#fff;
}

/*Portfolio*/
div.line-text	{
position:relative;
text-align:center;
}

div.line	{
width:940px;
height:9px;
border-bottom:1px solid #202020;
position:absolute;
}

span.ts-text	{
text-transform:uppercase;
color:#444;
display:inline-block;
padding:0 10px;
font-size:14px;
line-height:17px;
position:relative;
z-index:2;
background:#000;
}

div.portfolio	{
padding: 0 10px;
}

div#flash	{
/*height:374px;*/
margin-left: auto;
margin-right: auto;
padding: 20px 0 40px 0;
position:relative;
width:940px;
}

div.sub-title	{
font-size:18px;
font-weight:normal;
line-height:24px;
margin:12px 0 30px 0;
color:#999;
}

div.sub-title a:link, div.sub-title a:active, div.sub-title a:visited	{
color:#ccc;
}

div.sub-title a:hover	{
color:#fff;
}

div.product	{
width:940px;
height:480px;
}

div.images-container div	{
/*
height:480px;
width:18800px;
*/
}

div.images-container img	{
float:left;
}

/*Alpha content*/
div.alpha-content	{
background: transparent;
margin:0 auto;
padding: 10px 10px 75px 10px;
width:940px;
}

div.ac-par	{
padding-bottom:33px;
}

div.ac-par-header	{
margin:21px 0 10px 0;
border-bottom: 1px solid #ddd;
}

div.ac-par-header div.sub-title	{
margin-bottom:18px;
}

div.ac-par-header div.sub-title a:link, div.ac-par-header div.sub-title a:active, div.ac-par-header div.sub-title a:visited	{
color:#444;
}

div.ac-par-header div.sub-title a:hover	{
color:#000;
}

#samaqan div.ac-par-header	{
border-bottom: 1px solid #c4c4c4;
}

div#sub-section	{
background: transparent;
float: left;
width:640px;
}

div#win	{
display:none;
}

div#flickme	{
height:300px;
width:340px;
}


div#flickrs	{
width:425px;
height:305px;
}

div#sidebar	{
background: #ccc;
float: left;
margin: -10px 0 10px 20px;
padding:20px 30px 40px 40px;
width:210px;
}

div#sidebar ul a:link, div#sidebar ul a:active, div#sidebar ul a:visited 	{
border-bottom: none;
color: #303030;
}
div#sidebar ul  a:hover	{
border-bottom: none;
color: #CD0000;
}

#sidebar h2	{
margin:0;
padding:8px 0 0 0;
font-size:16px;
font-weight:normal;
color:#212121;
}

p.follow	{
color: #000;
font-size: 70%;
line-height:18px;
}

p.follow a:link, p.follow a:active, p.follow a:visited	{
border-bottom: none;
}

#sidebar p.follow	{
color: #1F1F1F;
font-size: 70%;
line-height:18px;
}

div#sidebar ul.side	{
	margin: 14px 0 30px 0;
	}

div#sidebar ul.side li	{
	background:transparent url(../images/redman-14-red.png) no-repeat 0 0;
	font-size:90%;
	line-height: 14px;
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 34px;
	}

div#sidebar li	{ 	/* the rules that do the indenting */
	padding-left: 1em;
	text-indent: -1em;
		}

h1	{
/*width:500px;*/
font-size:30px;
font-style:italic;
color:#000;
margin:0;
padding:0;
line-height:34px;
font-weight:normal;
}

.top-section h1	{
color:#fff;
}

.top-section p	{
color:#fff;
}

h1.samaqan	{
	background: url(../images/samaqan_short.png) no-repeat;
	font-size: 1px; 
	height: 30px;
	margin: 12px 0 6px 0;
	width: 318px;
	text-indent: -900px;
	}

a.back-arrow	{
border-bottom:none;
float:right;
width:20px;
height:20px;
background:url(../images/back-arrows.gif) no-repeat 0 1px;
margin-top:8px;
cursor:pointer;
color:#fff;
text-decoration:none;
}

a.back-arrow:hover	{
background:url(../images/back-arrows.gif) no-repeat 0 -19px;
border-bottom:none;
color:#fff;
text-decoration:none;
}

div.column	{
float:left;
width:300px;
padding-right:20px;
}

div.column_about	{
float:left;
width:560px;
padding-right:20px;
}

div.column_wide	{
float:left;
width:450px;
padding-right:20px;
}

#samaqan div.column_wide	{
float:left;
width:450px;
padding-right:20px;
padding-top:20px;
}

div.last	{
padding-right:0;
}

div#sub-section img	{
float:left;
padding: 16px 20px 20px 0;
}

div#sub-section div.column img	{
float:left;
padding: 0 20px 20px 0;
}

#portfolio div.column_about img	{
float:left;
padding: 12px 20px 6px 0;
}

h2	{
margin:0;
padding:8px 0;
font-size:18px;
font-weight:normal;
color:#000;
}

#home h2	{
color:#fff;
}

#contact p	{
color:#000;
line-height:18px;
margin:0 0 10px 0;
padding:0;
}

#portfolio h2	{
padding-top: 30px;
}


div.column p, div.column_about p, div.column_wide p	{
font-family:Arial,sans-serif;
line-height:24px;
margin:1px 0 0 0;
padding:5px 0 10px 0;
}

div.column p.right, div.column_about p.right, div.column_wide p.right	{
font-size:12px;
margin: 0 20px 0 0;
text-align: right;
}

#portfolio div.column_about p.right	{
border-bottom: 1px dashed #000;
padding-bottom:20px;
}

div.photo-part	{
padding-bottom:23px;
}

div.photos-block-about	{
padding: 0 0 0 20px;
width:300px;
float:left;
}

div.photos-block	{
padding: 70px 0 0 80px;
width:540px;
float:left;
}

h3	{
font-size:110%;
font-weight:normal;
line-height: 140%;
margin:0;
padding:9px 0;
color:#000;
}

a.contact-link	{
font-family:Arial,sans-serif;
font-size:18px;
display:inline-block;
margin:7px 0 18px 0;
}

div.column p.phone-number	{
color:#303030;
font-size:110%;
padding: 0 0 18px 0;
}

div.column p.address	{
padding-bottom:15px;
}

div.map	{
float:left;
width:540px;
height:320px;
margin:60px 0 0 80px;
}

div.visible-photo	{
width:300px;
}

div.photos-container	{
width:20000px;
}

div.photos-container img	{
float:left;
}

/*Footer*/
div.footer	{
width:100%;
height:100px;
background:#000;
color:#999;
min-width:960px;
}

div.footer a:link, div.footer a:active, div.footer a:visited	{
color:#ccc;
}

div.footer a:hover	{
color:#fff;
}

div.footer div.content	{
width:940px;
margin:0 auto;
padding:44px 10px 0 10px;
}

div.footer p	{
font-size:12px;
margin:0;
padding:0 0 45px 0;
line-height:22px;
}

a.ta-link	{
display:block;
width:940px;
height:0;
}

/*optimize*/
div.hide	{
display:none;
}

div.noScript	{
width:940px;
height:480px;
background:url(../images/01-icons.png) no-repeat 0 0;
}

textarea.email	{
	height: 20px;
}

.form	{
	/*border: 1px solid #303030;*/
}

.cross {
	text-decoration: line-through;
}

#samaqan img	{
padding-top:14px;
}


