/*----------------------------------------------*/
/*--[ FlipSide Solutions                     ]--*/
/*----------------------------------------------*/

* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
	background: #ffffff;
	color: #605e55;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	}
#header-wrap, #content-wrap, #footer-wrap {
	text-align: center;
}
#header, #content, #footer {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

/*--[ header ]----------------------------------------------------------------*/
#header-wrap {
	background: #999999 url(../images/stripe.png) repeat-x;
	height: 110px;
	width: 100%;
}
#header-content { 
	width: 800px; 
	margin-left: auto; 
	margin-right: auto; 
	height: 110px; 
}
#logo { 
	width: 330px; 
	height: 110px; 
	background: url('../images/small_header.png') no-repeat; 
	float: left; 
	margin-left: 0px;
}
#header-nav {
	width: 450px;
	height: 46px;
	float: right;
	margin-right: 0px;
	margin-top: 64px;
}
#nav-color {
	position: absolute;
	top: 100px;
	width: 100%;
	background-color: #d4340c;
	height: 10px;
}
	
/*--[ content ]----------------------------------------------------------------*/
#content-wrap {
	width: 100%;;
	margin-top: 10px;
	padding: 20px 0;
	overflow: auto;
}#home #content-wrap {padding: 0 0 20px 0;}

#content-main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}
#content-main p {
	margin: 10px 15px 0px 15px; 
	font-family: Arial, Helvetica, sans serif;
	line-height: 1.5em;
	color: #000;
}

#welcome {
   float: left;
	margin-left: 10px;
	width: 450px;
}
#news {
   float: right;
   margin: 0px 0px 15px 0px;
	width: 320px;
}

/*--[ footer ]----------------------------------------------------------------*/
#footer-wrap {
	clear: both;
	height: 100px;
	padding-top: 20px;
}
#footer {
	clear: both;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #c8cacb;
	}

#data {
	width: 220px;
	padding-left: 20px;
	border-left: 1px solid #45494d;
	float: right;
	display: inline;
}
#data h3 {
	width: 65px;
	background: url(../i/layout/contact.gif) 0 0 no-repeat;
}
.biv {background: #323639 url(../i/layout/biv.gif) top right no-repeat;}
#copy {
	clear: both;
	position: relative;
	top: -28px;
	margin: 0px;
	width: 480px;
	}
#info-window {
	padding: 10px;
	background: #F3F1E9;
	float: left;
}
#info-window strong {color: #e23b00;}
#info-window img {
	float: left;
	display: inline;
	height: 100px;
	margin-right: 10px;
}	
/* --[Digital Drive menu]--------------------------------------------------------*/
  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	width: 400px;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	margin-left: -10px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#FFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

