/* SenSource Automation CSS */

body, td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: small;
	color: #333333;
}

body {
	background:url(images/bg.jpg) top left repeat-x;
	margin: 0;
	background-color: #1d1b1a;
}


/* 100% Body Height */
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
#wrapper {
	margin: 0 auto;
}


/* Font Styles */
.style1 {
	font-style: normal;
	font-size: medium;
	font-weight: bold;
	color: #e2e2e2;
}
.style2 {
	font-style: normal;
	font-size: x-small;
	font-weight: bold;
	color: #AE9BBB;
	letter-spacing: .02em;
}
.style3 {
	color: #639343;
}
.style3small {
	color: #639343;
	font-size: x-small;
}
.style3bold {
	color: #639343;
	font-weight: bold;
	font-size:medium;
}
.style4 {
	font-style: normal;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}
.style4small {
	font-style: normal;
	font-size: x-small;
	color: #ffffff;
}
.style5 {
	font-style: normal;
	font-size: x-small;
	color: #AE9BBB;
}
.style6 {
	font-style: normal;
	font-size: x-small;
	color: #666666;
}
.style7 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: x-small;
	color: #333333;
}
.style8 {
	font-style: normal;
	font-size: small;
	font-weight: bold;
	color: #633F7D;
}
.style9 {
	font-style: normal;
	font-size: x-small;
	color: #666666;
}

/* Links */
a {
	font-size: small;
}
a:link {
	font-size: small;
	color: #633F7D;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	font-size: small;
	color: #633F7D;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	font-size: small;
	color: #633F7D;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #639343;
}


/* Misc */
td.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #639343;
}
td.shade_l {
	width:11px;
	background-image:url(images/shade_l.png);
	background-repeat:repeat;
	background-position:top;
}
td.shade_r {
	width:11px;
	background-image:url(images/shade_r.png);
	background-repeat:repeat;
	background-position:top;
}
td.shade_b {
	height:11px;
	background-image:url(images/shade_b.png);
	background-repeat:repeat-x;
	background-position:top;
}
td.shade_t {
	height:11px;
	background-image:url(images/shade_t.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
ul { 
	list-style-position: inside;
}


/* Contact Form */
.specifications {
	font-size:12px; width:100%;
}
.specifications th {
	font-weight:bold; color:#3e2f73;
}
.specifications td {
	padding:5px;
}
.even {
	background:#fff;
}
.odd {
	background:#E2F5D5;
}


/* Solution Containers */
.solutions {
	background:#fff url(images/h300.png) repeat-x; 
	position:relative;	
	height:190px;
	border:1px solid #999999;
	width:858px;
	float:left;	
	margin:auto 0;
	padding:5px 5px 5px 5px;
	
	/* CSS3	*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 10px #333333;
	-webkit-box-shadow:0 0 10px #333333;
}


