@charset "utf-8";
/* CSS Document */

/*Start of Web Layout*/
body {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #F00;
	background-image: url(Images/layout/bg.png);
	background-repeat: no-repeat;
}
#container {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 1000px;
}
#header {
	height: 50px;
	margin-bottom: 30px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-image: url(Images/layout/header.png);
	background-repeat: no-repeat;
}
#container #content {
	width: 100%;
	height: 850px;
	background-repeat: repeat;
	margin-bottom: 20px;
	box-shadow: 0 0 5px 1px #000;
	-moz-box-shadow: 0 0 5px 1px #000;
	-webkit-box-shadow: 0 0 5px 1px #000;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #FFF;
}
#container #content #rightside {
	height: 780px;
	width: 785px;
	position: absolute;
	float: left;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container #content #leftside {
	height: 760px;
	width: 180px;
	left: 780px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 7px;
}
#container #footer {
	height: 50px;
	clear: both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding: 5px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#container #footer table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
#container #header table tr td {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 9px;
}
#container #footer a:link {
	color: #FFF;
}
#container #footer a:visited {
	color: #FFF;
}
#container #footer a:hover {
	color: #F00;
}
#container #footer a:active {
	color: #999;
}
/*End of Web Layout*/



/*Start of Navigation*/
a:link {
	color: #000;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
#container #content #navigation {
	background-image: url(Images/layout/navigation.png);
	background-color: #F00;
	height: 35px;
	width: 100%;
	float: none;
	clear: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#container #content #navigation #buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 35px;
	width: 980px;
	position: relative;
	left: 20px;
}
#container #content #navigation #buttons ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #content #navigation #buttons li {
	display:inline;
}
#container #content #navigation #buttons a:link,a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#container #content #navigation #buttons a:hover,a:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
	background: -moz-linear-gradient(top,  #,  #);
	color: #FFF;
}
/*End of Navigation*/



/*Start of Search Bar*/
	#tfheader{
	background-color: 
	}
	#tfnewsearch{
	float: right;
	padding: 10px;
	}
	.tftextinput{
	margin: 0;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	}
	.tfbutton {
	margin: 0;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #F00;
	background: -webkit-gradient(linear, left top, left bottom, from(#F30), to(#F00));
	background: -moz-linear-gradient(top,  #F30,  #F00);
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	}
	.tfbutton:hover {
	text-decoration: none;
	background: #F00;
	background: -webkit-gradient(linear, left top, left bottom, from(#900), to(#F00));
	background: -moz-linear-gradient(top,  #990000,  #FF0000);
	background-color: #F00;
	background-position: top;
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}
/*End of Search Bar*/


/*Start of Index*/
#container #content #rightside #slide {
	height: 380px;
	width: 785px;
	float: left;
}
#container #content #featured {
	height: 360px;
	width: 785px;
	clear: both;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container #content #rightside #featured .featured_box {
	height: 330px;
	width: 165px;
	float: left;
	background-color: #CCC;
	margin-right: 5px;
	margin-left: 4px;
	padding: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #FFE1E1;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));
	background: -moz-linear-gradient(top,  #,  #);
	border: 1px solid #CCC;
}
#container #content #rightside #featured .featured_box a:link {
	color: #F00;
}
#container #content #rightside #featured .featured_box a:visited {
	color: #F00;
}
#container #content #rightside #featured .featured_box a:hover {
	color: #999;
}
/*End of Index*/


/*Start of P1*/
#container #content #rightside #about_us {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 10px;
	height: 680px;
}
#container #content #rightside #about_us #history {
	width: 400px;
	float: left;
}
#container #content #rightside #about_us #overview {
	width: 350px;
	float: right;
	height: auto;
}
#container #content #leftside #download {
	height: 260px;
	width: 160px;
	padding: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #FFE1E1;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));
	background: -moz-linear-gradient(top,  #,  #);
	border: 1px solid #CCC;
	font-size: 12px;
}
#container #content #leftside #download .line {
	height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#container #content #leftside #partners {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 10px;
	height: 455px;
	width: 160px;
	padding: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #FFE1E1;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));

	background: -moz-linear-gradient(top,  #,  #);
	border: 1px solid #CCC;
}
#container #content #leftside #partners .line {
	height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#container #content #leftside #download a:link {
	color: #F00;
}
#container #content #leftside #download a:visited {
	color: #F00;
}
#container #content #leftside #download a:hover {
	color: #999;
}
#container #content #leftside #download a:active {
	color: #999;
}
/*End of P1*/



