/* 
Touch Solutions
622design

Updated: Thursday February 14, 2008 @ 11:00 AM
Author: JR Zoleta

*/

/* ------------------------------------------------------ GENERIC LAYOUT ------------------- */

* {
	margin: 0 auto;
	padding: 0;
}

html, body {
	background: #FFFFFF;
	height: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #111111;
}

body {
	font-size: 62.5%;
	}
	
/* ------------------------------------------------------ WRAPS ---------------------------- */

#container {
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	}
	
#headerwrap, #splashwrap, #contentwrap, #footerwrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: both;
	}

#headerwrap {
	background: url(../images/header_bg.jpg) repeat-x top;
	background-position: 0 -24px;
	height: 132px;
	}

#splashwrap {
	background: url(../images/splash_bg.jpg) repeat top center;
	}

#contentwrap {
	background: url(../images/body_bg.jpg) repeat-x top;
	}
	
.spacerblack {
	background: url(../images/shadow.jpg) repeat-x top;
	height: 4px;
	}

.spacergray {
	background: url(../images/shadow_gray.jpg) repeat-x top;
	height: 4px;
	}

#footerwrap {
	margin-top: 24px;
	}

/* ------------------------------------------------------ CONTAINERS ----------------------- */

#header, #splash, #content {
	width: 960px;
	}

#splash {
	padding: 12px 0px 0px 0px;
	}

#footer {
	width: 936px;
	padding: 18px 0 24px 0;
	border-top: 3px solid #666666;
	text-align: center;
	}

/* ------------------------------------------------------ HEADER --------------------------- */

#logocontainer {
	margin-top: 24px;
	margin-left: 12px;
	float: left;
	}

#menucontainer {
	margin-right: 0px;
	margin-top: 64px;
	padding: 0;
	height: 58px;
	width: 730px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
	}

#menucontainer li {
	margin: 0;
	padding: 0;
    list-style: none;
	display: inline;
	}

#menucontainer a {
	float: left;
	padding: 58px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:58px; /* for IE5/Win only */
	}

#menuhome a {
	width: 80px;
	margin-top: 22px;
	background: url(../images/tabs/home.gif) top center no-repeat;
	background-position: -4px -58px;
	}
	
#menuhomeb a, #menuhome a:hover {
	width: 80px;
	margin-top: 0px;
	background: url(../images/tabs/home.gif) top center no-repeat;
	}

#menuinvestors a {
	width: 135px;
	margin-top: 22px;
	background: url(../images/tabs/for_investors.gif) top center no-repeat;
	background-position: -4px -58px;
	}
	
#menuinvestorsb a, #menuinvestors a:hover {
	width: 135px;
	margin-top: 0px;
	background: url(../images/tabs/for_investors.gif) top center no-repeat;
	}

#menuabout a {
	width: 107px;
	margin-top: 22px;
	background: url(../images/tabs/about_us.gif) top center no-repeat;
	background-position: -4px -58px;
	}
	
#menuaboutb a, #menuabout a:hover {
	width: 107px;
	margin-top: 0px;
	background: url(../images/tabs/about_us.gif) top center no-repeat;
	}
	
#menunews a {
	width: 80px;
	margin-top: 22px;
	background: url(../images/tabs/news.gif) top center no-repeat;
	background-position: -4px -58px;
	}
	
#menunewsb a, #menunews a:hover {
	width: 80px;
	margin-top: 0px;
	background: url(../images/tabs/news.gif) top center no-repeat;
	}
	
#menuproducts a {
	width: 107px;
	margin-top: 22px;
	background: url(../images/tabs/products.gif) top center no-repeat;
	background-position: -4px -58px;
	}
	
#menuproductsb a, #menuproducts a:hover {
	width: 107px;
	margin-top: 0px;
	background: url(../images/tabs/products.gif) top center no-repeat;
	}

#menuservices a {
	width: 107px;
	margin-top: 22px;
	background: url(../images/tabs/services.gif) top center no-repeat;
	background-position: -4px -58px;
	}
	
#menuservicesb a, #menuservices a:hover {
	width: 107px;
	margin-top: 0px;
	background: url(../images/tabs/services.gif) top center no-repeat;
	}

#menucontact a {
	width: 107px;
	margin-top: 22px;
	background: url(../images/tabs/contact.gif) top center no-repeat;
	background-position: -4px -58px;
	}
	
#menucontactb a, #menucontact a:hover {
	width: 107px;
	margin-top: 0px;
	background: url(../images/tabs/contact.gif) top center no-repeat;
	}

/* ------------------------------------------------------ TEXT ------------------------------ */

h1 {
	font-size: 2.2em;
	font-weight: bold;
	}
	
h2 {
	font-size: 1.8em;
	font-weight: bold;
	}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	word-spacing: 0.1em;
	color: #333333;
	}

#footer p {
	font-size: 1.1em;
	line-height: 1.6em;
	}

/* ------------------------------------------------------ OTHERS ----------------------------- */

a {
	color: #0076BF;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	}

a img {
	border: none;
	}

#footer a {
	margin: 0 12px 0 12px;
	}

a.morebutton, a.morebutton:hover {
	margin-left: -10px;
	margin-top: -8px;
	width: 94px;
	padding: 44px 0 0 0;
	background: url(../images/more_button.gif) top left no-repeat;
	overflow: hidden;
	height: 0px !important; 
	height /**/:43px; /* for IE5/Win only */
	float: left;
	}
	
a.morebutton:hover {
	background: url(../images/more_button2.gif) top left no-repeat;
	}

* html a.morebutton {
	margin-left: -3px;
	}

* html a.morebutton:hover {
	margin-left: -3px;
	}

/* ------------------------------------------------------ HACKS ------------------------------ */

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

* html .spacerblack {
	font-size: 1px;
	overflow: hidden;
	}

* html .spacergray {
	font-size: 1px;
	overflow: hidden;
	}
