﻿body {
	margin: 0px;
	padding: 0px;
	background: #5C5C5C url(./img/back_top.gif) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #3D3A17;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #436282 ;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

img {
    border: 0px;
}

/* Header */

#header {
	width: 940px;
	height: 100px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding: 0px 0 0 0;
}

#logo h1 {
	margin: 3px 0;
	height: 65px;
	padding: 0px 0 0 225px;
	background: url(./img/Smartdesk_logo.png) no-repeat left top;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
    float: right;
    clear: right;
}

#menu ul {
    margin: 0px;
	padding: 7px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 1px;
	padding: 1px 15px;
	background: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 2px solid #7C7C7C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #182C33;
}

#menu a:hover, .active a {
}

/* Page */

#wrapper {
	background: #FFF url(./img/back_bot.gif) repeat-x left bottom;
}

#page {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

/* Content */

#content {
	float: left;
	width: 960px;
	margin-bottom: 40px;
}

/* Footer */

#wrapper2 {
	background: #5C5C5C;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #E0E0E0;
}

#footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
}

