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

body {
	background-image: url(../images/woodbg2.jpg);
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #630;
}

img {
	border: none;	
}

p {
	line-height: 20px;	
}

#container ul, #wrkStaticListWrap ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.clr{
	clear: both;
}


/* MAIN LINK STYLES */
a:link {
	text-decoration: none;
	color: #EB771F;
}
a:visited {
	text-decoration: none;
	color: #EB771F;
}
a:active {
	text-decoration: none;
	color: #EB771F;
}
a:hover {
	text-decoration: none;
	color: #333;
}

/* DIV PROPETIES */

#outerWrap {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}


#mainNav {
	margin-top: 20px;
	background: url(../images/mainNav/navBack.png) no-repeat 309px 0px;
	padding-bottom: 3px;
	position: relative;
	z-index: 20;
}

#logo {
    color: #FC6; /* You Don't Need This */
    position: absolute;
	top: 0px;
    width: 295px;
    margin: 8px 0 0 0;
}


#nav {
    width: 490px; 
    height: 36px;
    padding: 0;
    margin: 0 0 0 320px;
    position: relative;
    background: top left url(../images/navigation.png) no-repeat;
}
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    text-indent: -9999px;
}
#nav li, #nav a {
    height: 36px; 
    display: block;
}

#navWork 	{left: 0; width: 121px;}
#navUs 	 	{left: 122px; width: 124px;}
#navBlog 	{left: 247px; width: 122px;}
#navConnect {left: 370px; width: 123px;}

#navWork a:hover 	{background: transparent url(../images/navigation.png) 0 -36px no-repeat;}
#navUs a:hover 	 	{background: transparent url(../images/navigation.png) -122px -36px no-repeat;}
#navBlog a:hover 	{background: transparent url(../images/navigation.png) -247px -36px no-repeat;}
#navConnect a:hover {background: transparent url(../images/navigation.png) -370px -36px no-repeat;}




	
/*
li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	margin-right:5px;
	border:1px solid #ccc;

}
*/


#nav ul {
	display: none;
	width:100px;
	padding: 4px 0 10px 0;
	margin-left:7px;
	margin-top: -1px;
}

ul#nav li ul.subNav li a{
	background: none;
}
ul#nav li ul.subNav li{
	width: 105px;
	height: 25px !important;
	margin-bottom: 0;
	border-bottom: 1px solid #f1a062;
	position: relative;
}
ul#nav li ul.subNav li:hover{
	border-bottom: 1px solid #eb771f;
}

ul#nav li ul.subNav li a{
	font-weight: normal!important;	
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav ul #navTeam 			{background: transparent url(../images/subNav.png) 0 0 no-repeat;}
#nav ul #navHistory 		{background: transparent url(../images/subNav.png) -105px 0 no-repeat;}
#nav ul #navMantra 			{background: transparent url(../images/subNav.png) -210px 0 no-repeat;}
#nav ul #navNews 			{background: transparent url(../images/subNav.png) -315px 0 no-repeat;}

#nav ul #navTeam:hover 		{background: transparent url(../images/subNav.png) 0 -25px no-repeat;}
#nav ul #navHistory:hover 	{background: transparent url(../images/subNav.png) -105px -25px no-repeat;}
#nav ul #navMantra:hover 	{background: transparent url(../images/subNav.png) -210px -25px no-repeat;}
#nav ul #navNews:hover 		{background: transparent url(../images/subNav.png) -315px -25px no-repeat;}


#nav .subNav2{
	display: none;
	width:130px;
	padding: 4px 0 10px 0;
	margin-left: 0px !important;
}
ul#nav li ul.subNav2 li a{
	background: none;
}
ul#nav li ul.subNav2 li{
	width: 133px;
	height: 25px !important;
	margin-bottom: 0;
	border-bottom: 1px solid #f1a062;
	position: relative;
}
ul#nav li ul.subNav2 li:hover{
	border-bottom: 1px solid #eb771f;
}

ul#nav li ul.subNav2 li a{
	font-weight: normal!important;	
}

#nav ul #navNon 				{background: transparent url(../images/work_subnav.png) 0 0 no-repeat;}
#nav ul #navMobile  			{background: transparent url(../images/work_subnav.png) -128px 0 no-repeat;}
#nav ul #navTraditional 			{background: transparent url(../images/work_subnav.png) -256px 0 no-repeat;}

#nav ul #navNon:hover 			{background: transparent url(../images/work_subnav.png) 0 -25px no-repeat;}
#nav ul #navMobile:hover  		{background: transparent url(../images/work_subnav.png) -128px -25px no-repeat;}
#nav ul #navTraditional:hover  		{background: transparent url(../images/work_subnav.png) -256px -25px no-repeat;}



	
#mainNav img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#container {
	overflow: hidden;	
	height: 630px;
	background-image: url(../images/containerBack.jpg);
	background-repeat: no-repeat;
	background-color: #2E0D00;
}

#pageBottom {
	clear: both;
	height: 1px;
	width: 890px;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #2E0D00;
	overflow:visible;
	position:fixed;
}

.section {
	float: left;
	width: 35000px;
	position: static;
	background-image: url(../images/containerBackALT.jpg);
	background-repeat: repeat;
}

.sub {
	position: relative;
	float: left;
	width: 890px;
	height: 630px;
	padding:0px;
}

.pageContent {
	width: 821px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px; /* Was originally at 60px, BUT with moving logo, something got adjusted? */
	background-repeat: no-repeat;
	position: relative;
}

/* THIS IS SLIGHTLY WIDER THAN NORMAL PAGES */
.pageContentFlash { 
	width: 890px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	background-repeat: no-repeat;
	position: relative;
}

/* FOOTER */
#footer {
	color: #FC6;
	background-color: #210500;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

#footerContent {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	font-size:12px;
}
 
#footerLeft {
	width: 445px;
	float: left;
	padding-bottom: 3px;
}

#footerRight {
	text-align: right;
	width: 445px;
	float: right;
	padding-bottom: 3px;
}



/* BORDER GRADIENT */
#borderT {
        position: absolute;
        top: 59px;
        width: 890px;
		height: 34px;
        margin-left: 0px;
}
#borderL {
        position: absolute;
        top: 93px;
        width: 20px;
        margin-left: 0px;
}
#borderR {
        position: absolute;
        top: 93px;
        width: 31px;
        margin-left: 859px;
}
#borderB {
        position: absolute;
        top: 640px;
        width: 890px;
		height: 49px;
        margin-left: 0px;
}


