html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	width:100%; 
	height:100%;
	text-align:left;
	font-family: verdana,arial,helvetica;
	font-size:11px;
	background: #e6e7e9 url("/media/gradient-vertical.png") repeat-x;
	color:#5d5d5d;
}

h1 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 15px;
	color:#f7a331;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding-bottom: 15px; 
	font-size: 15px;
	color:#4d4d4f;
	text-transform: uppercase;
}

h3,
.inlineTitle {
	margin: 0;
	padding: 0;
	color:#f7a331;
	text-transform: uppercase;
	display: inline;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bolder;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

a {
	color: #f7a331;
	text-decoration: none;
}

a:hover,
a:active,
a:visited {
	text-decoration: underline;
}

li {
	list-style-type: square;
	padding-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#master {
	position: relative;
	margin:0 auto; /* center, not in IE5 */ 
	overflow: visible; 
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#masterCenterContainer {
	background: url("/media/background-middle-shadow.png") center top repeat-y;
	width:990px;
	margin: 0 auto;
}

#masterTopShadow {
	background: url("/media/background-top-shadow.png") center top no-repeat;
	width:990px;
	margin: 0 auto;
	padding-top: 4px;
}

#masterContainer {
	border: #949597 solid;
	border-width: 1px 1px 0 1px;
	margin: 0 auto;
	width: 940px;
}

#masterMenuContainer {
	background: #ffffff;
	width:940px;
	font-size:12px;
	color:#5d5d5d;
}

#masterMenuRight {
	background: #ffffff;
	width: 650px;
	height: 309px;
	float: left;
	
}

#masterLogo {
	background: #ffffff url("/media/header-logo-version3.png") no-repeat 30px 22px;
	padding-right: 20px;
	padding-top: 47px;
	height: 54px;
	text-align: right;
	color: #c6c7c9;
}

#masterLogo a {
	color: #c6c7c9;
	text-decoration: none;	
}

#masterLogo a:hover {
	color: #7e7c7d;
	/*color: #c6c7c9;*/
	text-decoration: none;	
}

#masterPicture {
	height: 208px;
	width:648px;
	padding: 0;
	margin: 0 1px;
}


/* MASTER MENU LEFT*/

#masterMenuLeft {
	background: #ffffff;
	width: 290px;
	float: left;
}

#masterMenuLeft span
{
	float: left;
	cursor: pointer;
}

#masterMenuLeft .buttonTitle
{
	color: white;
	font-size: 18px;
	line-heigth: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 10px;
}

#masterMenuLeft .tagline
{
	color: white;
	clear: both;
	width:100%;
}

#masterMenuLeft a, 
#masterMenuLeft a:visited,
#masterMenuLeft a:active {
	text-decoration: none;
	color: #000000;
	border: none;
	display:block;
	width: 265px;
	height: 71px;
	padding: 30px 0 0 25px;
	background: #ffa42d url("/media/button-active.png") no-repeat;
	background-position: 290px;
	cursor: pointer;
}

#masterMenuLeft a:hover {
	text-decoration: none;
	color: #000000;
	background-position: left bottom;
}

#masterMenuLeft a .arrow, 
#masterMenuLeft a:visited .arrow,
#masterMenuLeft a:active .arrow
{
	float:left;
	background: url("/media/button-arrow.png") left bottom no-repeat;
	display: block;
	width: 10px;
	height: 14px;
	padding-top: 5px;
}

#masterMenuLeft a:hover .arrow{
	background-position: right bottom;
}

.masterMenuLeftButtonBorder
{
	width: 290px;
	height: 3px;
	background: url("/media/button-border.png") right bottom no-repeat;
}

/* MASTER MENU */
#masterMenu .masterMenuItem {
	margin-right:20px;
}

#masterMenu a, 
#masterMenu a:visited {
	text-decoration: none;
	color: #000000;
}

#masterMenu a:hover {
	text-decoration: underline;
	color: #000000;
}

#masterPageContainer {
	background: white url("/media/sidebar-background.png") left repeat-y;
	width:940px;
	overflow:hidden;
}

#masterMain {
	background: white;
	float:left;
	width:591px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right:26px;
	line-height: 18px;
}

#masterSidebar {
	float: left;
	width: 276px;
	padding-top: 32px; 
	padding-bottom: 30px;
	padding-left: 15px;
	line-height: 18px;
}

.clear {
	clear:both;
	height: 0px;
}

/* MASTERINFOBAR*/

#masterInfobar {
	padding-right: 20px;
	padding-top: 8px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	background-color: #7e7c7d;
	width: 920px;
	height: 22px;
	text-align: right;
	color: #c6c7c9;
	clear: both;
	font-size: 10px;
}

#masterInfobar a {
	color: #c6c7c9;
	text-decoration: none;
}

/* MASTER ADDRESS*/
#masterAddress {
	padding: 20px 30px 0 0;
	text-align:right;
	font-size:10px;
	color:#000000;
	padding-bottom:10px;
	background: url("/media/background-bottom-shadow.png") center top no-repeat;
	
}
#masterAddress a {
	color: white;
	text-decoration: none;
}

#masterAddress a:hover {
	color: #ffa42d;
	text-decoration: none;
}


/* NEWS */

.newsList {
}

.news h3 a {
	margin: 0;
	padding: 0;
	color:#f7a331;
	text-decoration: none;
	text-transform: uppercase;
}

