﻿body{
	background-color: #000;
	background-image: url(UI/bodybg.jpg);
	background-repeat: repeat-x;
	font-family: sans-serif;
}

#pageContainer{
	width: 780px;
	margin: auto;
}

#header{
	text-align: right;
	padding: 2px;
	padding-top: 16px;
}

#header a{
	color: #9883B4;
	font-size: x-large;
	text-decoration:none;
}

#header a:hover{
	color:  #CCCCFF;
}

#a_wittern{
	float:right;
	display:block;
	height: 65px;
	width: 65px;
	background-image: url(UI/wittern.gif);
	background-repeat: no-repeat;
}

#a_wittern:hover{
	background-image: url(UI/wittern2.gif);
}


#a_usi{
	float:right;
	display:block;
	height: 65px;
	width: 89px;
	background-image: url(UI/usi.gif);
	background-repeat: no-repeat;
}

#a_usi:hover{
	background-image: url(UI/usi2.gif);
}

#splash{
	height: 225px;
	border: 1px solid #FFF;
	background-color: #FFF;
	overflow:hidden;
}

#images{
	background-color: #FFF;
	height: 450px;
	width: 480px;
	background-image: url(banners/solutions.jpg);
	
}

#testimonies{
	background-color: #559D1F;
	height: 225px;
	float: right;
	width: 265px;
	border-left: 1px solid #FFF;
	padding: 16px;
	background-image: url(UI/testimoniesbg.gif);
	background-repeat: no-repeat;
	color: #FFF;
}

#testimonies p.quote{
	font-size: larger;
	line-height: 1.2em; 
}

#testimonies p.signature{
	text-align: right;
	margin-top: 8px;
	font-style: italic;
	font-size: larger;
}

#content{
	background-color:#FFF;
	border: 1px solid #FFF;
	padding: 16px;
	background-image: url(UI/contentBG.gif);
	background-repeat: no-repeat;
	border-top: none;
}

#content h1{
	color: #267088;
	font-size: x-large;
	letter-spacing: 0.05em;
	font-weight: bold;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 0.5em;
}

#content h2{
	color: #267088;
	font-size: large;
	letter-spacing: 0.05em;
	font-weight: bold;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

#content p{
	line-height: 1.2em;
	padding-bottom: 0.5em;
	letter-spacing: 0.02em;
	padding-left: 1em;
	padding-right: 1em;
}

#content p a{
	color: #41712F;
}

#content ul{
	list-style-type: disc;
	margin-left: 32px;
}

#content ul li{
	margin-bottom: 0.25em;
	margin-left: 0.25em;
}

#VideoBox{
	float: right;
	background-color: #182436;
	padding: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
}

#solutions{
	background-color: #EAF9FE;
	border: 1px solid #FFF;
	border-bottom: none;
	margin: auto;
	border-top: 1px dashed #CCC;
}

#solutions a{
	text-decoration:none;
}

#solutions h1{
	color: #267088;
	font-size: x-large;
	letter-spacing: 0.05em;
	font-weight: bold;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 0.5em;
}

#solutionsContainer{
	padding: 16px;
}

#solutions h2{
	font-weight:bold;
	color: #267088;
	border-bottom: 1px solid #CCC;
}

#solutions td{
	padding: 10px;
	border: 1px solid #EAF9FE;
}

#solutions td:hover{
	border: 1px dashed #CCC;
	background-image: none;
	background-color: #FFF;
	
	cursor:pointer;
}

#solutions td p{
	padding: 8px;
	color: #000;
	letter-spacing: 0.05em;
}


#footer{
	border: 1px solid #FFF;
	background-color: #182436;
	font-size: x-small;
	padding: 8px;
	color: #FFF;
	clear:both;
	margin-bottom: 40px;
	background-image: url(UI/wittern.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#footer a{
	color: #FFF;
}


