@charset "utf-8";

/********************************************************************/
/*                                                                  */
/*    CASCADING STYLE SHEETS WRITTEN BY IVAN ALEKSIC                */
/*    SROOWN - INTERACTIVE DESIGN SOLUTIONS - WWW.SROOWN.COM        */
/*    COPYRIGHT METAL INVESTMENTS LTD. - LONDON - UNITED KINGDOM    */
/*    WWW.METALINVESTMENTS.COM                                      */
/*    Revision 1.0 - April 11. 2008.                                */
/*    Revision 1.1 - May 9. 2008.	                                */
/*                                                                  */
/********************************************************************/

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background: #e5e5e5 url(../layout/main-background.jpg) 0px 0px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
}
.clear {
	clear: both;
}
img {
	border: none;
}
a {
	color: #4068a3;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#heading {
	width: 970px;
	height: 175px;
	background: #000 url(../layout/heading-backgorund.jpg) 0px 0px no-repeat;
	cursor: default;
}
#heading img {
	display: block;
	float: right;
	margin-top: 60px;
	cursor: pointer;
}
#splash {
	width: 640px;
}
#navigation {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background: url(../layout/navigation-background.jpg) 0px 0px repeat-x;
	height: 50px;
	cursor: default;
}
#navigation ul {
	width: 970px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	display: block;
	float: left;
}
#navigation ul li a {
	display: block;
	width: 120px;
	height: 25px;
	padding-top: 12px;
	background: url(../layout/navigation-a.jpg) 0px 0px no-repeat;
	text-decoration: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
#navigation ul li a:hover {
	background: url(../layout/navigation-a.jpg) 0px -50px no-repeat;
}
#content {
	background: #fff url(../layout/content-top-shade.jpg) 0px -5px repeat-x;
}
#content-overlay {
	background: url(../layout/content-overlay-shade.jpg) left bottom repeat-x;
}
#page {
	width: 970px;
}
#page p {
	margin: 0px;
	padding: 0px;
}
#left {
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 27px;
	padding-bottom: 40px;
	width: 550px;
	float: left;
}
#left h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #2a2a2a;
	font-size: 28px;
	letter-spacing: -1px;
	padding-bottom: 15px;
}
#left h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal !important;
	color: #666;
	font-size: 20px;
	letter-spacing: -1px;
	padding-bottom: 15px;
}
#left p {
	padding-top: 10px;
}
#right {
	padding-top: 27px;
	padding-bottom: 40px;
	width: 346px;
	float: left;
}

#news {
	width: 346px;
	background: #d3d3d3;
}
#news h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 336px;
	padding-left: 10px;
	height: 33px;
	padding-top: 8px;
	background: url(../layout/news-h1-background.jpg) 0px 0px repeat-x;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
}
.newselement {
	padding: 15px;
	background: url(../layout/news-element-bottom.gif) left bottom repeat-x;
}
.dater {
	float: left;
	width: 34px;
	height: 45px;
	text-align: center;
	background: url(../layout/news-date-background.jpg) 0px 0px no-repeat;
	padding-right: 15px;
}
.dater span {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #39648e;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 34px;
	height: 13px;
	padding-top: 2px;
}
.dater p {
	color: #fff;
	font-size: 18px;
	letter-spacing: -1px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 34px;
	height: 25px;
	padding-top: 5px !important;
}
.news-data {
	font-size: 11px;
	color: #6e6e6e;
	float: left;
	width: 260px;
}
.news-data a {
	font-weight: bold;
	color: #4068a3;
	text-decoration: none;
	font-size: 12px;
}
.news-data a:hover {
	color: #575757;
}


#main {
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 27px;
	padding-bottom: 40px;
	width: 880px;
}
#main h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #2a2a2a;
	font-size: 28px;
	letter-spacing: -1px;
	padding-bottom: 15px;
}
#main p {
	padding-top: 10px;
}

