/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background: #27303f url("presentation/images/bg_body.jpg") repeat-x top left;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 951px;
}

a {
	color: #156f96; 
	text-decoration: none;
}


em {
	font-style: italic;
}

h2, h3, h4, h5 {
	margin-bottom: 15px;
}

h2 {	
	color: #445266;
	font-size: 40px;
	text-transform: uppercase;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 a {
	color: #3a404a;
}

img {
	margin-bottom: 15px;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

p, li {
	color: #3a404a;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 12px;
}

strong {
	font-weight: bold;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
}

.left {
	float: left;
}

.right {
	float: right;
}

.button {
	display: block;
	padding: 0;
	
}

.button.contact {
	background: url("presentation/images/button_contact.png") no-repeat top left;
	height: 25px;
	width: 136px;
}

a.button:hover {
	color:#999;
        text-decoration:blink;
}
.button span{color:#000;}
.button.portfolio {
	background:#fff;
	color: #fff;	
	font-weight: bold;
	display: inline-block;	
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
        background-position: 0 0px; font-size: 12px; height: 32px; line-height: 29px;
	padding-left: 30px;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
	cursor: pointer;
	position: relative;
        height: 32px; line-height: 32px; padding-bottom: 0;
        width: 100px;
}
#text{margin-left:5px;}
.button.contact:hover {
	background-position: bottom left;
}

/* ========================== Form Elements Styles ========================== */
label {
	color: #3a404a;
	float: left;
	font-size: 11px;
	height: 31px;
	line-height: 30px;
	width: 58px;
}

input, textarea {
	background: url("presentation/images/input.jpg") no-repeat top left;
	float: left;
	height: 19px;
	padding: 6px;
	width: 276px;
}

textarea {
	background: url("presentation/images/textarea.jpg") no-repeat top left;
	height: 151px;
}

form div {
	font-size: 11px;
	margin-bottom: 17px;
	overflow: hidden;
}

button.send {
	background: url("presentation/images/button_send.png") no-repeat top left;
	cursor: pointer;
	height: 24px;
	text-indent: -9999px;
	width: 65px;
}

button.send:hover {
	background-position: bottom left;
}

button.submit {
	background: url("presentation/images/button_submit.png") no-repeat bottom left;
	cursor: pointer;
	height: 25px;
	text-indent: -9999px;
	width: 77px;
}

button.submit:hover {
	background-position: top left;
}

.box_282 input, .box_282 textarea {
	background: url("presentation/images/input_small.jpg") no-repeat top left;
	height: 19px;
	width: 173px;
}

.box_282 textarea {
	background: url("presentation/images/textarea_small.jpg") no-repeat top left;
	height: 68px;
}

.box_282 form div {
	margin-bottom: 10px;
}

#commentsForm input, #commentsForm textarea {
	background: #f3f8fb;
	border: 1px solid #b3c2cf;
	height: 16px;
	padding: 5px;
	width: 401px;
}

#commentsForm textarea {
	height: 70px;
}

#captcha {
	background: url("presentation/images/captcha.jpg") no-repeat top left;
	height: 70px;
	margin-left: 58px;
	padding: 0 17px 0 21px;
	position: relative;
	width: 250px;
}

#captcha input {
	background: none;
	border-bottom: 1px solid #999;
	clear: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 80px;
}

#captcha img {
	position: absolute;
	right: 17px;
	top: 12px;
}

#captcha label {
	height: auto;
	margin-top: 5px;
	width: 100px;
}

/* ========================== Header Styles ========================== */
#header {
	background: url("presentation/images/bg_header.jpg") no-repeat top left;
	height: 75px;
	margin-top: 35px;
	padding: 40px 0 0 65px;
	width: 886px;
}

#header h1 {
	float: left;
	text-transform: uppercase;
        height: 75px;
        background: url("presentation/images/logo_bg.png") no-repeat 70% 100%;
        margin-top: -30px;
        margin-right: 10px;
}

#header h1 a {
	color: #8db91c;/*#999da3;*/
	font-weight: bold;
	height: 47px;
	line-height: 47px;
        font-size: 26px;
        
}

#header h1 a:hover {
	text-decoration: none;
}

#header p{
	background: url("presentation/images/headerSeparator.jpg") no-repeat top left;
	color: #333;
	float: left;
	height: 47px;
	letter-spacing: 4px;
	line-height: 47px;
	margin-left: 33px;
	padding-left: 30px;
	text-transform: uppercase;
}