/*Start of P2*/
#container #content #rightside #services {
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#container #content #leftside #solutions {
	height: 760px;
	width: 160px;
	padding: 10px;
	background-color: #FFE1E1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 10px;
	background-color: #FFE1E1;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));
	background: -moz-linear-gradient(top,  #,  #);
	border: 1px solid #CCC;
}
#container #content #leftside #solutions .solutions {
	font-size: 10px;
}
#container #content #leftside #solutions .line {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 1px;
}
#container #content #leftside #solutions a:link {
	color: #F00;
}
/*End of P2*/



/*Start of P3*/
#container #content #rightside #products {
	padding: 10px;
	height: 680px;
}
#container #content #rightside #products .product_box {
	height: 120px;
	width: 240px;
	float: left;
	margin: 6px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-left-radius: ;
	border-top-right-radius: ;
	border-bottom-left-radius: ;
	border-bottom-right-radius: ;
	border: 1px solid #CCC;
}
#container #content #leftside #rental .equipments {
	font-size: 10px;
}
#container #content #leftside #rental {
	height: 460px;
	width: 160px;
	padding: 10px;
	background-color: #FFE1E1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 10px;
	background-color: #FFE1E1;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));
	background: -moz-linear-gradient(top,  #,  #);
	border: 1px solid #CCC;
}
#container #content #leftside #rental .line {
	height: 1px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #999;
}
#container #content #leftside #rental a:link {
	color: #F00;
}
#container #content #leftside #rental a:visited {
	color: #F00;
}
#container #content #leftside #rental a:hover {
	color: #999;
}
#container #content #leftside #rental a:active {
	color: #999;
}
/*End of P3*/



/*Start of P4*/
#container #content_portfolio {
	height: 850px;
	width: 100%;
}
#container #content #rightside #portfolio #client_list {
	height: 325px;
	width: 735px;
	float: left;
	padding: 10px;
	margin: 5px;
	border: thin solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));
}
#container #content #rightside #portfolio #client_list p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
#container #content #rightside #portfolio #client_list .line {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#container #content #rightside #portfolio {
	height: 680px;
	padding: 10px;
}
#container #content #rightside #portfolio .portfolio_box {
	height: 140px;
	width: 121px;
	margin: 5px;
	border: 1px solid #CCC;
	float: left;
	padding: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	background-color: #FFF;
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));
	background: -moz-linear-gradient(top,  #,  #);
	border: 1px solid #CCC
}
#container #content #leftside #rental_client .clients {
	font-size: 10px;
}
#container #content #leftside #rental_client {
	height: 760px;
	width: 160px;
	padding: 10px;
	background-color: #FFE1E1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 10px;
	background-color: #FFE1E1;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));

	background: -moz-linear-gradient(top,  #,  #);
	border: 1px solid #CCC;
}
#container #content #leftside #rental_client .line {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 1px;
}
#container #content #leftside #rental_client a:link {
	color: #666;
	text-decoration:none;	
}
#container #content #leftside #rental_client a:visited {
	color: #666;
	text-decoration:none;
}
#container #content #leftside #rental_client a:hover {
	color: #F00;
	text-decoration:underline;
}
#container #content #rightside #portfolio .portfolio_box a:link {
	color: #666;
	text-decoration:none;
}
#container #content #rightside #portfolio .portfolio_box a:visited {
	color: #666;
	text-decoration:none;
}
#container #content #rightside #portfolio .portfolio_box a:hover {
	color: #F00;
	text-decoration:underline;
}
/*End of P4*/



/*Start of P5*/
#container #content #leftside #Banner {
	height: 760px;
	width: 180px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #CCC;
	border: 1px solid #000;
}
#container #content #rightside #contact_us {
	height: 680px;
	padding: 10px;
}
#container #content #rightside #contact_us #details {
	float: left;
	height: 660px;
	width: 280px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#container #content #rightside #contact_us #location {
	float: right;
	width: 460px;
	height: 540px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 5px;
}
#container #content #rightside #contact_us #details p a:active {
	color: #999;
}
#container #content #rightside #contact_us #location a:link {
	color: #F00;
}
#container #content #rightside #contact_us #location a:visited {
	color: #F00;
}
#container #content #rightside #contact_us #location a:hover {
	color: #999;
}
#container #content #rightside #contact_us #location a:active {
	color: #999;
}
/*End of P5*/
#container #header #tfheader {
	width: 760px;
	float: right;
	height: 50px;
}
#container #header #tfheader .tfclear {
	height: 30px;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#container #header #tfheader .tfclear table tr td b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
