/* html elements */
body  {
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
    text-align: center; 
}

table  {
    border: none;
}

hr {
	display:none;
}

h1  {
	font-size: 1.5em;
	color: #43180d;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
}


h2  {
	font-size: 16px;
	color: #7e0d0d;
}

h3  {
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	color: #666;
}

h4  {
	font-size: 14px;
	color: #ccc;
}

h5  {
	font-weight: normal;
	font-size: 0.8em;
	color: #fff;
	padding: 5px 0	;
}

p  {
	font-size: 12px;
	line-height: 20px;
	color:#666;
	padding: 0px;
}


/* styling for wrapper */

#wrapper, .inner  {
	width: 900px;
    text-align: left;
    margin: 0 auto;
}

#content  {
	width: 100%;
	margin: 0;
	position: relative;
}

#featured {
	position: relative;
	background: #2F7FC8; 
	width: 100%;
	border-top: 4px solid #666;
	padding: 0;
}


#featuredwhite {
	position: relative;
	background: white; 
	width: 100%;
	border-top: 4px solid #666;
	padding: 0;
}

#featured img.screenshot {
	position: absolute;
	top: 9px;
	left:122px;
}

.bottom {
	height: 1px;
	width: 100%;
	float: none;
	clear: both;
}

.right {
	float: right;
	display: block;
	width: 280px;
	margin:0;
	padding: 25px 5px 20px 10px;
}

.right h2 {
	color: #808080;
}

.right a {
	color: #F7931E;
	text-decoration: none;
}

#featured .right  {
	background: #62A0DE;
	height: 255px;
}

#featured .right h2 {
	color: #fff;
}

#featured .right a {
	color: #fff;
}

#featured .right p {
	color: #fff;
}

#featured .teaser {
	background: url('../images/hr-white.gif') bottom repeat-x; 
}

#featured .teaser.last {
	background: none; 
}


.main  {
	display: block;
	float:left;
	width: 575px;
	margin:0;
	padding: 10px 10px 10px 5px;
}

#featured .main {
	padding: 0;
}

#header  {
	width: 100%;
	height: 220px;
	padding: 0;
	position: relative;
}

#header h1.site-title {
	width: 615px;
	height: 160px;
	position: absolute;
	top: 20px;
	left: -10px;
	text-indent: -999em;
	background:  url('../images/whatissharepoint-logo.png') no-repeat;
}


#footer {
	height: 160px;
	color: #43180d;
	background:  url('../images/bg-footer.png') repeat-x; 
	padding-top: 10px;
}


#footer h4 {
    text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	margin: 10px 5px;
	padding: 0;
}

/* menu styles */

#main-navigation {
	position: absolute;
	bottom: 0;
	width: 100%;
}

ul.navigation {
	height: 60px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

ul.navigation li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 8px 0 0;
}

ul.navigation li.last {
	margin-right: 0;
}

/*
ul.navigation li.last3 {
	color: #307CFF;
	text-decoration: none;
	border-top: 4px solid #307CFF;
	margin-right: 0;
}
*/

ul.navigation li h2 {
	margin: 0;
}

ul.navigation li h2 a {
	display: block;
	height: 60px;
	width: 219px;
	color: #B3B3B3;
	font-size: 15px;
	margin: 0;
	padding: 8px 0 0 0;
	text-decoration: none;
	border-top: 4px solid #b3b3b3;
}

ul.navigation li a:hover, ul.navigation li a:active, ul.navigation li.active a {
	color: #307CFF;
	text-decoration: none;
	border-top: 4px solid #307CFF;
}

#footer ul.navigation {
	overflow:hidden;
	display: block;
	float: left;
}

#footer ul.navigation li {
	font-weight: bold;
	width: 200px;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline;
	font-size: 11px;
}

#footer ul.navigation li a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

#footer ul.navigation li a:hover {
	border-bottom:1px solid #fff;
}

#footer ul.navigation li li {
	font-weight: normal;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer ul.navigation li li a {
	font-weight: normal;
}

#footer ul.navigation li li a:hover {
	text-decoration:underline;
}


#quick-search {
	position: absolute;
	top: 30px;
	right: 0;
	width: 414px;
	padding: 0;
}


#quick-search h2 {
	color: #999;
	font-size: 13px;
	float: left;
	line-height: 20px;
	margin: 1px 0;
}

#quick-search input {
	border: 1px solid #aaa;
	height: 18px;
}

#quick-search input.search-input {
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
}

#quick-search input.button {
	float: right;
	background: #aaa;
	color: #fff;
	height: 22px;
	margin: 0;
}


.teaser {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	background: url('../images/hr.gif') bottom repeat-x; 
}

.teaser h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.teaser p {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

.teaser p a {
	text-decoration: underline;	
}

#conpany-info {
	display: block;
	width: 200px;
	float: left;
}
