/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Main CSS
Author : Helldesign
URL : http://www.helldesign.net

Description : This is the main stylesheet

Created : 
Modified :

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


/****************************************************************
	RESET
****************************************************************/

/* Eric Meyer's Reset CSS v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/****************************************************************
	BASIC
****************************************************************/
#root
{
	background:url('../images/root_bg.jpg') 0 0 repeat-y;
	margin:0 auto;
	width:976px;
}
#w-1
{
	background:url('../images/header_bg.jpg') 0 0 no-repeat;
}
body {
	background:#f7f7f7 url('../images/body_bg.jpg') 0 0 repeat-x;
	padding:11px 0 60px;
}
body,input,textarea,select,td,th {
	color:#4c4c4c;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color:#6ea1af;
	text-decoration:none;
}
a:visited {
	
}
a:hover {
	color:#ffad00;
}
hr
{
	display:none;
}
button,
input[type=submit],
input[type=button]
{
	background:#e9e9e9;
	border:none;
	color:#fff;
	padding:1px 0 2px;
	text-transform:uppercase;
}
button:hover
{
	background-color:#ffad00;
}


blockquote
{
	color:#898989;
	font:italic 13px Georgia, "Times New Roman", Times, serif;
	line-height:1.67em;
	margin:0 0 20px;
}
blockquote cite
{
	color:#232323;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	margin:5px 0 0;
	text-align:right;
}



/****************************************************************
	HEADER
****************************************************************/
#header 
{
	height:73px;
	padding:8px 49px 0 48px;
	position:relative;
}
#header h1
{
	background:url('../images/logo.gif') 0 0 no-repeat;
	height:75px;
	left:49px;
	padding:0 0 14px;
	position:absolute;
	top:8px;
	width:261px;
}
#header h1 a,
#header h1 span
{
	display:block;
	height:75px;
	text-indent:-10000em;
}

#login-box
{
	background:url('../images/login_box_bg.jpg') 100% 100% no-repeat;
	height:19px;
	padding:19px 0 11px;
	position:absolute;
	right:49px;
	top:0;
	width:573px;
}
#login-box form
{
	float:right;
}
#login-box p
{
	color:#cadff3;
	float:right;
	font-size:9px;
	padding:3px 5px 0 0;
}
#login-box p a
{
	color:#abc8e6;
	text-decoration:underline;
}
#login-box p a:hover
{
	text-decoration:none;
}
#login-box input
{
	height:13px;
	margin:0 3px 0 0;
}
#login-box button
{
	height:19px;
	padding:0 2px 3px;
}
#login-box button,
#login-box input
{
	font-size:10px;
	vertical-align:middle;
}




h2#title
{
	background:url('../images/headerimage_sub.jpg') 0 0 no-repeat;
	border-bottom:1px solid #dcdcdc;
	height:69px;
	margin:0 49px;
	text-indent:-10000em;
}
h2#title span
{
	background-position:0 28px;
	background-repeat:no-repeat;
	display:block;
	height:69px;
}
h2#title.team span
{
	background-image:url('../images/h_team.gif');
}
h2#title.technology span
{
	background-image:url('../images/h_technology.gif');
}
h2#title.updates span
{
	background-image:url('../images/h_updates.gif');
}
h2#title.future span
{
	background-image:url('../images/h_future.gif');
}

.home h2#title
{
	background-image:url('../images/headerimage_home.jpg');
	height:224px;
}

/****************************************************************
	MENU
****************************************************************/
#menu 
{
	position:absolute;
	right:49px;
	top:49px;
	width:573px;
}
#menu ul
{
	float:right;
	padding:7px 0 0;
}

#menu ul li
{
	background:url('../images/menu_item_bg.gif') 19px 50% no-repeat;
	color:#669bd1;
	display:inline;
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 36px;
}
#menu ul li.first
{
	background:none;
	padding:0;
}
#menu ul li a
{
	color:#669bd1;
	text-decoration:none;
}
#menu ul li a:hover,
#menu ul li a.active
{
	color:#ffad00;
}



/****************************************************************
	CONTENT
****************************************************************/
#content
{
	line-height:1.67em;
	padding:27px 49px 0;
}
#content:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

