/*** TEXT DEFINITIONS ***/

a
{
	font-size: normal;
	color: #FFFFFF;
}

a:hover
{
	color: #FF9900;
}

.bold {
	font-weight:bold;
}

p, ul{
	margin-bottom:10px;
}

.center
{
  text-align:center;
}

/*** START GENERAL ***/

body
{
	margin: 0;
	padding: 0;
	background-color: #333;
	font-family: arial, helvetica, sans-serif;
	color:#FFFFFF;
	/*
	text-transform: lowercase;
	*/
}

#container
{
	width: 790px;
	height:auto;
	margin: 0 auto;
	background-color:#444444;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#container_inner
{
	float: left;
}

#container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	height: 100%
}

#logo {
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding-top:15px;
	width: 300px;
	display: inline;
}

#top_navigation {
	text-align:right;
	margin:10px;
	float:right;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
}

#nav_bar {
	clear:both;
	float:left;
	width:640px;
	margin-top:2px;
	margin-bottom:10px;
	display: inline;
	text-align:center;
	padding-left:150px;
	background: url(../images/nav_background.jpg) repeat-x left bottom;
}

#contact_image {padding-top:5px; margin:0px;}

#nav_bar ul {display:inline;}
#nav_bar ul li {display:inline;}
#nav_bar a {width:134px; height:25px; padding-top:5px; background:url(../images/nav_tab.gif); display:block; float:left; margin:0 15px; text-decoration:none;}
#nav_bar .active a {background:url(../images/nav_tab_active.gif);}



/*** START SIDEBAR ***/

#sidebar {
	clear: both;
	float: left;
	width: 180px;
	margin: 10px;
	display: inline;
}

#sidebar a {
	text-decoration: none;
}

#sidebar_header_red{
	margin-bottom:15px;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-top-width: 5px;
	font-size:1.2em;

}

#sidebar_header_green{
	margin-top:30px;
	margin-bottom:15px;
	border-top-style: solid;
	border-top-color: #00FF00;
	border-top-width: 5px;
	font-size:1.2em;

}

#sidebar_header_orange{
	margin-top:30px;
	margin-bottom:15px;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-top-width: 5px;
	font-size:1.2em;

}




#sidebar ul{
	list-style: none;
	border-bottom: 1px solid #FFFFFF;
	margin-left:5px;

}



#sidebar li a {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #FFFFFF;
	display: block;
	width: 155px;
	padding-left:20px;
	padding-top: 10px;
	padding-bottom: 10px;

}

#sidebar .active{
	color:#ffffff;
	background-color:#666666;
}



#sidebar li:hover, #sidebar li a:hover {
	color:#ffffff;
	background-color:#666666;
}




/*** START MAIN CONTENT ***/


#main_content {
	float: left;
	margin-left:240px;
	width: 558px;
	margin: 10px;
}

#feature {
	margin-bottom: 15px;
}

#feature_image {

}

#breadcrumb {
	font-size: .7em;
	margin-bottom: 8px;
}



#page_title {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 4px solid #999999;	
	padding-bottom: 3px;
}

#thumbnail {
	float: left;
	width: 150px;
	height: 220px;
	border: 1px solid #FFF;
	margin: 0px 10px 15px 10px;
	padding: 5px;
	text-align:center;
}

#thumbnail_title {
	height: 40px;
}

#thumbnail div {
	margin-bottom: 5px;
}


#template_imageL {
	text-align: center;
	margin-bottom: 30px;
}

#template_demo {
	text-align: center;
	margin-bottom: 30px;
}

#template_addtocart {
	text-align: center;
	margin-bottom: 30px;
	width: 100%;

}

#template_addtocart a{
}

#template_addtocart img{
	border: 5px solid #000000;
	padding: 5px 200px 5px 200px;
	background: #FFFFCC;
}

#template_text {
	font-size: .9em;
}

#template_text .bold{
	font-size: 1.1em;
	margin-bottom: 3px;
	margin-top:25px;
}

#template_text li{
	list-style: disc inside;
}


#footer {
	clear: both;
	width: auto%;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	text-align:center;
	border-top: 1px dotted #FFFFFF;

}

.service {
	margin-top: 15px;
	clear:both;
	height:100px;
}

.service img {
     float:left;
	 margin:0 15px 0 0;
}

.service_content {
}
.service_content h3 {
	font-size: 16px;
	font-weight: bold;
	margin:0px;
}