#footer {
	background: url(../layout/footer-top-shade.jpg) 0px 0px repeat-x;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #595959;
	padding: 37px;
}
#footer-holder {
	width: 970px;
}
#footer-info {
	padding-bottom: 10px;
}
#footer-info p {
	display: block;
	float: left;
}
#footer-info span {
	padding-left: 25px;
	display: block;
	padding-top: 6px;
}
#copy {
	color: #ababab;
	padding-top: 10px;
}
#copy a {
	color: #ababab;
	text-decoration: none;
}
#copy a:hover {
	color: #595959;
	text-decoration: none;
}

.formholder {
	width: 760px;
}
.inquiry1field {
	float: left;
	width: 250px;
}
.formholder label {
	display: block;
	color: #666;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-top: 10px;
}
.field, .field40, .field100 {
	border: 1px solid #cfcfcf;
	background: #fff url(../layout/field-top-shade1.jpg) 0px 0px repeat-x;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 6px;
	margin-bottom: 2px;
}
.fielderror, .field40error, .field100error {
	border: 1px solid #cc0000;
	background: #fff url(../layout/field-top-shade1.jpg) 0px 0px repeat-x;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 6px;
}
.field40, .field40error  {
	height: 40px;
}
.field100, .field100error{
	height: 100px;
}
.buttonholder {
	padding-top: 15px;
}
.buttonholder input {
	float: left;
}
.buttonholder span {
	display: block;
	float: left;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #999;
}
.button {
	border: none;
	background: url(../layout/button.jpg) 0px 0px repeat-x;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 6px;
	width: 100px;
	cursor: pointer;
}



.table {
	margin: 0px;
	padding: 0px;
	width: 350px;
	float: left;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 20px;
}
.table li {
	height: 23px;
	padding-left: 10px;
	padding-top: 7px;
	background: url(../layout/table-regular.jpg) 0px 0px repeat-x;
	color: #353535;
	cursor: default;
}
.table li span {	
	color: #a5a5a5;
	font-size: 9px;
}
.table2 {
	margin: 0px;
	padding: 0px;
	width: 346px;
	list-style-type: none;
}
.table2 li {
	height: 23px;
	padding-left: 10px;
	padding-top: 7px;
	background: url(../layout/table-regular.jpg) 0px 0px repeat-x;
	color: #353535;
	cursor: default;
}
.table2 li span {	
	color: #a5a5a5;
	font-size: 9px;
}
.table-title {
	background: url(../layout/table-title.jpg) 0px 0px repeat-x !important;
	font-weight: bold;
	color: #fff !important;
}
.table-cell-title {
	float: right;
	width: 70px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	font-size: 12px;
}
.table-cell {
	float: right;
	width: 70px;
	text-align: right;
	padding-right: 10px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
.table-cell-plus {
	float: right;
	width: 70px;
	height: 23px;
	padding-top: 7px;
	text-align: right;
	padding-right: 10px;
	background: url(../layout/table-regular-plus.jpg) 0px 0px repeat-x;
	color: #346b32;
	font-size: 14px;
	font-weight: bold;
	margin-top: -7px;
}
.table-cell-minus {
	float: right;
	width: 70px;
	height: 23px;
	padding-top: 7px;
	text-align: right;
	padding-right: 10px;
	background: url(../layout/table-regular-minus.jpg) 0px 0px repeat-x;
	color: #ff3f3f;
	font-size: 14px;
	font-weight: bold;
	margin-top: -7px;
}
.table-cell-minus span {
	display: block;
	float: left;
	background: url(../layout/minus.jpg) 0px 0px no-repeat;
	width: 28px;
	height: 9px;
	margin-top: 5px;
}
.table-cell-plus span {
	display: block;
	float: left;
	background: url(../layout/plus.jpg) 0px 0px no-repeat;
	width: 28px;
	height: 9px;
	margin-top: 5px;
}
.table-cell-normal span {
	display: none;
}
.table-cell-normal {
	float: right;
	width: 70px;
	height: 23px;
	padding-top: 7px;
	text-align: right;
	padding-right: 10px;
	background: none;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	margin-top: -7px;
}
#right p span {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: right;
	display: block;
	padding-top: 3px;
}