/* ----- home ----- */
.home #content
{
	padding:40px 49px 0;
}
.home #content .quotes
{
	float:left;
	width:500px;
}
.home #content p img.left
{
	float:left;
	margin:5px 25px 5px 0;
}
.home #content .contact
{
	background:#f9f9f9;
	float:right;
	padding:34px;
	text-align:left;
	width:200px;
}
.home #content .contact p
{
	margin:0 0 25px;
	text-align:left;
}
.home #content .contact a
{
	background:#fed16d;
	border-bottom:1px solid #dbdbdb;
	color:#565656;
	font-weight:bold;
	padding:8px 18px;
}
.home #content .contact a:hover
{
	background-color:#8be1f6;
}



/* ----- subpages - common ----- */

#content .sidebar
{
	float:left;
	width:209px;
}

#content .sidebar .nav
{
	background:#fffaee;
	margin:0 0 20px;
	padding:15px 20px;
}
#content .sidebar .nav h2
{
	color:#ffaa00;
	font-weight:bold;
	margin:0 0 5px;
}
#content .sidebar .nav a
{
	color:#669bd1;
}
#content .sidebar .nav a:hover
{
	text-decoration:underline;
}
#content .sidebar .nav li
{
	line-height:1.1em;
	margin:0 0 7px;
}

#content .sidebar .files
{
	background:#f9f9f9;
	padding:15px 20px;
}
#content .sidebar .files h2
{
	color:#5e5e5e;
	font-weight:bold;
	margin:0 0 7px;
}
#content .sidebar .files a
{
	color:#565656;
}
#content .sidebar .files a:hover
{
	text-decoration:underline;
}
#content .sidebar .files li
{
	background:url('../images/ico_file.gif') 0 0 no-repeat;
	line-height:1.1em;
	padding:2px 0 6px 22px;
}






#content .main
{
	float:right;
	padding:0 0 20px;
	width:618px;
}
#content .main:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

#content .main h2
{
	color:#232323;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
}
#content .main h3
{
	color:#b49786;
	font-size:16px;
	font-weight:normal;
	margin:20px 0 10px;
}
#content .main p
{
	margin:0 0 10px;
}
#content .main p img
{
	background:url('../images/inline_img_bg.gif') 100% 100% no-repeat;
	padding:5px 10px 10px 5px;
}
#content .main p img.left
{
	float:left;
	margin:5px 25px 5px 0;
}
#content .main ul
{
	margin:20px 0 25px;
}
#content .main ul li
{
	background:url('../images/bullet_1.gif') 2px 0.7em no-repeat;
	margin:0 0 4px;
	padding:0 0 0 19px;
}





#content .updates
{
	float:right;
	padding-right:20px;
	width:618px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCFF;
}
#content .updates:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

#content .updates h2
{
	color:#232323;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
}
#content .updates h3
{
	color:#6ea1af;
	font-size:16px;
	font-weight:normal;
	margin:20px 0 10px;
}
#content .updates p
{
	margin:0 0 10px;
	vertical-align: top;
}
#content .updates p img
{
	background:url('../images/inline_img_bg.gif') 100% 100% no-repeat;
	padding:5px 10px 10px 5px;
	border
}
#content .updates p img.left
{
	float:left;
	margin:5px 25px 5px 0;
}
#content .updates ul
{
	margin:20px 0 25px;
}
#content .updates ul li
{
	background:url('../images/bullet_1.gif') 2px 0.7em no-repeat;
	margin:0 0 4px;
	padding:0 0 0 19px;
}




/****************************************************************
	FOOTER
****************************************************************/

#footer 
{
	background:url('../images/footer_bg.jpg') 0 100% no-repeat;
	color:#9a9a9a;
	text-align:center;
}
#footer h1
{
	font-size:12px;
	font-weight:normal;
	position:relative;
	top:32px;
}
#footer h1 a 
{
	color:#9a9a9a;
	padding:0 9px 0 0;
	position:relative;
}
#footer h1 a span
{
	display:none;
}
#footer h1 a strong
{
	background:url('../images/logo_hd.gif') 0 0 no-repeat;
	display:block;
	height:14px;
	position:absolute;
	right:0;
	top:-1px;
	width:7px;
}
