/*	
Theme Name: Amedeo HTML Template
Description: Professional Business Template
Version: 2
Author: webtunes
*/

/* Basic Layout */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(../img/main-bg.gif) repeat-x left top;
	font-family:Arial;
	font-size:12px;
	line-height:17px;
	color:#4c4c4c;
}
#wrap {
	background:url(../img/wrap_main-bg.png) no-repeat left top;
	width:948px;
	margin:30px auto;
}
#inside_wrap {
	padding:0px 61px;
	background: url(../img/main_content-bg.png) repeat-y center top;
}
#left_large_page {
	background:url(../img/left_large_page-bg.gif) repeat-y 554px top;
}
#right_large_page {
	background:url(../img/right_large_page-bg.gif) repeat-y left top;
}
#inside_wrap_bottom {
	height:14px;
	background: url(../img/main_content-bottom.gif) no-repeat left top;
}
.main_content {
	width:534px;
	padding:10px;
	float:left;
}
/* Headline Style*/
h1 {
	font-size:26px;
	color:#363636;
	letter-spacing:-1px;
	padding:10px 0px 5px;
}
h2 {
	font-size:20px;
	color:#363636;
	letter-spacing:-1px;
	padding:5px 0px;
}
h3 {
	font-size:16px;
	color:#363636;
	letter-spacing:-1px;
	padding:5px 0px;
}
h3 span {
	color:#808080;
}
h4, h5 {
	font-size:12px;
	color:#363636;
	font-weight:bold;
	padding:5px 0px;
}
.bottom_line,h1.bottom_line, h2.bottom_line, h3.bottom_line, h4.bottom_line, h5.bottom_line {
	border-bottom:1px solid #e0e0e0;
	padding-bottom:7px;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover {
	text-decoration:none;
}
/* List Style*/

 ul.simple li {
	padding:0 0 0 20px;
	margin:0 0 10px 0px;
	background:url(../img/ul_default.gif) no-repeat left 6px;
}
ol.simple {
	list-style-image:none;
	list-style-type:decimal;
	padding:0 0 0 22px;
}
ol.simple li {
	margin:0 0 10px 0px;
}
/*Code Style*/
code, pre {
	background:#E8EBEC;
	border:1px dotted #BBBBBB;
	color:#333333;
	padding:15px 5px;
	margin:10px 0 0 0;
}
/* Default Link Style*/
a {
	color: #197b30;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #24ac44;
	text-decoration:underline;
	cursor:pointer;
}
p {
	padding:3px 0px;
}
.content_list {
	margin:10px 0 0 0;
}
.content_list li {
	clear:both;
	padding:0 0 10px 0;
	display:inline-block;
}
.content_list.big_distance_bottom li {
	padding:0 0 20px 0;
}
.full-page {
	padding:10px;
}
.one-third, .two-thirds, .one-fourth, .half-page {
	float: left;
	margin: 0 10px 0 0;
}
.one-third.last, .two-thirds.last, .one-fourth.last, .half-page.last {
	margin:0px;
}
.one-third {
	width:262px;
}
.two-thirds {
	width:581px;
}
.one-fourth {
	width:193px;
}
.half-page {
	width:393px;
}
.image {
	padding:4px;
	border:1px solid #dcdcdc;
	display:block;
	background:none;
}
.align_left {
	float:left;
	padding:0px 10px 0px 0px;
	display:inline-block;
}
.text_right {
	text-align:right;
}
a:hover .image {
	background:#efefef;
}
a.content-link, a.content-link:hover {
	color:#4c4c4c;
	font-size:11px;
	text-decoration:none;
}
/*Button Style*/ 
a.button, a.button:hover, a.dark_button, a.dark_button:hover, a.skin_button, a.skin_button:hover {
	background:url(../img/default_button_left.png) no-repeat left top;
	width:6px;
	font-size:11px;
	color:#363636;
	display:inline-block;
	text-decoration:none;
	width:auto;
	border:0px;
	margin:4px 0px 0px 0px;
	
}
.button button {
	border:0px;
	background:none;
	padding:0px;
	margin:0px;
	font-size:11px;
	cursor:pointer;
	line-height:normal;
}
a.button span, a.button:hover span, a.dark_button span, a.dark_button:hover span, a.skin_button span, a.skin_button:hover span {
	background:url(../img/default_button_right.png) no-repeat right top;
	display:inline-block;
	margin:0px 0px 0px 6px;
	padding:0px 10px 0px 3px;
	line-height:24px;
}
a.button span img, a.button:hover span img, a.dark_button span img, a.dark_button:hover span img, a.skin_button span img, a.skin_button:hover span img {
	vertical-align:middle;
	padding:0px 5px 0 0;
}
a.button:hover {
	background:url(../img/default_button_left-hover.png) no-repeat left top;
	cursor:pointer;
}
a.button:hover span {
	background:url(../img/default_button_right-hover.png) no-repeat right top;
}
a.dark_button, a.dark_button:hover {
	background:url(../img/dark_button_left.png) no-repeat left top;
	font-weight:bold;
}
a.dark_button span, a.dark_button:hover span {
	background:url(../img/dark_button_right.png) no-repeat right top;
}
a.dark_button:hover {
	background:url(../img/dark_button_left-hover.png) no-repeat left top;
}
a.dark_button:hover span {
	background:url(../img/dark_button_right-hover.png) no-repeat right top;
}
a.skin_button, a.skin_button:hover {
	background:none;
	font-weight:bold;
	height:27px;
	color:#197b30;
}
a.skin_button span, a.skin_button:hover span {
	background:none;
	font-size:12px;
	padding:2px 10px 2px 3px;
}
a.skin_button:hover {
	background:url(../img/skin_button_left-hover.png) no-repeat left top;
	color:#FFFFFF;
}
a.skin_button:hover span {
	background:url(../img/skin_button_right-hover.png) no-repeat right top;
}
a.nav_button, a.nav_button:hover, a.nav_button .active, a.nav_button:hover .active {
	background:url(../img/nav_button_left.png) no-repeat left top;
	width:4px;
	font-size:11px;
	font-weight:bold;
	color:#767676;
	display:inline-block;
	text-decoration:none;
	width:auto;
	border:0px;
	height:20px;
	margin:0 10px 0 0;
}
a.nav_button span, a.nav_button:hover span {
	background:url(../img/nav_button_right.png) no-repeat right top;
	display:inline-block;
	margin:0px 0px 0px 4px;
	padding:2px 6px 2px 3px;
	height:17px;
	font-weight:bold;
}
a.nav_button:hover {
	background:url(../img/nav_button_left-hover.png) no-repeat left top;
	cursor:pointer;
	color:#197b30;
}
a.nav_button:hover span {
	background:url(../img/nav_button_right-hover.png) no-repeat right top;
}
a.nav_button.active, a.nav_button:hover.active {
	background:url(../img/nav_button_left-active.png) no-repeat left top;
	color:#FFFFFF;
}
a.nav_button.active span, a.nav_button:hover.active span {
	background:url(../img/nav_button_right-active.png) no-repeat right top;
	display:inline-block;
	margin:0px 0px 0px 4px;
	padding:2px 6px 2px 3px;
	height:17px;
	font-weight:bold;
}
a.prev_button, a:hover.prev_button {
	background:url(../img/prev_button.png) no-repeat right top;
	width:20px;
	height:20px;
	text-indent:-9999px;
	display:block;
	margin:0 10px 0 0;
	float:left;
}
a:hover.prev_button {
	background:url(../img/prev_button-hover.png) no-repeat right top;
}
a.next_button, a:hover.next_button {
	background:url(../img/next_button.png) no-repeat right top;
	width:20px;
	height:20px;
	text-indent:-9999px;
	display:block;
	margin:0 10px 0 0;
	float:left;
}
a:hover.next_button {
	background:url(../img/next_button-hover.png) no-repeat right top;
}
/* Header */
#header {
	background: url(../img/header-bg.gif) repeat-x left 5px;
	height:125px;
	width:826px;
	margin:0px 61px;
}
#header_top {
	background:url(../img/header_top.png) no-repeat left top;
	height:5px;
}
#header .logo {
	background:url(../img/logo.png) no-repeat left top;
	text-indent:-9999px;
	margin:9px 16px;
	float:left;
	padding:0px;
}
#header .logo a {
	display:block;
	height:65px;
	width:183px;
}
#header #search {
	float:right;
	margin:23px 12px 0px;
}
#search input {
	font-family:Arial;
	font-size:11px;
	color:#4c4c4c;
	background:  url(../img/search_input-bg.png) no-repeat left top;
	border:0px;
	height:18px;
	width:204px;
	padding:6px 0 4px 7px;
	float:left;
}
#search input.button {
	background:url(../img/search_btn.png) no-repeat left top;
	width:29px;
	height:28px;
	padding:0px;
}
#showcase {
	height:72px;
	background:#FFFFFF url(../img/showcase-bg.gif) repeat-x left bottom;
	padding:13px;
}
#showcase h3 {
	padding:2px 0 8px 0;
}
#showcase .skins {
	width:335px;
	background:url(../img/color_globe.png) left top no-repeat;
	padding:0 0 0 55px;
}
#showcase .page_styles {
	width:335px;
	background:url(../img/blue_globe.png) left top no-repeat;
	padding:0 0 0 55px;
}
.text-box {
	background:#FFFFFF url(../img/text-box-bg.gif) repeat-x left bottom;
	padding:10px;
}
/* Latest News */  
.latest_news {
	margin:25px 0 10px 0;
}
.latest_news a.title {
	padding:5px 0 0 0;
	display:block;
}
.latest_news ul {
	margin-top:10px;
}
.latest_news .date {
	margin:8px 0px 0px;
}
.date a, .date a:hover {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
.date a span, .date a:hover span {
	background:url(../img/clock_icon.png) no-repeat left 3px;
	display:block;
	padding:0px 15px;
}
.tag {
	background:url(../img/tag_icon.png) no-repeat left 3px;
	padding:0px 12px;
	color:#999999;
}
.tag a, .tag a:hover {
	color:#197b30;
	font-size:10px;
	text-decoration:none;
	padding:0px 0px 0px 3px;
}
.breadcrumb {
	height:29px;
	background:url(../img/breadcrumb-bg.gif) repeat-x left top;
}
.breadcrumb ul {
	background:url(../img/home.png) 10px 10px no-repeat;
	height:29px;
	padding:7px 25px;
}
.breadcrumb ul li {
	float:left;
}
.breadcrumb ul li a, .breadcrumb ul li a:hover {
	color:#575757;
	padding:0px 2px;
	text-decoration:none;
}
.breadcrumb ul li a.current, .breadcrumb ul li a.current:hover {
	color:#898989;
}
.right_column {
	width:272px;
	float:right;
}
.left_column {
	width:272px;
	float:left;
}
.right_column h3, .left_column h3 {
	padding-top:7px;
}
.right_column .item, .left_column .item {
	margin:10px;
}
.right_column .divider, .left_column .divider {
	background:url(../img/item_spliter.gif) repeat-x left bottom;
	height:2px;
	margin-top:10px;
	clear:both;
}
.testiomonial_item {
	width:245px;
}
.sec_nav {
	list-style:none;
	margin:5px 0px;
}
.sec_nav li a, .sec_nav li a:hover {
	padding:5px 10px;
	display:block;
	color:#0E6C3C;
	font-weight:bold;
	text-decoration:none;
	background:none;
}
.sec_nav li a:hover {
	color:#fff;
	background:url(../img/sec_nav-hover.png) no-repeat left top;
}
.info_point {
	background:url(../img/info_icon.png) no-repeat left 3px;
	padding:0px 0px 0px 45px;
	font-weight:bold;
}
.phone {
	background:url(../img/phone_icon.png) no-repeat left 3px;
	margin:5px 0px 10px;
}
.phone h2 {
	margin:0 0 0 25px;
}
/* Form Style*/	
label {
	padding-top:15px;
	display:block;
}
.input_bg {
	background:url(../img/input-bg.gif) left top no-repeat;
	height:28px;
}
.input_bg input, .input_bg textarea {
	float:left;
}
input {
	border: 0;
	width: 256px;
	height: 14px;
	line-height: 14px;
	padding:8px;
	background:transparent;
	font-family:Arial;
	font-size:12px;
	border:0px;
}
.textarea {
	width: 272px;
	float:left;
	padding-bottom:15px;
}
.textarea .top {
	background:url(../img/textarea-top.gif) left top no-repeat;
	display:block;
	width:262px;
	height:5px;
}
.textarea textarea {
	font-family:Arial;
	font-size:12px;
	color:#333a3f;
	background:#fff;
	padding:2px 6px;
	border:0px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width:248px;
	margin:-1px 0px -4px 0px;
}
.textarea .bottom {
	background:url(../img/textarea-bottom.gif) left top no-repeat;
	display:block;
	width:262px;
	height:5px;
}
.error {
	background:url(../img/error-bg.gif) left top no-repeat;
	float:left;
	display:block;
	color:#655d5d;
	padding:6px 16px;
	width:229px;
}
.error2 {
	background:url(../img/error-bg2.gif) left top no-repeat;
	float:left;
	display:block;
	color:#655d5d;
	padding:6px 16px;
	width:229px;
	margin-left:282px;
	margin-top:-20px;
}
.button_area{
	width:229px;
	
}

/* Tabs */ 
ul.tabs {
	margin:15px 0 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:27px;
	border-bottom:1px solid #cccccc;
	width:100%;
	background:url(../img/tab_out-bg.gif) repeat-x left top;
}
ul.tabs li {
	float:left;
	margin:0px 0px 0px 10px;
	padding:0;
	height:28px;
	line-height:28px;
	overflow:hidden;
	position:relative;
	background:#e0e0e0;
}
ul.tabs li a, ul.tabs li a:hover {
	text-decoration: none;
	color:#4c4c4c;
	font-weight:bold;
	display: block;
	background:url(../img/tab_left.gif) no-repeat left top;
	display:inline-block;
	width:auto;
}
ul.tabs li a:hover {
	color:#4c4c4c;
	background:url(../img/tab_left-hover.gif) no-repeat left top;
}
ul.tabs li a span, ul.tabs li a:hover span {
	background:url(../img/tab_right.gif) no-repeat right top;
	margin-left:5px;
	padding:0px 13px 0px 8px;
	display:inline-block;
}
ul.tabs li a:hover span {
	background:url(../img/tab_right-hover.gif) no-repeat right top;
}
ul.tabs li.active, ul.tabs li.active a, ul.tabs li.active a:hover {
	color:#197b30;
	border-bottom: 1px solid #fff;
	background:url(../img/tab_active-left.gif) no-repeat left top;
	display:inline-block;
	width:auto;
}
ul.tabs li.active span, ul.tabs li.active a span, ul.tabs li.active a:hover span {
	background:url(../img/tab_active-right.gif) no-repeat right top;
	margin-left:5px;
	padding:0px 13px 0px 8px;
	display:inline-block;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content {
	padding:20px 0 20px 0;
}
/*Pagination*/
.pagination {
	height:20px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#FFFFFF url(../img/pagination-bg.gif) repeat-x left bottom;
	margin:10px -10px;
	padding:10px;
}
.pagination li {
	float:left;
}
#filter {
	margin:2px 0 0 0;
}
#filter a, #filter a:hover {
	color:#575757;
	padding:0px 3px;
	text-decoration:none;
}
#filter li.selected a, #filter li.selected a:hover {
	color:#898989;
}
#items {
	margin:0 -10px 10px 0;
}
#items li {
	padding:0 0 10px 0;
}
/* Footer */   
.footer {
	background:#d7d7d7 url(../img/footer-bg.gif) repeat-x left top;
	clear:both;
}
.footer .content {
	padding:10px 10px 5px 10px;
}
.footer .copy {
	background-color:#c0c0c0;
	color:#FFFFFF;
	padding:7px 10px 2px;
	font-size:11px;
}
.footer .copy a, .footer .copy a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.footer_nav li {
	float:left;
	padding:5px 0px;
	color:#4c4c4c;
	font-size:11px;
}
.footer_nav li span {
	padding:5px 10px;
	display:block;
}
.footer_nav h4 {
	padding:0px 10px 5px;
	background:url(../img/footer_nav_headline.gif) repeat-x left bottom;
}
.footer_nav ul {
	margin:5px 0px 0px;
	padding:0px 10px;
}
.footer_nav ul li {
	float:none;
	padding:0px;
}
.footer_nav ul.pages {
	padding:0px;
}
.footer_nav ul.pages li a, .footer_nav ul.pages li a:hover {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	background:none;
	padding:0px 10px 0px;
}
.footer_nav ul.pages li a:hover {
	background:url(../img/footer_link_arrow.png) no-repeat left 5px;
}
ul.social_icon {
	padding:0px 10px;
}
ul.social_icon li {
	float: left;
	display: inline;
	margin-right: 7px;
	line-height: 25px;
}
ul.social_icon li.last {
	margin: 0;
}
