/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
    margin: 0;
    padding: 0;
}

body {
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
	background-color:#330066;
	background-image: url(../images/bg-gs.jpg);
	background-repeat: repeat;
	background-position: center top;
}


h1 {
    font-size: 2.4em;
    font-weight: normal;
}

h2 {
    font-size: 2.0em;
    font-weight: normal;
}

h3 {
    font-size: 1.6em;
    font-weight: normal;
}

p {
    font-size: 1.4em;
}

ul {
    list-style-type: disc;
	list-style-position: inside;
}

li {
	font-size: 1.4em;

}

    h1, h2, p {
    margin: .5em 0;
}
.caption {
	text-align: center;
}


a {
	color:#663399;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	outline: 0;
}

a:hover {
    color:#FF9900;
}


a.hid {color:#000; text-decoration:none; outline-style:none;}
a.hid em {
	display:none;
}
a.hid:hover {text-decoration:none;}
a.hid:active, a.hid:focus {background:#fff;}
a.hid:active span, a.hid:focus span {display:none;}
a.hid:active em, a.hid:focus em {display:block; color:#663399; width:100%; font-style:normal; cursor:default;}
.clear {clear:both;}

#branding {
	height: 90px;
	padding: 20px;
	background-repeat: no-repeat;
	background-color: #3366FF;
	background-position: right 10px;
	margin-top: 20px;
}



#branding h1 {
	margin: 0;
	font-weight: bold;
	color: #FFFFFF;
	left: 300px;
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	min-width: 300px;
	font-style: italic;
	top: 30px;
}
.image {
	float: right;
	padding: 4px;
	width: 50%;
	max-width: 400px;
}



#branding h4 {
	margin: 0;
	left: 25px;
	top: 7px;
	background-image: url(../images/headImageGS.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	width: 240px;
	text-indent: -1999px;
	position: absolute;
}
#secondaryContent h2 {
    font-size: 1.6em;
}

#secondaryContent p {
    font-size: 1.2em;
}

#footer {
	padding: 1px 20px;
	margin-bottom: 20px;
	background-color: #234EA9;
	font-size: 80%;
	color: #CCCCCC;
	clear: both;
}

#footer a {
	color:#99FFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	outline: 0;
}

#footer a:hover {
    color:#CC9900;
}
.footnote {
	float: right;
}
.caption {
	font-size: 60%;
	line-height: normal;
}



/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/nav-col.png);
	background-repeat: repeat-y;
	background-position: 23% 0;
}

#wrapper2 {
	background-repeat: repeat-y;
	background-position: 78% 0;
	background-image: url(../images/secondary-col.png);
}


#mainNav {
	width: 23%;
	min-width: 176px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 150px;
}
#mainNav ul {
	border-top: 1px solid #000; /* sets a border to the top of the ul */
	border-bottom: 1px solid #000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 85%;
	}
	
#mainNav ul li { /*The 3 margin property/value pairs are a hack to make the links butt together in IE 5.01 */
	padding: 0; /* zeroes off the padding */
	margin: 0; /* zeroes off the margins */
	margin: /**/ 0 0 -3px 0; /* This takes 3px off the bottom margin in IE 5.01 - IE 5.5 cannot read this hack so stays with the 0 value from the last margin property */
	ma\rgin: 0; /* IE 5.01 and IE5.5 cannot read this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */
}
#mainNav a { /* use dual selectors if the properties and values are the same for each */
	border-bottom: 1px solid #000000; /* sets the bottom border */
	border-left: 1px solid #323C55; /* sets the left border */
	color: #fff; /* changes the default text colour to white */
	display: block; /* required to make the links act like a button, having the full area "clickable" */
	padding: 4px 0 6px 20px; /* sets padding values to give the link text some "air" */
	text-decoration: none; /* removes the default underline */
	background-color: #3366FF; /* sets a background colour on the links which hides the roll over snowman image in the li selector */
	font-weight: bold;
	margin: 0px;
	outline: 0;
}

/* using the \ escape character as in w\idth - see final property declaration in the selector above */
/* IE 5.01 and IE5.5 cannot read this selector. The escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */

#mainNav a:hover, #mainNav a:focus { 
	background-color: transparent; 
	border-bottom: 1px solid #fff;
	color: #CC9900;
	font-weight: bold;
}
#content {
	width: 75%;
	float: right;
}


#mainContent {
	width: 66%;
	margin: 0;
	float: left;
} 


	
.imageHome {
	width: 80%;
	max-width: 400px;
}
.imageBorder {
	width: 80%;
	max-width: 300px;
	border: medium solid #330066;
	margin: 0px;
	padding: 0px;
}
.imageVideo {
	width: 400%;
}


#secondaryContent {
	width: 31%;
	min-width: 10em;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right;
	color: #FFFFFF;
}
 
#secondaryContent a {
	color:#66FFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	outline: 0;
}

#secondaryContent a:hover {
    color:#FF9900;
}

/* add some padding to the contentse in the main nav and secondary content areas */

#secondaryContent {
	padding-top: 20px;
	padding-bottom: 20px;
}

#secondaryContent * {
	padding: 0px;
	margin-right: 2em;
	margin-left: 8px;
}

#mainNav * *, #secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}
/* Highlighting the current page */

body.home #mainNav a#home, body.about #mainNav a#about, body.overview #mainNav a#overview, body.applications #mainNav a#applications, body.installation #mainNav a#installation, body.cause #mainNav a#cause, body.suppliers #mainNav a#suppliers, body.testimonials #mainNav a#testimonials, body.video #mainNav a#video, body.certification #mainNav a#certification, body.tech #mainNav a#tech, body.links #mainNav a#links, body.contact #mainNav a#contact, body.faq #mainNav a#faq {
	font-weight: bold;
	background-color: transparent;
	background-image: url(../images/bg_brand.png);
	background-repeat: repeat;
	color: #330066;
}
body.home #mainNav a:hover#home, body.about #mainNav a:hover#about, body.overview #mainNav a:hover#overview, body.applications #mainNav a:hover#applications, body.installation #mainNav a:hover#installation, body.cause #mainNav a:hover#cause, body.suppliers #mainNav a:hover#suppliers, body.testimonials #mainNav a:hover#testimonials, body.video #mainNav a:hover#video, body.certification #mainNave a:hover#certification, body.tech #mainNav a:hover#tech, body.links #mainNav a:hover#links, body.contact #mainNav a:hover#contact, body.faq #mainNav a:hover#faq{ 
    color: #666;
}
tr {
	border-width: thin;
	border-style: solid;
}
.highlight1 {
	font-size: 1.2em;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.imageRight {

	float: right;
	padding: 4px;
	max-width: 300px;
}
.imageLeft {
	float: left;
	padding: 4px;
	max-width: 400px;
	width: 50%;
}
.imageBody {
	width: 100%;
	border: thin solid #330066;
}
.imageCert {
	width: 97%;
	border: thin solid #330066;
}
.imageLinks {
	float: left;
	max-width: 300px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.imageRightLeft {


	float: left;
	padding: 4px;
	max-width: 300px;
}
.clear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

