/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Basic Style Sheet
version: 1
author: Daniel Chitu
email: contact@connect-pos.com
website: http://www.connect-pos.com/
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
GENERAL >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

* {
	margin: 0;
	padding: 0;
	border: none;
}
html body {
	height: 100%;
}

body {
	background: #ffffff url('images/bkg.jpg') no-repeat top center;
	font: 12px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

/* #####################################################
						GENERAL >>> 
######################################################## */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
/* End hide from IE-mac */

a:link, a:visited {
    color: #1a2674;
	text-decoration: underline;
}
a:hover, a:active {
    color: #ffffff;
	text-decoration: underline;
}
p {
	margin: 5px 0;
	padding: 0;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}

hr {
	border-top: 1px solid #de640f;
	border-bottom: 1px solid #ee8e43;
	border-right: none;
	border-left: none;
	clear: both;
	margin: 0 0 10px 0;
}

.float_right {
	float: right;
}
.float_left {
	float: left;
}

.container {
	width: 806px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* #####################################################
						HEADER >>> 
######################################################## */

#header_container {
	width: 806px;
	height: 351px;
	background: url('images/bkg_header.jpg') no-repeat top left;
	background-position: 0 40px;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Logo and Right Menu >>> */

#top_container {
	width: 806px;
	height: 70px;
}

#logo {
	width: 173px;
	height: 23px;
	float: left; 
	margin: 25px 20px 0 20px;
	padding: 0;
	display: inline;
}

#menutop {
	width: 180px;
	height: 30px;
	margin: 40px 4px 0 0;
	padding: 0;
	float: right;
	display: inline;
}
#menutop ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#menutop li {
	text-align: center;
	float: left;
}
#menutop li a {
	height: 24px;
	font: 11px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 6px 12px 0 12px;
	float: left;
	display: block;
}
#menutop li a:hover {
	height: 24px;
	background: url('images/m2hover.jpg') no-repeat top center;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 6px 12px 0 12px;
	float: left;
	display: block;
}
#menutop-activ a:link, #menutop-activ a:visited, #menutop-activ a:hover, #menutop-activ a:active {
	height: 24px;
	background: url('images/m2hover.jpg') no-repeat top center;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 6px 12px 0 12px;
	float: left;
	display: block;
}

/* #####################################################
						NAVIGATION >>> 
######################################################## */

#nav {
	width: 806px;
	height: 31px;
	margin: 8px 10px 0 8px;
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
	clear: both;
}
#nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
#nav li a {
	height: 31px;
	font: bold 12px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 4px 10px 0 10px;
	float: left;
	display: block;
}
#nav li a:hover {
	height: 31px;
	background: url('images/bkg_nav_hover.gif') no-repeat bottom center;
	background-position: center 21px;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 4px 10px 0 10px;
	float: left;
	display: block;
}
#nav-activ a:link, #nav-activ a:visited, #nav-activ a:hover {
	height: 31px;
	background: url('images/bkg_nav_active.jpg') repeat-x top left;
	color: #474747;
	text-decoration: none;
	margin: 0;
	padding: 4px 10px 0 10px;
	float: left;
	display: block;
}

#nav span{
	height: 31px;
	background: url('images/bkg_nav_active.jpg') repeat-x top left;
	font: bold 12px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	color: #474747;
	text-decoration: none;
	margin: 0;
	padding: 4px 10px 0 10px;
	float: left;
	display: block;
}

.sep_margin {
	margin: 0;
}

#connectcardbtn {
	margin: 0 22px 0 0;
	float: right;
}

/* Search >>> */

#search_container {
	width: 800px;
	height: 40px;
	text-align: left;
	margin: 0;
	padding: 0;
	clear: both;
}
#search_form {
	height: 20px;
	background: url('images/search_box.jpg') no-repeat top left;
	margin: 10px 24px 0 0;
	padding: 0;
	float: right;
	display: inline;
}
#search_box {
	width: 184px;
	height: 20px;
	background: none;
	font: 12px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0 8px 0 65px;
	padding: 4px 4px 0 0;
	float: left;
	border: 0;
	display: inline;
}
#search_button {
	width: 38px;
	height: 24px;
	background: url('images/search_button.jpg') no-repeat top left;
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
	display: inline;
}

#search_container h3 {
	margin: 7px 0 0 15px;
	display: inline;
	float: left;
}

/* Banner >>> */

