﻿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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

input[type="text"]
{
    background-color:#3E4C57;
    border-width: 0;
    text-transform:uppercase;
    color: #D5E3EE;
    padding:3px 0px 0px 10px; 
    height: 17px;
}

body
{
	/* Font-Size 62.5% makes 1.0em equal 10px making it easier to change font sizes in other elements ie. 1.2em = 12px, 2em = 20px etc.		*/
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	background-image: url(/Files/System/Images/background.jpg);
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6
{
	color: #3e4c57;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Franklin Gothic Book, Georgia, Arial, Sans-Serif;
}

h1
{
	font-size: 2em;
}

.homePage h1
{
	color: #fff;
}

h2, h3, h4, h5, h6
{
	font-size: 1.7em;
}

select
{
	text-transform: uppercase;
  font-size:1.1em;
}

p
{
	color: #000;
	font-size: 1.1em;
	line-height: 150%;
}

a
{
	color: #ed1c24;
}

ul
{
	margin-left: 10px;
}

ol
{
	margin-left: 17px;
}

ol.alpha
{
	list-style-type: lower-alpha;
}

.clear
{
	clear: both;
	line-height: 0;
	height: 0;
}

#pageWrapper
{
	padding: 0px 22px;
	background-color: #fff;
	width: 948px;
	margin: 0 auto;
}

#headerWrapper
{
	z-index: 20;
	position: relative;
}

#logoGeesa
{
	float: left;
}

#contentWrapper
{
	padding-top: 26px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 26px;
	margin: 0 auto;
}

#footerWrapper
{
	clear: both;
	border-top: solid 5px #d7dbde;
	margin-bottom: 28px;
	padding-top: 5px;
}

#copyright
{
	text-transform: uppercase;
	float: right;
}

#CategoriesSelectAndSearch
{
		position: relative;
    width:538px;
    float: right;
}

#CategoriesSelectBox
{
  width: 200px;
  float: left;
    
}

#CategoriesSearchBox
{
   float: right;
   position:relative;
   width: 290px;
 
}

#CategoriesSearchBoxText
{
  background-color:#3E4C57;
	border-width:0;
	color:#D5E3EE;
	height:17px;
	padding:3px 0 0 10px;
	text-transform:uppercase;
	width: 252px;
}

#CategoriesSearchBoxImage
{
    left: 264px;
    position: absolute;
}