body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: arial;
}

a img {
	border: none;
}

a 
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 130px;
	overflow: hidden;
}

#header img {
	padding: 0px;
	margin: 0px;
}

#mainContent {
	background-image: url(../images/bodyBg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 0px;
}

#navigation 
{
    overflow: hidden;
    height: 30px;
}

#navigation ul 
{
    margin-top: 6px;
}

#navigation ul li
{
    display: inline;
}

#navigation li a {
	text-decoration: none;
	font-weight: bold;
	background-position: center top;
	background-repeat: no-repeat;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:32px;
	height: 25px;
	width: 117px;
	color: #ffffff; 
	margin: 2px;
	text-transform: uppercase;
}

#navigation #navAbout a
{
    background-image: url(../images/about.gif);
}

#navigation #navClients a
{
    background-image: url(../images/clients.gif);
}

#navigation #navSolutions a
{
    background-image: url(../images/solutions.gif);
}

#navigation #navContact a
{
    background-image: url(../images/contact.gif);
}

#navigation li a:active {
    opacity: 0.6;
	filter: alpha(opacity=60);
}

#navigation li a:hover{
    opacity: 0.6;
	filter: alpha(opacity=60);
}


#stage {
    display: block;
    padding: 30px;
}

#stage #home 
{
    width: 600px;
    height: 600px;
    padding-top: 60px;
    padding-left: 60px;
}

#stage h1
{
    font-size: 22px;
    letter-spacing: 1px;
    color: #fefefe;
    text-shadow: black 0.1em 0.1em 0.2em;
}

#stage h2
{
    font-size: 18px;
    letter-spacing: 1px;
    color: #f6f6f6;
    padding-left: 20px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

#stage h3
{
    font-size: 26px;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: black 0.1em 0.1em 0.2em;
}

#footer 
{
    margin-left: 74px;
    text-align: left;
    color: #464646;
    font-size: xx-small;
}


#stage #about 
{
    margin-left: 25px;
    width: 600px;
    padding-top: 0px;
    padding: 20px;
    background-color: #000000;
    -ms-filter:"alpha(opacity=50)"; /* IE8 */
    filter:alpha(opacity=50); /* IE6/IE7 */
    background: rgba(0, 0, 0, .5);  
}

#stage h4
{
    position: relative;
    font-size: 18px;
    color: #ffffff;
    padding-top: 0px;
    margin-top: 0px;
}

#stage h5
{
    position: relative;
    font-size: 15px;
    color: #ffffff;
    padding-top: 0px;
    margin-top: 0px;
}

#stage h6
{
    position: relative;
    font-size: 18px;
    color: #ffffff;
    padding-top: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


#stage #about p
{
    position: relative;
}

#ourTeam 
{
    position: relative;
}

#ourTeam #leftMenu
{
    position: relative;
	float: left;
	width: 30%;
	padding: 10px 0;
	margin: 0 3% 0 0;
	display: inline;
    
}

#ourTeam #rightContent
{
    position: relative;
	clear: right;
	float: right;
	width: 60%;
	padding: 10px 0;
	padding-top: 0px;
	margin: 0 0 0 4%;
	display: inline;
}

#ourTeam #aboutFooter
{
	clear: both;
}


#ourTeam span
{
	font-size: 14px;
	position: relative;
	
}

#ourTeam ul
{
	list-style: none;
	list-style-position: inside;
	text-indent: -1em;
}

#ourTeam ul li
{
    padding-bottom: 2px;
    cursor: pointer;
}


#ourTeam h4
{
    font-size: 15px;
}

#clients 
{
    margin-left: 25px;
    width: 600px;
    padding-top: 0px;
    padding: 20px;
    background-color: #000000;
    -ms-filter:"alpha(opacity=50)"; /* IE8 */
    filter:alpha(opacity=50); /* IE6/IE7 */
    background: rgba(0, 0, 0, .5);  
}

   #clients #leftStage {
	    height: 300px;
	    float: left;
	    width: 150px;
	    margin: 0px auto;
	    text-align: center;
    }

    #clients #rightStage {
	    height: 300px;
	    float: right;
	    width: 150px;
	    margin: 0px auto;
	    text-align: center;
    }

    #clients #centerStage {
	    height: 300px;
	    width: 150px;
	    margin: 20px auto;
	    text-align: center;
    }

#stage #solutions
{
    margin-left: 25px;
    width: 600px;
    padding-top: 0px;
    padding: 20px;
    background-color: #000000;
    -ms-filter:"alpha(opacity=50)"; /* IE8 */
    filter:alpha(opacity=50); /* IE6/IE7 */
    background: rgba(0, 0, 0, .5);  
}

#stage #about p
{
    position: relative;
}

#ourTeam 
{
    position: relative;
}

#services #leftMenu
{
    position: relative;
	float: left;
	width: 30%;
	padding: 10px 0;
	margin: 0 3% 0 0;
	display: inline;
    
}

#services #rightContent
{
    position: relative;
	clear: right;
	float: right;
	width: 58%;
	padding: 10px 0;
	padding-top: 0px;
	margin: 0 0 0 4%;
	display: inline;
}

#services #aboutFooter
{
	clear: both;
}


#services span
{
	font-size: 14px;
	position: relative;
	
}

#services #leftMenu ul
{
	list-style: none;
	list-style-position: inside;
	font-size: 13px;
	display: block;
	margin-left: 0px;
    padding-left: 0px;
}

#services ul li
{
    padding-bottom: 10px;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    
}

#services h4
{
    font-size: 15px;
    position: relative;
}

#contact 
{
    position: relative;
    margin-left: 25px;
    width: 600px;
    padding-top: 0px;
    padding: 20px;
    background-color: #000000;
    -ms-filter:"alpha(opacity=50)"; /* IE8 */
    filter:alpha(opacity=50); /* IE6/IE7 */
    background: rgba(0, 0, 0, .5);  

    
}

#contact fieldset 
{
  position: relative;
  margin-bottom: 10px;
  width: 600px;
  border: none;
  margin-top: 40px;

}
#contact legend {
  padding: 0 2px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}
#contact label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  position: relative;
}
#contact fieldset ol {
  margin: 0;
  padding: 0;
  position: relative;
}
#contact fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  position: relative;
}
#contact fieldset fieldset {
  border: none;
  margin: 3px 0 0;
  position: relative;
}
#contact fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
  position: relative;
}
#contact fieldset fieldset label {
  display: block;
  width: auto;
  position: relative;
}
#contact em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
  position: relative;
}
#contact label {
  width: 100px; /* Width of labels */
  position: relative;
}

#contact input {
  width: 230px; /* Width of labels */
  border: solid 1px #000000;
  background-color: #eef8e9;
  position: relative;
}

#contact fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
  position: relative;
}

.formPanel 
{
      position: relative;
}

#contact .button {
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 4px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	border: solid 1px #ffffff;
	width: 100px;
	margin-left: 10px;
}

#contact p 
{
    position: relative;
}

#contact span
{
    position: relative;
}

.Issue
{
  border: solid 1px #000000;
  background-color: #eef8e9;
  position: relative;
}

.error 
{
  font-weight: bold;
  font-style: normal;
  color: #f00;
  position: relative;
}
