body {
 margin:10px 0 0 0;
 background:#FFF;
 padding:0;
 }

html { overflow-y: scroll; }  
/* ================ DIV LAYOUT ==================== */
.auto {
width:990px;
margin:auto;
padding:0;
}
#outer {
 margin:auto;
 }
.blackbar {
background-image:url(/images/black_white_bar.png);
background-repeat:repeat-x;
padding:0;
display:block;
height:127px;
}


.menu {
/*background:url(/images/menu_bg.gif)#CC3300 repeat-x;*/
background-image:url(/images/menu_bg.gif);
background-color:#CC3300;
background-repeat:repeat-x;
padding:8px 0 0 0;
display:block;
height:29px;
 }
#container{
 margin:auto;
 width:990px;
 }

.webinfo {
display:block;
float:left;
width:470px;
min-height:320px;
margin:0 20px 0 0;
}
.webinfo img {
float:right;
margin:0 0 5px 10px;
border:#CCCCCC 2px solid;
}
.site {
margin:0 0 20px 0;
display:block;
float:left;}

#ftr {
clear:both;
 height:35px;
 background:#000;
 margin:0;
 padding:5px 0 5px 0;
 text-align:left;
 }
 
 /* ================ END DIV LAYOUT ==================== */
 
 body, P, ul, table, td, tr {
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#666666; 
 }
 .white {
 color:#FFF; 
 } 
 h1.giant-digital {
 background:url(/images/giant_logo2.png) no-repeat;
 width:443px;
 height:127px;
 text-indent:-3000px;
 }
#digital {
position:relative;
top:-20px;
left:300px;
}
 H2 {
 	padding:5px
	FONT-WEIGHT: 700; 
	FONT-SIZE: 22px; 
	MARGIN: 15px 0 10px 0; 
	COLOR: #CC3300;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif
 }
  H3 {
 	padding:5px
	FONT-SIZE: 20px; 
	MARGIN: 15px 0 10px 0; 
	COLOR: #00a0d4; 
	FONT-FAMILY: Arial, Georgia, Times New Roman, Times, serif; 
}
A, A:visited  {
	FONT-SIZE: 14px; 
	FONT-WEIGHT: bold; 
	MARGIN:5px 0 0 0; 
	COLOR: #00a0d4; 
	LINE-HEIGHT: 10px; 
	TEXT-DECORATION: none
}
A:hover {
	BORDER-BOTTOM: 1px dotted
}

.webinfo table {
padding:40px 0 10px 30px;
border-bottom:1px #CCC dotted;
}
.tabletitle {
	COLOR: #CC3300;
	FONT-SIZE: 14px; 
	FONT-WEIGHT: bold;
	padding-top:5px;
}
.largetitle {
	COLOR: #CC3300;
	FONT-SIZE: 14px; 
	FONT-WEIGHT: bold;
}
.largetitle1 {
	COLOR: #999;
	FONT-SIZE: 16px; 
	FONT-WEIGHT: bold;
}
.largetitle2 {
	COLOR: #000;
	FONT-SIZE: 20px; 
	FONT-WEIGHT: bold;
}
#twitter {
float:right;
padding:0 90px 0 0;
}
#bottom {
background:#1F2024 url(/images/bottombg.gif) repeat-y scroll center center;clear:both;
}
 /* --------- MENU ----------- */

#navlist {
	PADDING: 0px; 
	FONT-SIZE: 14px; 
	MARGIN: 0px; 
	FONT-FAMILY: Arial; 
}
#navlist UL {
	PADDING: 0px; 
	DISPLAY: inline; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none
}
#navlist LI {
	PADDING: 0 10px 0 0; 
	DISPLAY: inline; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none
}
#navlist A:link {
	FONT-SIZE: 14px; 
	FONT-WEIGHT: bold; 
	MARGIN:5px 0 0 0; 
	COLOR: #fff; 
	LINE-HEIGHT: 10px; 
	TEXT-DECORATION: none
}
#navlist A:visited {
	FONT-WEIGHT: bold; 
	MARGIN: 0px; 
	COLOR: #FFF; 
	LINE-HEIGHT: 10px; 
	TEXT-DECORATION: none
}
#navlist A:hover {
	PADDING: 0px; 
	COLOR: #FFF; 
	BORDER-BOTTOM: #fff 1px dotted
}
.teamMember {
clear:both;
padding: 0 0 30px 0;
border-bottom: 1px dotted #CC3300;
min-height:267px;
}
.teamMember img {
float:right;
border:#CCCCCC 2px solid;
margin:0 0 5px 10px;
}
/* Contact form */
.clear{
	clear:both;
}

#main-container{
	width:400px;
	margin:30px auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	width: 400px;
}

td{
	white-space:nowrap;
}


label{
	text-transform:uppercase;
	font-size:10px;
}

textarea{
	color:#404040;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}
.jqTransformSelectWrapper a {
	padding: 0;
	margin: 0;
}

 
 
 