.newsDate {
	padding-left: 0px;
	color: #565656;
	font-size: 9px;
	font-weight: bold;
}

.listItemDescription {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	padding-right: 10px;
	color: #565656;	
}

.newsArchiveLink {
	padding-right: 15px;
	padding-bottom: 30px;
}

.newsArchiveLink a {
	margin: 0;
	padding: 0;
	color:#f7a331;
	text-decoration: none;
}

.listItem a {
	margin: 0;
	padding: 0;
	color:#f7a331;
	text-decoration: none;
}

.news {
	padding-bottom: 30px;
	font-family: verdana,arial,helvetica;
	color:#5d5d5d;
}

.newsDate {
	padding-left: 0;
}

.newsShowLink {
	padding-top: 20px;
}

.newsShowLink a {
	margin: 0;
	padding: 0;
	color:#f7a331;
	text-decoration: none;
}

.paginator a {
	margin: 0;
	padding: 0;
	color:#f7a331;
	text-decoration: none;
}

.paginatorItemSelected {
	margin: 0;
	padding: 0;
	color:#f7a331;
	text-decoration: none;
}


/* MAIL SUBSCRIPTION */

.mail_subscription_title,
.mail_subscription_email {
	width: 150px;
	margin-left: 10px;
}

input.mail_subscription_title,
input.mail_subscription_email {
	border: 1px #969696 solid
}

.mail_subscription_submit {
	margin-left: 8px;
	margin-top: 10px;
	padding: 0;
	border: 0;
	text-align: left;
	color: white;
	background: none;
	cursor: pointer;
    width: 80px;
    height: 15px;
}

label.mail_subscription
{
	color: white;
}

.mailSubscription h1 {
	margin-top: 30px;
	margin-left: 10px;
	text-transform: uppercase;
	color: white;
}

/* CUSTOMERS */

.customers {
	font-family: verdana,arial,helvetica;
	color:#5d5d5d;
}

.customers a,
.customers a:hover,
.customers a:visited,
.customers a:active {
	margin: 0;
	padding: 0 0 30px 0;
	text-decoration: none;
	color: #5d5d5d;
	clear: both;
}

.customers .customerName {
	color:#f7a331;
}

.customers .customerDescription {
	color:#5d5d5d;
}

.customers .customerText {
	float: left;
	padding-left: 10px;
	width: 175px;
}

.customersList {
	padding-right: 7px;
	margin-bottom: 50px;
}

.customerListItem {
	clear: both;
	cursor: pointer;
	padding-bottom: 30px;
}

.customerListItem span
{
	cursor: pointer;
}

.customerListItem img {
	float: left;
	border: none;
	margin-top: 4px;
}

/* EMPLOYEE */

.employees a,
.employees a:hover,
.employees a:visited,
.employees a:active {
	margin: 0;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #5d5d5d;
}

.employees {
	font-family: verdana,arial,helvetica;
	color:#5d5d5d;
}


.tableHeader {
	font-weight: bold;
}

.employee tabel {
	padding: 0;
	margin: 0;
}

.employee td {
	padding: 2px;
}


.employeesList {
	padding-right: 7px;
	margin-bottom: 50px;
}

.employeeListItem
{
	padding-bottom: 30px;
	width: 259px;
}

a.employeeListItemImage {
	float: left;
	display: block;
	cursor: pointer;
}

span.employeeListItemImage,
img.employeeListItemImage
{
	margin-top: 4px;
	width: 75px;
	height: 75px;
	border: 1px #939598 solid;
	display: block;
}

.employeeName {
	color:#f7a331;
}

a.employeeText,
a:visited.employeeText,
a:active.employeeText,
a:hover.employeeText
{
	float: left;
	display: block;
	cursor: pointer;
}

span.employeeText
{
	width: 170px;
	display: block;
	padding-left: 10px;
}

span.employeeEmail
{
	float: left;
	padding-left: 10px;
}

.employeeEmail a {
	color: #5d5d5d;
	cursor: pointer;
}

a.employeeEmail:hover {
	text-decoration: underline;
}

/* PRODUCTS*/

.products {
	font-family: verdana,arial,helvetica;
	color:#5d5d5d;
}

.products a,
.products a:hover,
.products a:visited,
.products a:active {
	margin: 0;
	padding: 0 0 30px 0;
	text-decoration: none;
	color: #5d5d5d;
	clear: both;
}

.products .productDescription {
	color:#5d5d5d;
}

.products .productText {
	padding-left: 10px;
	float: left;
	width: 175px;
}

.productsList {
	padding-right: 7px;
	margin-bottom: 32px;
}

.productListItem {
	clear: both;
	cursor: pointer;
}

.productListItem span
{
	cursor: pointer;
}

.productListItem img {
	float: left;
	border: none;
	margin-top: 4px;
}

.productListItem div {
	float: left;
	width: 150px;
	padding-bottom: 25px;
	margin-left: 10px;
}

/**** FRONT BOXES ****/
.frontBox
{
	float: left;
	width: 282px;
}

.frontBox h1
{
	margin-bottom: 5px;
}

.frontBoxImageBox
{
	background: url('/media/front_box_image_background.png') no-repeat top left;
	padding: 6px 4px 1px 1px;
}

.frontBoxRight
{
	margin-left: 26px;
}

.frontBoxContent
{
	padding-right: 6px;
}
	
	
