#divHeader {
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background-position: 15px 20px;
}
#tableNavbar {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#divButtons {
	position: absolute;
	left: 785px;
	top: 15px;
	z-index: 10;
}
#divSidebar {
	width: 220px;
	position: absolute;
	top: 141px;
	z-index: 50;
	left: 0px;
}
#divContent {
	float: none;
	z-index: 5;
	margin-left: 235px;
	margin-top: 10px;
}
#divSidebar h1 {
	color: #2359A1;
	font-size: 14px;
	text-indent: 20px;
	margin-bottom: 10px;
}
#tableContent {
	width: 100%;
}
#tableContent #tdCentre {
	background-image: url(../images/layout/content.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
	padding-right: 60px;
	width: 540px;
}
#tdCentre p {
	font-size: 13px;
	letter-spacing: 0.1em;
	font-family: "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;;
	/*font-family:"Myriad Pro", "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;*/
	line-height: 19px;
}

#tdTop {
	background-image: url(../images/layout/top.jpg);
	background-repeat: repeat-x;
	background-position: 0px -5px;
}

#tdCentre h1 {
	color: #22519F;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#tdBottom {
	background-image: url(../images/layout/bottom.jpg);
	background-position: 0px -30px;
	background-repeat: repeat-x;
}
#tdMid {
	background-color: #F1F1F1;
}

#tableContent #tdFooter {
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 90px;
	background-position: 0px -30px;
}
#tableContent #tdHeader {
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	height: 45px;
	background-position: 0px -5px;
}
#tableButtons {
	padding: 10px;
}
#tableButtons td {
	text-align: center;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#divSidebar ul {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;	
}

#divSidebar li {
	list-style-image: url(../images/layout/bullet_triangle.jpg);
	list-style-position: outside;
}
#divSidebar li a {
	display:block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 4px;
	text-decoration: none;
	width: 200px;
}
#divSidebar li a:link {
	color: #333333;
	text-decoration: none;
}
#divSidebar li a:visited {
	color: #333333;	
}
#divSidebar li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4162AF;
}

#navFooter li {
	display: inline;
	margin-right: 25px;
	padding-right: 30px;
	border-right: 1px solid #99C;
	font-weight: bold;
}

#navFooter li.last {
	border-right: 0;
}

#navFooter a {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
#navFooter a:link {

}
#navFooter a:visited {

}
#navFooter a:hover {
	text-decoration:underline;
}
#navFooter {
	padding: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

#tableProducts {
	width: 560px;
	margin-top: 20px;
	margin-bottom: 15px;
	/*	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;*/
	margin-left: 0px;

}


#tableProducts td {
	/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;*/
	width: 120px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAECEE;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 8px;
}


#tableProducts th {
	color: #FFFFFF;
	text-align: left;
	padding: 6px;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/layout/table_header.png);
	height: 18px;
}
.row1 {
	color: #333333;
	background-color: #FFFFFF;
}
.row2 {
	background-color: #F9F9F9;
	color: #333333;
}

.lastcol {
	border-right-style: none;
	border-right-width: -1px;
	border-right-color: #F9F9F9;
}
#navlinks {
	margin: 0;
	padding: 0.5em 2.3em;
	color: #FFFFFF;
	/*	background-color: #5C7BB8;*/
	background-image: url(../images/layout/nav_bar.jpg);
	background-repeat: repeat-x;
	background-color: #3059B1;
	background-position: left -3px;
}

#navlinks li {
	display: inline;
	margin-right: 1.25em; 
	padding-right: 1.5em;
	border-right: 1px solid #99C;
	font-weight: bold;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #FFFFFF;
	font-size: 12px;
}
#navlinks a:link {
	color: #FFFFFF;
}
#navlinks a:visited {
	color: #FFFFFF;
}
#navlinks a:hover {
	text-decoration: underline;
}
#divIndex {
	width: 560px;
	background-image: url(../images/layout/index_image4.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	height: 410px;
	padding-top: 0px;
	
}
#divIndex p {
	width: 335px;
	margin-left: 0px;
	letter-spacing: 0.1em;
	padding-top: 0px;
	margin-top: 0px;
}

#divProduct {
	position:absolute;
	left:30px;
	top:324px;
	width:170px;
	height:100%;
	z-index:51;
	text-align: center;
}

#divContactForm {
	padding-top: 0px;
	margin: 0px;
}
#divContactForm p {
/*	font-family:"Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 16px;*/
}
label, label span  {
	display: block;
	width:200px;
}

label {
	float: right;
	width: 200px;
}

label span {
	float: left;
	text-align:left;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}
#divContactForm table td {
	width: 200px;
}


fieldset input {
	float: right;
	width:200px;
	border: 1px solid #CCCCCC;
	color: #333333;
	margin: 3px;
	font-size: 12px;
}

fieldset textarea {
	float: right;
	border: 1px solid #CCCCCC;
	color: #333333;
	margin: 3px;
	height:80px;
	font-size: 12px;
	width: 200px;
}



fieldset {
	margin-bottom: 10px;
	border: 1px none #990000;
	overflow:hidden;

}
#tableContact {
	width: 540px;
}


form div {
	margin-bottom: 10px;
	overflow:hidden;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	
}
#Contact {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#tdContactRight {
	width: 320px;
	padding-left: 0px;
}
#tdContactLeft {
	width: 200px;
	text-align: left;
}

#flashBanner {
	position:absolute;
	left:240px;
	top:0px;
	width:650px;
	height:80px;
	z-index:52;
}