#banner_container_home {
	width: 359px;
	height: 160px;
	background: url('images/b1.jpg') no-repeat top left;
	text-align: left;
	margin: 0 0 0 16px;
	padding: 15px 15px 15px 390px;
	clear: both;
}

/* #####################################################
						CONTENT >>> 
######################################################## */

#content_container {
	width: 768px;
	background: url('images/bkg_content.jpg') repeat-y top left;
	text-align: left;
	margin: 0 0 0 4px;
	padding: 0 12px;
	float: left;
	display: inline;
	overflow: hidden;
	clear: both;
}

/* 
#content_container a:link, #content_container a:visited {
    color: #1a2674;
	text-decoration: underline;
}
#content_container a:hover, #content_container a:active {
    color: #ffffff;
	text-decoration: underline;
}
*/

/* Boxes >>> */

.box_wrap {	
	width: 252px;
	margin: 0 4px 10px 0;
	float: left;
	display: inline;
}
.box {
	width: 232px;
	height: 180px;
	background: url('images/bkg_box.jpg') no-repeat top left;
	text-align: left;
	margin: 0;
	padding: 10px;
	float: left;
	display: inline;
	overflow: hidden;
	border-bottom: 1px solid #e1f5f9;
}
.box h3 {
	margin: 0 0 4px 30px;
}
.box ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.box li {
	background: url('images/icon_dot.gif') no-repeat center left;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
}

/* Clients >>> */

#clients_container {
	width: 768px;
	text-align: left;
	margin: 0;
	padding: 10px 0;
	float: left;
	display: inline;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #ee8e43;
}

#clients_container h3 {
	width: 200px;
	float: left;
}

#clients_container img {
	float: left;
	margin: 0 15px;
}

/* #####################################################
						FOOTER >>> 
######################################################## */

#footer_container {
	width: 768px;
	background: url('images/bkg_bottom.jpg') no-repeat top left;
	font: 11px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #909090;
	text-align: left;
	margin: 0 0 0 4px;
	padding: 35px 10px;
	float: left;
	display: inline;
	overflow: hidden;
	clear: both;
}
#copyright {
	float: left; 
	margin: 0 10px;
	padding: 0 10px;
	border-left: 1px solid #e4e5e5;
}

#copyright a:link, #copyright a:visited {
    color: #909090;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
    color: #ea7214;
	text-decoration: none;
}

/* #####################################################
						FEATURES >>> 
######################################################## */

/* Banner >>> */

#banner_container_features {
	width: 359px;
	height: 160px;
	background: url('images/b2.jpg') no-repeat top left;
	text-align: left;
	margin: 0 0 0 16px;
	padding: 15px 15px 15px 390px;
	clear: both;
}

/* Content Left >>> */

#box2 {
	width: 232px;
	background: #df6709 url('images/bkg_box2.jpg') no-repeat top left;
	text-align: left;
	margin: 0;
	padding: 10px;
	float: left;
	display: inline;
	overflow: hidden;
	border-bottom: 1px solid #d65c08;
}
#box2 h3 {
	margin: 0 0 4px 30px;
}

#box2 ul {
	list-style: none;
	margin: 20px auto 0 auto;
	padding: 0;
}
#box2 li {
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}
#box2 li a {
	width: 220px;
	height: 18px;
	font: bold 12px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 2px 10px 0 20px;
	display: block;
	clear: both;
}
#box2 li a:hover {
	height: 18px;
	background: #ffffff url('images/icon_arrow_orange.gif') no-repeat right center;
	background-position: 220px center;
	color: #ea7214;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px 0 10px;
	float: left;
	display: block;
}
#box2-activ a:link, #box2-activ a:visited, #box2-activ a:hover {
	height: 18px;
	background: #ffffff url('images/icon_arrow_orange.gif') no-repeat right center;
	background-position: 220px center;
	color: #ea7214;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px 0 10px;
	display: block;
}
.icofeature {
	height: 18px;
	background: url('images/icon_feature.gif') no-repeat left center;
	color: #ea7214;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px 0 10px;
	float: left;
	display: block;
}
.icomodule {
	height: 18px;
	background: url('images/icon_module.gif') no-repeat left center;
	color: #ea7214;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px 0 10px;
	float: left;
	display: block;
}

/* Content Right >>> */

#content_container_left {
	width: 464px;
	text-align: left;
	margin: 0 10px;
	padding: 0 10px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* #####################################################
						TESTIMONIALS >>> 
######################################################## */