/* ========================== Navigation Styles ========================== */
#navigation {
	background: url("presentation/images/bg_navigation.jpg") no-repeat top left;
	height: 43px;
	overflow: hidden;
	padding: 12px 66px 0 66px;
	width: 819px;
}

#navigation ul {
	list-style: none;
}

#navigation #mainNav {
	float: left;
}

#navigation #mainNav li {
	float: left;
	height: 43px;
	margin-right: 20px;
	text-transform: uppercase;
	z-index: 10;
}

#navigation #mainNav li a {
	color: #96aac6;
	font-size: 10px;
        height: 56px;
}

#navigation #mainNav li a:hover, #navigation #mainNav li a.active, .box_162 a.active {        
        position: relative;
        margin-top: 20px;	
	text-decoration: underline;
}

#navigation #socialNav {
	float: right;
}

#navigation #socialNav li {
	background: url("presentation/images/socialIcons.jpg") no-repeat top left;
	color: #e2e1dd;
	font-size: 10px;
	float: left;
	height: 19px;
	margin-left: 4px;
	text-transform: uppercase;
	width: 20px;
}

#navigation #socialNav li.title {
	background: none;
	height: auto;
	margin-right: 20px;
	width: auto;
}

#navigation #socialNav li a {
	/*background: url("presentation/images/socialIcons.jpg") no-repeat top left;*/
	display: block;
	height: 19px;
	text-indent: -9999px;
	width: 20px;
}

#navigation #socialNav li.twitter {
	background-position: -24px 0;
}

#navigation #socialNav li.stumble {
	background-position: -48px 0;
}

#navigation #socialNav li.linkedin {
	background-position: -72px 0;
}

#nav{
        position: relative;
        background: #e4e3df no-repeat;
        background-position:12px;
	height: 30px;
	overflow: hidden;
	padding-left: 202px;
        padding-top: 20px;
	width: 819px;
        margin-top: -50px;        
}
#intro #nav ul{
        list-style: none;
        float: right;
        margin-left: 165px;
}
#intro #nav #ProDuct{        
        margin-left: 250px;
}
#nav ul li{
        float: left;
	height: 30px;
	margin-right: 20px;
	text-transform: uppercase;
	z-index: 10;        
        
}
#nav ul li a{
        color:#333;
        text-decoration: underline;
}
#nav ul li a:hover{color:#000; text-decoration: none;}

/* ========================== Content Styles ========================== */
#content {
	background: url("presentation/images/bg_content.jpg") no-repeat top left;
	overflow: hidden;
	padding: 0 66px;
	width: 819px;
}

/* ========================== Intro Styles ========================== */
#intro {
	padding: 44px 0 60px 0;
        overflow: hidden;
}

#intro ul {
	list-style: none;
}

#intro p {
	font-size: 17px;
	margin: 0;
}

#intro #list li, #intro #slideshow ul li {
	background: url("presentation/images/bullet.png") no-repeat 0 50%;
	font-size: 17px;		
	margin-bottom: 8px;
        margin-top: 4px;
	padding-left: 40px;
}
#intro #nav ul{
        list-style: none;
        float:left;
}
#intro ul li span{
        background: none;
        font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 18px;
	padding-left: 10px;
}

#intro .button {
	float: right;
}

#home #intro {
	padding: 44px 0 0 0;
	overflow: hidden;
}

#home #intro h2 {
	font-size: 28px;
	text-transform: none;
}
#home #intro h3{
       font-size: 12px;
}

#home #intro p {
	font-size: 12px;
	line-height: 18px;
}

#home #intro .button {
	float: none;
	margin-top: 20px;
}

#home #intro #slideshow {
	margin-top: -44px;
}

/* ========================== Portfolio Styles ========================== */
.folioList {
	list-style: none;
	overflow: hidden;
}

.folioList li {
	float: left;
	margin-right: 16px;
	width: 262px;
}

.folioList li.last {
	margin-right: 0;
}

.folioList li .container {
	background: url("presentation/images/folioContainer.jpg") no-repeat top left;
	height: 181px;
	margin-bottom: 10px;
	padding: 0 6px;
}

.folioList li h3 {
	font-size: 15px;
	height: 38px;
	line-height: 32px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

.folioList li p {
	padding: 0 15px;
}

.folioList li img {
	height: 134px;
	width: 248px;
}

/* ========================== Footer Styles ========================== */
#aboutBox {
	background: url("presentation/images/aboutBox.png") no-repeat top left;
	height: 310px;
	padding: 45px 20px 0 0;
	position: absolute;
	right: 115px;
	top: 175px;
	width: 314px;
}

