/* CSS Document */

html {
	height: 100%;
}

body {
	color: #5D5D60;
	margin: 0 auto;
	height: 100%;
	font-family: Arial, Helvetica, _sans;
	font-size: 12px;
	background: top repeat-x url('../../images/SEN-Technologies-BG.gif');
	line-height: 135%;
}

div {
	line-height: 1.5em;
}

a {
	color:#F78614;
}

a:hover {
	text-decoration:none;
}

a img {
	border: none;
}

em {
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

blockquote {
	margin-left: 3em;
}

h1, h2, h3, h4 {
	margin: 2px 0px;
	line-height: 1.2em;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 100;
}

h2 {
	font-size: 21px;
	color:#F78614;
	text-transform: uppercase;
	font-weight: 100;
}

h3 {
	font-size: 18px;
	font-weight: 100;
}

h4 {
	font-size: 15px;
	font-weight: 100;
}

hr {
	width: 100%;
	margin: 0;
	background: #CECECE;
	height: 1px;
	border: none;
	outline: none;
}

option {
	width: auto;
	font: inherit;
}

select {
	width: auto;
	font: inherit;
}

table {
	width: 100%;
}

table.logo-grid {
	margin-left: -30px;
}

table.logo-grid td {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	overflow: visible;
}

td {
	text-align: left;
	padding: 10px 0px;
}

td, td h3 {
	line-height: 200%;
}

#page {
	margin: 0 auto;
	height: 100%;
	background: top no-repeat url('../../images/SEN-Page-BG.gif');
}

#hd {
	width: 916px;
	height: 106px;
	margin: 0 auto;
	overflow: visible;
}

#menu {
	margin: 0 auto;
	width: 626px;
	height: 48px;
	background: #252B31;
	text-align: center;
	padding: 0 145px;
}

#menu a img {
	padding: 20px 32px 12px;
}

#contact {
	float: right;
	text-align: right;
	padding: 10px;
}

#bd {
	margin: 0 auto;
	width: 916px;
	background: #ffffff top repeat-x url('../../images/SEN-Body-BG.gif');
}

#ft {
	width: 100%;
	clear: both;
	background-color: #21262C;
	text-align: center;
	color: #ffffff;
	padding: 25px 0px;
}

div.content-full {
	width: 864px;
	padding: 26px;
}

div.content-wide {
	float: left;
	height: 100%;
	width: 540px;
	padding: 0px 0px 26px 40px;
}

div.content-narrow {
	float: left;
	height: 100%;
	width: 248px;
	padding: 0px 36px 26px 40px;
}

.img-left {
	margin: 0px 36px 0px 0px;
}

.img-column {
	margin-bottom: 10px;
}

.black {
	color: #000000;
}

.orange {
	color: #F78614;
}

.font-size-10 {
	font-size: 10px;
}