@charset "utf-8";
/* CSS Document */


/***********
RESET STYLES 
************/
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;
	font-style: normal;
}
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;
}

/*****************************************************/

h1 {color:#0066CC; font-size:2.0em; font-weight:bold}
h2 {color:#003366; font-size:1.6em; font-weight:bold}
h3 {color:#003366; font-size:1.2em; font-weight:bold}

a {color: #0066CC; text-decoration:none}
a:hover {text-decoration:underline}

body {margin-top:20px; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:62.5%; background:#FFFFFF url(../assets/backgrounds/body-gradient.jpg) repeat-x 0 0; overflow:-moz-scrollbars-vertical!important;}
#page {width:820px; margin:0 auto; background-color:#FFFFFF; border:1px solid #003366}
#page p {font-size:1.4em}
#header {height:65px; background:transparent url(../assets/backgrounds/bg-header.jpg) no-repeat 100% 0}
#header img {margin:10px; width:176px; height:45px}
#access-nav {left:-999em; position:absolute;	top:-999em}

/*********
NAVIGATION
**********/
#navigation {}
#navigation ul {background-color:#99CCFF; border-top:1px solid #003366; border-bottom:1px solid #003366; text-align:center; padding:3px 0}
#navigation ul li {display:inline; font-weight:bold; color:#003366; margin-left:1em; font-size:1.4em}
#navigation ul li.first {margin-left:0}
#navigation ul li a {color:#003366; text-decoration:none}
#navigation ul li.selected {color:#0066CC}
#navigation ul li a:hover {color:#FFFFFF}

/******
CONTENT
******/
#content {clear:both; padding:25px 100px; min-height:400px;}
#content h1 {margin-bottom:1em; text-align:center}
#content h2 {margin-bottom:1em; padding-top:1em}
#content p {margin-bottom:1em; color:#333333; font-size:1.2em; line-height:1.4em}
#page li {font-size:1.2em; color:#333333; line-height:1.4em}
#page dl {width:550px; margin:0 auto}
#page dt {width:160px; clear:both; float:left; font-size:1.2em; color:#333333; font-weight:bold}
#page dd {width:390px; float:left}

/*****
FOOTER
*****/
#footer {clear:both; background-color:#99CCFF; border-top:1px solid #003366}
p#address {text-align:center; font-size:1em; padding:3px 0}

/***********
CUSTOM PAGES
***********/

/* Home */
#home #content {padding-left:60px; padding-right:60px}
#home #notebook {float:right}

/* Services */
#services #content dt {line-height:1.4em}

/* Products */
#products #content dt {height:45px; margin-bottom:10px}
#products #content dd {height:45px; margin-bottom:10px}

/* Training */
#training #content {background:transparent url(../assets/backgrounds/microsoft-mouse.jpg) no-repeat 100% 100%}
#training #content li {padding-left:10px; background:transparent url(../assets/backgrounds/bullet.gif) no-repeat 0 50%}

/* Contacts */
#contacts #content {background:transparent url(../assets/backgrounds/at-sign.jpg) no-repeat 100% 100%}
#contacts #content dl {width:315px}
#contacts #content dt {width:115px; line-height:1.4em}
#contacts #content dd {width:200px}
#contacts #content dd ul {margin-bottom:1em}