#aboutBox img {
	margin: 0 5px 0 0;
}

#aboutBox h3 {
	color: #c1ba7e;
	font-size: 15px;
	margin: 27px 0 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#aboutBox p {
	color: #9a9669;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

#aboutBox #resume {
	margin: 25px 0 0 64px;
}

#aboutBox #resume img {
	float: left;
	margin-right: 10px;
}

#aboutBox #resume p {
	float: left;
	font-size: 10px;
	margin-left: 5px;
}

#aboutBox .button {
	background: url("presentation/images/button_resume.png") no-repeat bottom left;
	float: left;
	height: 25px;
	width: 156px;
}

#aboutBox .button:hover {
	background-position: top left;
}

/* ========================== Main Content Styles ========================== */
#mainContent {
	float: left;
	margin-right: 41px;
	width: 320px;
}

#blog #mainContent {
	margin-top: -35px;
	width: 516px;
}

/* ========================== Sidebar Styles ========================== */
#sidebar {
	float: right;
	width: 458px;
}

#blog #sidebar {
	margin-top: -35px;
	width: 262px;
}

#sidebar .featured {
	background: url("presentation/images/bg_featured.jpg") no-repeat top left;
	height: 89px;
	margin-bottom: 20px;
	padding: 35px 40px;
	width: 378px;
}

#sidebar .featured p {
	color: #fff;
	font-size: 22px;
}

/* ========================== Boxes Styles ========================== */
.box {
	margin-bottom: 10px;
	padding: 0 8px 10px 18px;
}

.boxHeader {
	height: 28px;
	margin: 0 -8px 11px -18px;
	padding: 6px 18px 0 18px;
	position: relative;
}

.box_162 {
	background: url("presentation/images/box_162.jpg") no-repeat bottom left;
	width: 136px;
}

.box_162 .boxHeader {
	background: url("presentation/images/box_162_header.jpg") no-repeat top left;
}
.box_281 {
        position: relative;
	background: url("presentation/images/folioContainer.jpg") no-repeat;
        width:462px;
        height:319px;
        margin-right: -40px;
        margin-top: 0px;
}

.box_282 {
	background: url("presentation/images/box_282.jpg") no-repeat bottom left;
	width: 256px;
}

.box_282 .boxHeader {
	background: url("presentation/images/box_282_header.jpg") no-repeat top left;
}

.box_262 {
	background: url("presentation/images/box_262.jpg") no-repeat bottom left;
	padding-right: 18px;
	width: 226px;
}

.box_262 .boxHeader {
	background: url("presentation/images/box_262_header.jpg") no-repeat top left;
	margin-right: -18px;
	text-align: center;
}

.box_404 {
	background: url("presentation/images/box_404.jpg") no-repeat bottom left;
	width: 378px;      
        
}
#address{
        margin-top:-455px;
}

.box_404 .boxHeader {
	background: url("presentation/images/box_404_header.jpg") no-repeat top left;
	margin-bottom: 40px;
	text-align: center;
}

.box_404 .send {
	margin-right: 30px;
}

.box_262.left, #home .box.left {
	margin-right: 16px;
}

.box_262 h4 {
	font-size: 16px;
	font-weight: normal;
}

.box h3 {
	text-transform: uppercase;
}

.box img {
	margin-bottom: 5px;
}

.boxHeader button {
	background: url("presentation/images/button_send.png") no-repeat top left;
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: 18px;
	text-indent: -9999px;
	top: 5px;
	width: 65px;
}

.boxHeader button:hover {
	background-position: bottom left;
}

/* ========================== Blog Posts List Styles ========================== */
#blogPosts {
	list-style: none;
	list-style-position: outside;
}

#blogPosts li {
	margin-bottom: 25px;
	overflow: hidden;
}

#blogPosts li .blogThumb {
	float: left;
	margin-right: 20px;
	width: 157px;
}

#blogPosts li .blogThumb p {
	color: #989797;
}

#blogPosts li .blogContent {
	float: right;
	width: 339px;
}

#blogPosts li a.category {
	text-transform: uppercase;
}

#blogPosts li h3 {
	font-size: 18px;
	margin: 7px 0;
}

#blogPosts li h3 a {
	color: #272f3b;
}

