/* CSS Document */

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-top: 20px;
}
#pageTitle {
	background-color: #CCCCCC;
	float: left;
	height: 23px;
	width: 853px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: f9dc2f;
	padding-top: 6px;
	padding-left: 40px;
	text-transform: uppercase;
	color: #33348e;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	font-size: 1.1em;
}


/* Sets all margins and padding to zero*/

* {
margin: 0;
padding:0;
}

/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:895px;
	position:relative;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.2em;
}
#garco_logo {
	height: 100px;
	width: 100px;
	position: absolute;
	left: 99px;
	top: 69px;
}

#headerBand {
	background-color: #FFFFFF;
	height: 117px;
	width: 895px;
}
#photoBand {
	float: left;
	height: 225px;
	width: 893px;
	margin-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCCC;
}
#taglineBox {
	width: 350px;
	position: absolute;
	left: 537px;
	top: 29px;
	font-size: 1.1em;
	color: #2E3192;
	font-style: italic;
	font-weight: bold;
}

#contentBox {
	float: left;
	width: 813px;
	border: 1px solid #999999;
	border-bottom: 4px;
	margin-top: 10px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}




/*
JESSE FOOTER CREDITS
*/
a.jesse:link {
	color: #2E3192;
	font-size:8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:visited {
	color: #2E3192;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:hover {
	color: #2E3192;
	font-weight: bold;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 1pt
}
a.jesse:active {
	color: #2E3192;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}



a.tagline:link {
	font-size: 0.8em;
}

a.tagline:visited {
	font-size: 0.8em;
}

a.tagline:hover {
	font-size: 0.8em;
}

a.tagline:active {
	font-size: 0.8em;
}

#jesseCredit {
	width: 100%;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#logoBox {
	height: 102px;
	width: 196px;
	float: left;
	padding-top: 12px;
	padding-left: 30px;
}
#navBox {
	float: right;
	padding-top: 87px;
	width: 650px;
}
#floatNavRight {
	float: right;
}



/*
PAGE FOOTER
*/

#footer a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}

#footer a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}

#footer a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}

#footer a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}



#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #2E3192;
}

#footerBox {
	width: 100%;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #2E3192;
	font-weight: bold;
}


/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-table;}
/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}
/*End hide from IE-mac */


#sidebarNav {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 30px;
	border: 2px dotted #CCCCCC;
	background-color: #CCCCCC;
	background-image: url(images/products_title.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

li {
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 6px;
}
#middleModBullets {
	float: left;
	width: 300px;
}


a:link {
	color: #2E3192;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #2E3192;
	text-decoration: none;
		font-weight: bold;
}


a:hover {
	color: #2E3192;
	text-decoration: underline;
		font-weight: bold;
}


a:active {
	color: #2E3192;
	text-decoration: none;
		font-weight: bold;
}

h1 {
	font-size: 1.3em;
	color: #32348E;
	text-transform: uppercase;
}
h2 {
	font-size: 1.0em;
	color: #32348E;
	text-transform: uppercase;
}
#productsBox {
	width: 200px;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px dotted #CCCCCC;
	background-color: #CCCCCC;
	background-image: url(images/products_title.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: auto;
}
.borderThumb {
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	padding: 5px;
}

#pricingBox {
	background-color: #CCCCCC;
	float: left;
	width: 375px;
	border: 2px dotted #32348E;
	padding: 8px;
}
#logosHome {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

