@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 0;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-top: 5px;
	margin-left: 5px;
}

body, td, tr, p, li {
    font-size: 12px;
    color: #F5F5F5;
}


h1 {
	font-size: 1.8em;
	margin:0 0 4px 0;
	padding: 2px 0 2px 0;
	text-transform: uppercase;
	height: 20px;
	color: #FFA229;
	padding-top: 3px;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 4px;
	border-bottom: solid #FFA229 1px;
	color: #FFA229;
}

h3 {
	font-size: 1em;
	color: #FFA229;
	margin-bottom: 0;
}

h4 {
    font-size: 0.85em;
}

h5 {
    font-size: 0.82em;
}

p {
	margin-top: 4px;
	padding-bottom:4px;
	line-height: 130%;
	font-size: 1.1em;
}

li p {
font-size: 0.95em;
}

a:link  {  text-decoration: none; color: #d99f2d; }
a:active {  text-decoration: none}
a:visited {  text-decoration: none; color: #d99f2d; }
a:hover  {  text-decoration: underline}

#pageHeader{
	width: 920px;
	background-color: #333333;
	margin: 0 auto;
}

#container {
	width: 960px;
	background: #000000;
	text-align: left;
	border: 1px solid #eda;
	margin: 0 auto;
}

#footer{
	width: 960px;
	margin: 0 auto;
}

.caption{
	font-size:10px;
}
/* Nav Bar styles */
#GlobalNav {
	text-align: center;
	background-color: #333333;
    height: 30px !important;
    margin: 0 auto;
    padding: 0;
    width: 920px;
    z-index: 999 !important;
}
#NavTabs {
    width: 920px;
    height: 20px;
    padding: 0;
    margin: 0;
}
#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none !important;
    height: 20px;
    z-index: 5000;
}
#nav a, #nav a:visited, #nav a:active {
    display: block;
    font-size: 12px;
    font-family: verdana;
    color: #bbb;
    text-decoration: none !important;
}

#nav a:hover {
    display: block;
    font-size: 12px;
    font-family: verdana;
    color: #d99f2d;
    text-decoration: none !important;
}

#nav li {
	float: left;
	padding: 3px 0;
	border-left: 1px solid #F2F3E7;
	border-right: 1px solid #F2F3E7;
}

#nav li.active	{
	background-color: #590e0e;
}

#nav li ul {
    position: absolute;
    left: -999em;
    width: 140px;
}

#nav li ul li {
    top: 0;
    left: 100%;
    width: 100%;
    background: #590e0e;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#nav li:hover ul, #nav li.sfhover ul {
    background: #fff;
    left: auto;
    z-index: 999;
}

#nav li:hover, #nav li.sfhover {
	background: #590e0e;
}
#nav li li:hover, #nav li li.sfhover {
	cursor: hand;
	cursor: pointer;
	background: #222222;
}

.SubTabBot {
    width: 100%;
    padding-top: 1px;
    height: 9px;
    background-image: url(/images/subgreybot.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    text-align: center;
}

li .TopSubTab {
    border-bottom: none !important;
    line-height: 1px;
}

li .LastSubTab {
    border-bottom: none !important;
}

.MiddleSubLi {
	text-align:left;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #ccc;
}

.MiddleSubLi a {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* INDIVIDUAL TAB STYLES START HERE */
a#homeTab {
    text-decoration: none;
    width: 70px;
}

a#blogTab {
    text-decoration: none;
    width: 70px;
}

a#photographyTab {
    text-decoration: none;
    width: 110px;
}

a#panoramicsTab {
    text-decoration: none;
    width: 100px;
}

a#videoTab {
    text-decoration: none;
    width: 100px;
}

a#serviceTab {
    text-decoration: none;
    width: 100px;
}

a#projectsTab {
    text-decoration: none;
    width: 80px;
}

a#pricingTab {
    text-decoration: none;
    width: 80px;
}

a#aboutTab {
    text-decoration: none;
    width: 90px;
}

a#contactTab {
    text-decoration: none;
    width: 90px;
}