/*Navagis Style Sheet*/
/*Begin Global Styles*/



* { margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
} 


p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

a {
    color: #8d2325;

}

a:hover {
    color: #ef2d34;

}


#wrapper {
	width: 960px;
	margin: 0 auto;
}

#nav {
    width: 960px;
    height: 70px;
    background-image: url('../images/nav_bg.jpg');
}

#homelink {
    position: absolute;
    width: 300px;
    height: 70px;
}

#homelink a {
    position: absolute;
    display: block;
    width: 300px;
    height: 70px;
    text-decoration: none;
}

#homelink span {
    visibility: hidden;
}

#nav ul {
	text-decoration: none;
	padding-top: 44px;
	padding-left: 250px;
}

#nav ul li {
	list-style-type: none;
	text-decoration: none;
	display: inline;

	float: left;
}

#nav ul li a {
	text-decoration: none;
	display: block;
	
}

#nav span {
	visibility: hidden;
}





#enterprise a {
	background-image: url(../images/enterprise_btn_off.jpg);
	width: 320px;
	height: 95px;
	float: left;
	text-decoration: none;
	display: block;
}

#development a {
	background-image: url(../images/development_btn_off.jpg);
	width: 320px;
	height: 95px;
	float: left;
	text-decoration: none;
	display: block;
}

#applications a {
	background-image: url(../images/applications_btn_off.jpg);
	width: 320px;
	height: 95px;
	float: left;
	text-decoration: none;
	display: block;
}

#enterprise, #enterprise a:hover {
	background-image: url(../images/enterprise_btn_roll.jpg);
	width: 320px;
	height: 95px;
	float: left;
	text-decoration: none;
	display: block;
}

#development, #development a:hover {
	background-image: url(../images/development_btn_roll.jpg);
	width: 320px;
	height: 95px;
	float: left;
	text-decoration: none;
	display: block;
}

#applications, #applications a:hover {
	background-image: url(../images/applications_btn_roll.jpg);
	width: 320px;
	height: 95px;
	float: left;
	text-decoration: none;
	display: block;
}

#enterprise span {
	visibility: hidden;
}

#development span {
	visibility: hidden;
}

#applications span {
	visibility: hidden;
}


#main {
    clear: both;
	width: 960px;
	background-image: url(../images/main.jpg);
	height: 484px;
	background-repeat: no-repeat;
}



#footer {
	padding-top: 10px;
	width: 960px;
	margin: 0 auto;
	clear: both;
}

#footer p {
	float: left;
	color: #EEE;
}

#footer a {
	text-decoration: none;
	color: #646464;
}

#googlelogo {
	background-image: url(../images/google.jpg);
	width: 235px;
	height: 60px;
	float: right;
	background-repeat: no-repeat;
}

#googlelogo a {
   width: 235px;
	height: 60px;
	display: block;
}


#googlelogo span {
	visibility: hidden;
}

#footer p a:hover {
	display: block;
	text-decoration: none;
	color: #ffffff;
}


/* Home Page Styles */

#box1 {
    position: absolute;
    margin: 100px 0px 0px 110px;
}

#box2 {
    position: absolute;
    margin: 300px 0px 0px 325px;
}

#box3 {
    position: absolute;
    margin: 75px 0px 0px 400px;
}

#box4 {
    position: absolute;
    margin: 230px 0px 0px 625px;
}

#box5 {
    position: absolute;
    margin: 100px 0px 0px 700px;
}

.item {
	width:50px;
	height:50px;	
	margin:5px 5px 5px 0;
	
	/* required to hide the image after resized */
	/*overflow:hidden;*/
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.item img {	
	/* opacity setting 
	filter: alpha(opacity=80);   
	opacity: 0.8;    
*/
}

.item .caption {
	background: transparent;
	color:#fff;
	font-weight:bold;
	
		
	/* fix it at the bottom */
	width: 225px;
	margin: 10px;

	/* hide it by default */
	display:none;
	filter: alpha(opacity=80);   
	opacity: 0.8;    
}

.item .caption a {
	text-decoration:none;
	color:#e64121;
	font-size:16px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.item .caption p {
	padding:5px;	
	margin:0;
	font-size:.9em;
	line-height: 1.7em;
}

.item .caption span a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;	
}

.item .caption span a:hover {
	font-size: 12px;
	color: #ef2d34;	
}

#main img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}

.clear {
	clear:both;	
}





/* Inside Page Styles */

/* Services Page Styles */

.clear {
    clear: both;
}

#content {
	width: 900px;
	padding: 22px 30px 30px 30px;
   	background-image: url(../images/content_bg.jpg);
	background-color: #eeeeee;
	background-repeat: no-repeat;
}

#servicesheader {
	background-image: url(../images/services_page.jpg);
	width: 960px;
	height: 167px;
	background-repeat: no-repeat;
}

.header ul {
    padding: 135px 0px 0px 500px;
}

.header ul li{
    display: block;
    float: left;

}

.inactive_link {
    display: block;
    float: left;
    color: #fff;
    padding: 8px;
    background-color: #000;
    text-decoration: none;
}

.header ul li a:hover {
    display: block;
    padding: 8px;
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

.header ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px;
}

h1 {
	color: #ef3d24;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 1.4em;
}



h2 {
	color: #ef3d24;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 1.4em;
}

h3 {
    color: #8e2a32;
    padding-top: 8px;
    font-size: 1em;
}

.bulletlist {
    margin-left: 15px;
}

.bulletlist li {
    padding: 3px 0px 3px 0px; 
}

#floater {
   float: right;
   width: 420px;
}

#rightcol {
   width: 440px;
}

#rightcolcontact {
   width: 200px;
   padding-bottom: 50px;
}

.highlightedlist li {
   list-style-type: none;
   background-color: #7d7d86;
   padding: 8px;
   margin-top: 3px;
   color: #fff;

}

.highlightedlist {
   margin-bottom: 10px;
}

/* About Page Styles */


#aboutheader {
	background-image: url(../images/about_page.jpg);
	width: 960px;
	height: 167px;
	background-repeat: no-repeat;
}

blockquote {
    color: #ef3d24;
	padding: 12px 0px 2px 0px;
	font-weight: normal;
	font-size: 1.3em;
	font-style: italic; 
}


/*gee Page Styles*/

#geeheader {
	background-image: url(../images/gee_page.jpg);
	width: 960px;
	height: 167px;
	background-repeat: no-repeat;
}

/*mra Page Styles*/

#mraheader {
	background-image: url(../images/mra_page.jpg);
	width: 960px;
	height: 167px;
	background-repeat: no-repeat;
}


/* contact Page Styles */



#contactheader {
	background-image: url(../images/contact_page.jpg);
	width: 960px;
	height: 167px;
	background-repeat: no-repeat;
}

#mapfloater {
    width: 650px;
    float: right;
    
}


/* demos Page Styles */

#demosheader {
	background-image: url(../images/demos_page.jpg);
	width: 960px;
	height: 167px;
	background-repeat: no-repeat;
}

.demos td {
    vertical-align: top;
    padding: 10px;
}

/* News Page Styles */

#newsheader {
	background-image: url(../images/news_page.jpg);
	width: 960px;
	height: 167px;
	background-repeat: no-repeat;
}