#blogPosts li p.author {
	color: #666;
	font-size: 10px;
}

/* ========================== Blog Post Styles ========================== */
#blogPost {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

#blogPost .category {
	font-size: 11px;
	text-transform: uppercase;
}

#blogPost h3 {
	margin: 5px 0 18px 0;
}

#blogPost img {
	margin-bottom: 4px;
}

#blogPost #meta p {
	color: #666;
	font-size: 10px;
}

#comments {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

#comments h3, #commentsForm h3 {
	text-transform: uppercase;
}

#commentsList {
	list-style: none;
	list-style-position: outside;
}

#commentsList li {
	overflow: hidden;
}

#commentsList li img.left {
	margin-right: 18px;
}

.commentContent {
	background: url("presentation/images/bg_comment.jpg") no-repeat top left;
	width: 443px;
}

.commentContent .container {
	border-bottom: 1px solid #b3c2cf;
	margin-left: 8px;
	padding: 28px 18px 5px 18px;
}

#meta, .commentContent div {
	overflow: hidden;
}

#commentsForm label {
	padding-left: 8px;
	width: 91px;
}

/* ========================== Page Navigation Styles ========================== */
#pageNav {
	background: url("presentation/images/pageNav.png") no-repeat top left;
	height: 29px;
	margin-left: 177px;
	padding: 8px 12px 0 12px;
	width: 174px;
}

#pageNav a, #pageNav li, #pageNav ul {
	color: #3a404a;
	float: left;
	font-size: 11px;
	list-style: none;
}

#pageNav a {
	margin-right: 18px;
}

#pageNav li {
	margin-right: 3px;
}

#pageNav li a {
	margin: 0;
}

#pageNav li a.active {
	font-weight: bold;
}

#pageNav a[title="Next"] {
	float: right;
	margin: 0;
}

#pageNav ul {
	margin-top: -1px;
}

/* ========================== Footer Styles ========================== */
#footer {
	background: url("presentation/images/bg_footer.jpg") no-repeat top left;
	padding: 40px 65px 15px 65px;
}

#footer #twitter {
	background: url("presentation/images/bg_twitter.jpg") no-repeat top left;
	float: left;
	height: 28px;
	margin-bottom: 15px;
	padding: 20px 0 0 66px;
	position: relative;
	width: 453px;
}

#footer #twitter .button {
	background: url("presentation/images/button_follow.png") no-repeat top left;
	height: 25px;
	position: absolute;
	right: 12px;
	top: 16px;
	width: 99px;
}

#footer #twitter .button:hover {
	background-position: bottom left;
}

#footer p {
	color: #728496;
        text-align: center;
        letter-spacing: 2px;
}

/* ========================== Tooltip Styles ========================== */
#demotip { 
    display:none; 
    background:transparent url(presentation/images/tooltip/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

#aboutus, #services, #products, #last{
    
        display:none;
}

#logos{
    
        width: 810px;
        height: 75px;
        background: #fff;
        margin-left: 0px;
        margin-top: 30px;
        padding-left: 100px;
}

#intro #list li{
    font-size: 12px;
}
#shadow{
        background: url(presentation/images/shadow_400.png) no-repeat;
        width: 500px;
        height: 12px;
        margin-left: 197px;

}
#shadow1{
        background: url(presentation/images/shadow_400.png) no-repeat;
        width: 500px;
        height: 12px;
        margin-left: 217px;

}

.response { font:bold 12px Arial, Helvetica, sans-serif; color:red; text-align:center; border-top: 1px solid white; background: #e7e7e7;
        margin-right: 0px;
        padding: 5px;
        border-right: 1px solid #aaa;
        border-left: 1px solid #bbb;
        border-bottom: 1px solid #bbb;}
.response2 { font:bold 12px Arial, Helvetica, sans-serif; color:green; text-align:center; border:1px solid white;
        background:#e7e7e7;
        margin-right:0px;
        margin-bottom:20px;
        padding: 5px;
        border-right: 1px solid #aaa;
        border-left: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
}
.response2 span{color:#382e84; }
.loader { position: relative; text-align:center; width:auto; padding:0; margin-right:40px;}
.loader span{position: relative; float:left; color: #382e84; font-size: 12px; margin-left: 100px; }
.slideshow { margin-top: 68px; margin-left: -6px;}
.slideshow{ display: ; }
#solutions{float:right; position:relative; margin-right:200px; margin-top:20px;}