@charset "utf-8";
body {
	font: 100% Tahoma,Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x #ffecdc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	
	 
}
.oneColFixCtr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/bg-content.png) repeat-y;
}

.pro img {
border:1px solid #CCCCCC;
}

.style2 {color: #555; font-weight: bold;
font-size:11px;
padding:3px;
font-family:Arial, Helvetica, sans-serif;}


#subproducts {
color:#333333;
font-size:16px;
font-family:trebuchet ms;
font-weight:bold;
padding-left:55px;

width:85%;
margin-left:40px;

}

#productstitle {
color:#222;
font-size:20px;
font-family:trebuchet ms;
font-weight:bold;
padding-left:50px;
}


#jsddm
{	margin: 0;
	padding: 0;
	width:100%;}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		
		padding: 2px 0;
		text-decoration: none;
		
		width: auto;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	}
		
		#jsddm li ul
		{	margin: 0;
			padding:0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid #CC6600}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: 120px;
				background: #ff5a00;
				color: #fff;
				padding:5px;
				border-bottom: solid #ff974a 1px;}
			
			#jsddm li ul li a:hover
			{	background: #ffb681;
			color:#333333;}
			
			
			#services {
			padding:10px 50px 0 50px;
			color:#333333;
			font-size:13px;
			text-align:justify;
			}
			
#tfooter {
margin:0 auto;

}


#footer {
padding-left:0px;
font-size:11px;
width:420px;

}

#footer p{
text-align:center;

font-size:11px;
}

#footer a{
color:#FF6600;
}


#welcome {
padding-right:40px;
}

h3 {
font-size:20px;
color:#222;
font-weight:normal;

}

p {
font-size:13px;
font-family:Tahoma,Arial, Helvetica, sans-serif;
color:#222;
text-align:justify;
}