﻿/* reset standard styles */

html, body, div, span, form, applet, object, iframe,
table, caption, tbody, tfoot, thead, tr, th, td, legend, fieldset,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, ol, li, ul,
font, img, small, big, strike, strong, sub, sup, tt, var, cite, code,
abbr, acronym, address, del, dfn, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100.01%;
}

table {
	border-spacing: 0;
	padding: 0; 
	margin: 0;
}

tr, th {
	padding: 0;
	margin: 0;
}

ol, ul {
	list-style: none;
}


/* standard tags */


body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
}

a:link, a:visited 
{ 
    color: #C20010;
    text-decoration:none;
}

a:hover, a:active { 
    color: #C20010; 
    text-decoration: underline;
}

.redlist li {
	background-image:url(../Images/list_redbullet.gif);
	background-repeat:no-repeat;
	background-position:left 20%;
	padding-left: 1.5em;
	margin-left: 1em; 
	margin-bottom: 1.3em;
	font-size: 90%;
}



/* page layout */

#topstripe {
    background-color:#161616;
    height:26px;
    width:100%;
}

#topstripe p {
    color:white;
    font-family:Verdana Arial Sans-Serif;
    font-size: 11px;
    text-align:right;
    padding-top:3px;
}

#header {
    height:125px;
    background: white url(../Images/globetech_logo.gif) no-repeat left center;
    position:relative;
}

#topmenu
{
    width: 560px;
    position: absolute;
    bottom: 1em;
    right: 0;
    padding-bottom: .2em;
    text-align: right;    
    font-family: Candara, Arial, Helvetica, sans-serif;
    line-height:normal;
}

#topmenu a {
    color: #c00;
    text-decoration: none;
    font-size: 1.3em;
}

#footer {
    height: 58px;
    width: 100%;
    background-color:#f2f2f2;
    border-top: solid 1px #ccc;
    padding-top: 6px;
    font-size: 70%;
    color:#161616;
}

#footer a:link, #footer a:visited {
    color:#161616;
    text-decoration:none;
}

#footer a:hover {
    color:#161616;
    text-decoration:underline;
}



/* animation */

#animation {                
    text-align:center;
    margin-bottom: 1em
}



/* front page content */

.frontcontent {
    height: 100%;
    font-size: 100%;
    line-height:normal;
    float:left; 
    width: 430px;
    padding-top: 1em;
}

.frontcontent h2 {
    color: #C20010;
    margin: 1em 0;
    font-family: Candara, Verdana, Sans-Serif;
    font-size: 120%;
    font-weight:bold;
    padding-left: 80px
}

.frontcontent p {
    margin: 1em 0;
    padding: 0;
    font-size: 90%;
}

.frontcontent span {
    float:left; 
    width:65px;
    padding-right:1em; 
    padding-bottom: 2em
}



/* other pages content */

#maincontent {
    height: 100%;
    font-size: 100%;
    line-height:normal;
    float:left; 
    width:610px;    
}

#maincontent p
{
    margin: 0 1em 1.5em 0;
    padding: 0;
    font-size: 90%;
}

#maincontent h2 {
    color: #000000;
    padding-bottom: .7em;
    font-size: 120%;
    font-weight:bold;
}

#maincontent h3 {
    font-family: Candara, Verdana, Sans-Serif;
    font-size: 115%;
    font-weight:bold;
    padding-bottom: .5em
}

#maincontent h4 {
    color: #C20010;
    font-size: 90%;
}

#othercontent {
    height: 100%;
    font-size: 100%;
    line-height:normal;
}

#othercontent p
{
    margin: 0 1em 1.5em 0;
    padding: 0;
    font-size: 90%;
}

#othercontent h2 {
    color: #000000;
    padding-bottom: .7em;
    font-family: Candara, Verdana, Sans-Serif;
    font-size: 120%;
    font-weight:bold;
}

#othercontent h3 {
    font-family: Candara, Verdana, Sans-Serif;
    font-size: 110%;
    font-weight:bold;
    padding-bottom: .5em
}


/* News */

.news {
	margin-bottom: 3em;
}

.newstext
{
    margin: 0 1em 1.5em 0;
    padding: 0;
}

.newstext p {
    margin: 1.3em 0;
}

.newstitle {
	font-weight:500;
	color: #C20010;
	font-size: 1.6em;
	font-family: Arial, Verdana, Sans-Serif;
    margin: .3em 0 .8em;
}

.newstitle a:link {    
    text-decoration: none;  
}

.newsdate {
	color: #999999;
	margin-top: .3em;
	margin-bottom: .5em;
	font-size: .9em;
	font-family:Arial, Verdana, Sans-Serif;
}


/* sidebar */

 #sidebar {
    float:left; 
    width:242px;
    margin-left: 48px;
    font-family: Candara, Verdana, Sans-Serif;
}

#sidebar p {
    font-size: 95%;
    margin: 0 0 .5em;
}

#sidebar h2 {
    font-family: Candara, Verdana, Sans-Serif;
    font-size: 110%;
    font-weight:bold;
    padding-bottom: .8em
}

#sidebar h3 {
    margin-bottom: .4em;
}


/* other tags */

.centerdiv {
    margin: 0 auto;
    width: 912px;
}

.clear {
    clear:both
}
 
#customers {
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;    
}
 
 
address { 
    background-color: #F9F9F9;
    padding: 1em .5em
}

th {
	font-weight: bold;
	text-align: left;
}