html {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #0673BA;
	font-family: 'DOMCASN', 'Boogaloo', "DomCasual BT", sans-serif;
	margin: 0;
	font-size: 18px;
	overflow: scroll;
	padding-bottom: 5px;
	padding-top: 5px;
}
img {
	border: 0;
	text-align: center;
}

/*------------------------------ HEADER ------------------------------*/
#masthead {
	width: 1000px;
	margin: auto;
	height: 120px;
	margin-top: 10px;
}
#masthead_left {
	width: 210px;
	float: left;
	height: 120px;
	background-image: url(images/masthead.gif);
	background-repeat: no-repeat;
	}
#masthead_center {
	width: 500px;
	float: left;
	height: 120px;
	font-family: 'DOMDIAGB', 'Boogaloo', "DomDiagonal Bd BT", sans-serif;
	font-size: 36px;
	margin-left: 10px;
	color: #FFF;
	line-height: 36px;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
	}
#masthead_balloon {
	height: 112px;
	background-image: url(images/geekballoon.gif);
	background-repeat: no-repeat;
	width: 502px;
	float: left;
	margin-left: 142px;
	margin-top: 7px;
	}
#masthead_balloon1 {
	height: 112px;
	background-image: url(images/geekballoon1.gif);
	background-repeat: no-repeat;
	width: 502px;
	float: left;
	margin-left: 142px;
	margin-top: 7px;
	}
#masthead_balloon2 {
	height: 112px;
	background-image: url(images/geekballoon2.gif);
	background-repeat: no-repeat;
	width: 502px;
	float: left;
	margin-left: 142px;
	margin-top: 7px;
	}
#masthead_balloon3 {
	height: 112px;
	background-image: url(images/geekballoon3.gif);
	background-repeat: no-repeat;
	width: 502px;
	float: left;
	margin-left: 142px;
	margin-top: 7px;
	}
#masthead_balloon4 {
	height: 112px;
	background-image: url(images/geekballoon4.gif);
	background-repeat: no-repeat;
	width: 502px;
	float: left;
	margin-left: 142px;
	margin-top: 7px;
	}
#masthead_balloon5 {
	height: 112px;
	background-image: url(images/geekballoon5.gif);
	background-repeat: no-repeat;
	width: 502px;
	float: left;
	margin-left: 142px;
	margin-top: 7px;
	}
#masthead_balloon6 {
	height: 112px;
	background-image: url(images/geekballoon6.gif);
	background-repeat: no-repeat;
	width: 502px;
	float: left;
	margin-left: 142px;
	margin-top: 7px;
	}
#masthead_right {
	width: 139px;
	float: right;
	height: 112px;
	background-image: url(images/webhead.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
}
#header {
	width: 1000px;
	margin: auto;
	position: relative;
	height: 40px;
}

/** Navigation **/
#navigation {
	height: 40px;
	left: 0;
	background-color: #D4232B;
}
#navigation ul {
	display: inline-block;
	height: 40px;
	width: 1000px;
	list-style: none;
	margin: 0;
	padding: 0px 0px;
}
#navigation li {
	float: left;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	margin: 0 5px 0 5px;
}
#navigation li.first {
	margin-left: 0;
	
}
#navigation li.selected {
	background-color: #FFF;
	height: 42px;
}
#navigation a {
	color: #000;
	padding: 0 15px;
	text-decoration: none;
	font-family: 'DOMB', 'Boogaloo', "DomBold BT", sans-serif;
}
#navigation a:hover {
	color: #F6ED24;
	font-family: 'DOMB', 'Boogaloo', "DomBold BT", sans-serif;
	font-size: 24px;
}
/*------------------------------ CONTENTS ------------------------------*/
.supergeek {
	background-image: url(../images/Super-Geek-Combo.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
}
.supergeekmain  {
	background-color: #FFF;
}
.supergeeksub {
	background-image: url(../images/Super-Geek-Combo.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
}
#supergeek {
	font-family: 'DOMDIAGB', 'Boogaloo', "DomDiagonal Bd BT", sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.supergeekmain td {
	font-size: 24px;
}

/*------------------------------ FLOAT CONTENTS ------------------------------*/
#container {
    margin: 0 auto;
    position: relative
}
#fixedTable {
	position: fixed;
	width: 240px;
	top: 200px;
}

/*------------------------------ Contact us Page ------------------------------*/
#fieldbox{
	width: 258px;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.field {
	font-size: 22px;
	font-family: 'DOMCASN', 'Boogaloo', "DomCasual BT", sans-serif;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.askfield {
	font-size: 22px;
	font-family: 'DOMCASN', 'Boogaloo', "DomCasual BT", sans-serif;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 222px;
}
.qfield {
	font-size: 22px;
	font-family: 'DOMCASN', 'Boogaloo', "DomCasual BT", sans-serif;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 222px;
}
#contents div#contacts ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
#contents div#contacts ul li {
	width: 450px;
}
#contents div#contacts ul li p b {
	margin: 0;
	text-transform: none;
}

#services span, #solutions span, #support span {
	color: #0e2934;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px;
	text-align: justify;
}
#services span a, #solutions span a, #support span a {
	color: #0e2934;
	text-decoration: none;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	color: #FFF;
	line-height: 20px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 25px;
}

p.style1 {
	font-family: 'DOMB', 'Boogaloo', "DomBold BT", sans-serif;
	font-size: 24px;
	text-align: left;
}

#footer span.footnote {
	clear: both;
	font-size: 14px;
	text-align: left;
}

.p1 {
	font-family: 'DOMB', 'Boogaloo', "DomBold BT", sans-serif;
	font-size: 24px;
	text-align: left;
	background-color: #BABABA;
	/* background-color: #D4232B;*/
	padding-left: 5px;
}

.p2 {
	font-family: 'DOMB', 'Boogaloo', "DomBold BT", sans-serif;
	font-size: 24px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.p3 {
	font-family: 'DOMB', 'Boogaloo', "DomBold BT", sans-serif;
	font-size: 24px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.p4 {
	font-family: 'DOMB', 'Boogaloo', "DomBold BT", sans-serif;
	font-size: 24px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
	border-top: solid #BABABA 1px;
	padding-top: 15px;
}

.pHeaderBI {
	font-family: 'DOMDIAGB', 'Boogaloo', "DomDiagonal Bd BT", sans-serif;
	font-size: 36px;
	text-align: center;
}

.pHeader-inline {
	font-family: 'DOMB', 'Boogaloo', "DomBold BT", sans-serif;
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.pindent {
	font-family: 'DOMCASN', 'Boogaloo', "DomCasual BT", sans-serif;
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 24px;
}

.pindent1 {
	font-family: 'DOMCASN', 'Boogaloo', "DomCasual BT", sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pindent2 {
	font-family: 'DOMCASN', 'Boogaloo', "DomCasual BT", sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 24px;
}

.paragraph {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

blockquote.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

blockquote.style2 {
	font-family: 'DOMB', 'Boogaloo', "DomBold BT", sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.paragraphBI {
	font-family: sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

.paragraph-bold {
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
}
