﻿body {
	margin: 0;
	padding: 0;
	
	font: 12px/18px arial, verdana, sans-serif;
	color: #353535;
	
	text-align: center;
	
	background: #fcf6eb url(../images/body-bg.gif) top left repeat-x;
}

#container {
	position: relative;
	
	margin: 0 auto;
	padding: 0;
	width: 770px;
	
	text-align: left;
	
	/*background: #F1EFE2 url(../images/container-bg.gif) no-repeat 0px 185px;*/
}

#header {
	position: relative;
	
	margin: 0;
	padding: 0;
	width: 770px;
	height: 135px;
	
	background: url(../images/header-bg.jpg) no-repeat;
}

#signin {
	position: absolute;
	top: 4px;
	right: 30px;
	
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	
	background: none;
}

#subhead {
	position: relative;
	
	margin: 0;
	padding: 5px 0 0 20px;
	width: 750px;
	height: 45px;
	
	background: url(../images/subhead-bg.gif) no-repeat;
}


#content, #home {
	position: relative;
	
	margin: 0;
	padding: 20px 230px 15px 30px;
	width: 510px;
	
	text-align: justify;
	
	background: #fff url(../images/content-bg.gif) repeat-y 0px 49px;
}

#content-clients{
	position: relative;
	
	margin: 0;
	padding: 20px 30px 15px 30px;
	width: 710px;
	
	text-align: justify;
	
	background: #fff url(../images/content-bg.gif) repeat-y 0px 49px;
}

#content-contactme{
	position: relative;
	
	margin: 0;
	padding: 20px 30px 15px 30px;
	width: 710px;
	
	text-align: justify;
	
	background: #fff url(../images/content-bg.gif) repeat-y 0px 49px;
}

#link {
	position: relative;
	
	margin: 0;
	padding: 5px 0 0 30px;
	width: 740px;
	height: 40px;
	text-align:center;
	color: #8fbe00;
	font-size: 11px;
	background-color:#fcf6eb;
}


#footer {
	position: relative;
	
	margin: 0;
	padding: 5px 0 0 30px;
	width: 740px;
	height: 40px;
	
	color: #fff;
	font-size: 11px;
	
	background: url(../images/footer-bg.gif) no-repeat;
}

#footer div.right {
	position: absolute;
	top: 5px;
	right: 30px;
	
	margin: 0;
	padding: 0;
	
	text-align: right;
}

#nav {
	position: absolute;
	top: 110px !important;
	top: 111px;
	right: 30px;
	
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	line-height: 11px;

}

#column {
	position: absolute;
	top: 205px;
	right: 20px;
	
	margin: 0;
	padding: 0;
	width: 185px;
	
	font-size: 11px;
	line-height: 11px;
}

#subnav {
	position: relative;
	
	margin: 0 0 25px;
	padding: 0;
	width: 185px;
}

#optin {
	position: relative;
	
	margin: 0;
	padding: 10px 15px 0;
	width: 155px;
	height: 80px;
	
	color: #fff;
	
	line-height: 16px;
	text-align: center;
	
	background: url(../images/optin-bg.gif) no-repeat;
}

#detail-left {
	position: absolute;
	top: 185px;
	left: 0;
	
	margin: 0;
	padding: 0;
	width: 10px;
	height: 65px;
	
	/*background: url(../images/detail-left.gif) no-repeat;*/
}

#detail-right {
	position: absolute;
	top: 185px;
	right: 0;
	
	margin: 0;
	padding: 0;
	width: 10px;
	height: 65px;
	
	/*background: url(../images/detail-right.gif) no-repeat;*/
}



/* Home Page Structure Styles
----------------------------------------------- */

#home {
	padding: 0;
	width: 770px;
	
	font-size: 11px;
	line-height: 15px;
}

#home div#banners {
	position: relative;
	
	margin: 0;
	padding: 5px 15px 20px;
	width: 740px;
	height: 160px;
	
	color: #ffffff;
	line-height: 13px;
}

#home div#banners div.left {
	position: relative;
	
	margin: 0;
	padding: 52px 148px 0 20px;
	width: 200px;
	height: 108px;

	background: url(../images/banner-webdev.jpg) top left no-repeat;
}

#home div#banners div.right {
	position: absolute;
	top: 5px;
	right: 15px;
	
	margin: 0;
	padding: 52px 20px 0 135px;
	width: 213px;
	height: 108px;
	
	background: url(../images/banner-itconsultancy.jpg) top left no-repeat;
}

#home div#news {
	position: relative;
	
	margin: 0;
	padding: 0 15px 15px;
	width: 740px;
	min-height:500px;
	line-height: 15px;
}

#home div#news div.left {
	position: relative;
	
	margin-left: 20px;
	padding: 0;
	width: 335px;
}

#home div#news div.right {
	position: absolute;
	top: 0;
	right: 35px;
	
	margin: 0;
	padding: 0;
	width: 335px;
}


#nav ul {
	margin: 0;
	padding-bottom: 7px !important;
	padding-bottom: 8px;
	
	white-space: nowrap;
	
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav li a {
	margin: 0;
	padding: 0 5px 8px;
	
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#nav a {
	color: #fff;
	text-decoration: none;
}



h1, h2 {
	margin: 0;
	padding: 0;
	
	font: 18px arial, verdana, sans-serif;
	color: #00a8c6;
	line-height: 18px;
}



h2 {
	margin: 25px 0 15px;
}

p.small {
	font-size: 11px;
	line-height: 15px;
}

#content li {
	padding-top: 3px;
	padding-bottom: 3px;
}

em {
	font-style: normal;
	
	background: #ffff66;
}

.hidden {
	display: none;
}

p.info {
	padding: 10px;
	
	border: 1px solid #ccc;
	
	background: #e2e2e2;
}

span.small {
	font-size: 11px;
}



/* Link Styles
----------------------------------------------- */

a {
	color: #8fbe00;
	text-decoration: underline;
}

a:hover {
	color: #00a8c6;
	text-decoration: underline;
}

#banners a {
	color: #fff;
	text-decoration: underline;
}

#banners a:hover {
	color: #ff0;
	text-decoration: underline;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#signin a {
	color: #DEEBAA; /*#BECD83;*/
	text-decoration: none;
}

#signin a:hover {
	color: #fff;
	text-decoration: underline;
}



/* Message Styles
----------------------------------------------- */

#msg-error {
	margin: 0 0 15px;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #B60C0C;
}

#msg-success {
	margin: 0 0 15px;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #9CB60C;
}

#msg-alert {
	margin: 0 0 15px;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #FF9C06;
}



/* Image Styles
----------------------------------------------- */

#gallery {
	padding: 3px;
	border: 1px solid #e2e2e2;
	min-height:400px;
	width:710px;
	text-align:center;
}


#content img {
	padding: 3px;
	border: 1px solid #e2e2e2;
}

.borderless {
	border-style:none !important;
}


#content img.none, img.none {
	padding: 0;
	border: 0;
}

img.r {
	float: right;
	margin: 2px 0px 5px 15px;
}

img.l, #news img.l {
	float: left;
	margin: 2px 15px 5px 0px;
}

#news img.l {
	margin: 2px 8px 0 0;
}



/* Form Styles
----------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

input.check {
	margin: 0;
	padding: 0;
}

td.label {
	width: 140px;
}

#content-contactme div.form {
	position: relative;
	
	margin: 0;
	padding: 5px 10px;
	
	/*border: 1px solid #C0DDF2;*/
	
	color: #245B9C;
	
	background: #f9f2e7; /*#e7f1f8;*/
}

#content-contactme div.alt {
	background: #fff;
}

#content-contactme div.ftop, #content div.fbottom {
	position: relative;
	
	margin: 0;
	padding: 0;
	height: 10px;
	
	/*background: url(../images/form-top.gif) no-repeat;*/
}

#content-contactme div.fbottom {
	/*background: url(../images/form-bottom.gif) no-repeat;*/
}

#content-contactme div.form td {
	padding: 3px 0;
}

#content-contactme td.fdiv {
	padding: 0;
	height: 25px;
	
	background: url(../images/form-div.gif) center center repeat-x;
}

div#optin input {
	margin-top: 5px;
	width: 150px;
	
	border: 1px solid #FF9C06;
}

div#optin input.button {
	padding: 2px 0;
	
	font: 11px arial, verdana, sans-serif;
	color: #fff;
	
	background: #FF9C06;
}



/* Quote Styles
----------------------------------------------- */

div.quote {
	position: relative;
	
	margin: 20px 15px;
	padding: 0;
	
	background: #EBF4FF;
}

div.quote p {
	margin: 0 0 10px;
}

div.quote em {
	font-style: italic;
	
	background: none;
}

div.quote div.qbody {
	position: relative;
	
	margin: 0;
	padding: 0 20px 0 50px;
	
	font-size: 11px;
	color: #245B9C;
	line-height: 15px;
	
	background: #EBF4FF url(../images/quote-bg.gif) 10px 5px no-repeat;
}

div.quote div.qtop, div.quote div.qbottom {
	position: relative;
	
	margin: 0;
	padding: 0;
	height: 10px;
	
	background: url(../images/quote-top.gif) no-repeat;
}

div.quote div.qbottom {
	background: url(../images/quote-bottom.gif) no-repeat;
}



/* Purchase Table Styles
----------------------------------------------- */

div.purchase {
	position: relative;
	
	margin: 0;
	padding: 5px;
	width: 498px;
	
	border: 1px solid #C0DDF2;
	
	background: #fff;
}

div.purchase table {
	margin: 0;
	padding: 0;
	width: 100%;
	
	border: 1px solid #C0DDF2;
	border-bottom: 0px;
}

div.purchase th {
	padding: 5px 10px;
	
	border-bottom: 1px solid #C0DDF2;
	
	color: #fff;
	font-weight: normal;
	
	background: #4474a5;
}

div.purchase td {
	padding: 6px;
	
	border-bottom: 1px solid #C0DDF2;
}

div.purchase td.itemprice {
	width: 90px;
	
	text-align: right;
}

div.purchase td.buy {
	width: 60px;
	
	text-align: right;
}

div.purchase tr.alt {
	background: #e7f1f8;
}

div.purchase input.button {
	margin: 0;
	padding: 0;
	
	border: 0;
	
	font: 12px arial, verdana, sans-serif;
	color: #4474a5;
	font-weight: bold;
	text-decoration: underline;
	
	background: none;
}

div.purchase a {
	color: #245B9C;
}

div.purchase a:hover {
	color: #FF9C06;
}



/* Order Summary Styles
----------------------------------------------- */

div.order {
	position: relative;
	
	margin: 0;
	padding: 10px;
	
	border: 1px solid #C0DDF2;
	
	color: #245B9C;
	
	/*background: #e7f1f8;*/
}

div.order th, div.order td {
	padding: 3px 5px;
	
	font-weight: normal;
}

div.order th {
	color: #fff;
	
	background: #245B9C;
}

div.order tr.alt {
	background: #e7f1f8;
}



/* Features Table Styles
----------------------------------------------- */

table.features {
	width: 510px;
	font-weight: bold;
	background: url(../images/features-bg.gif) 40px 0 repeat-x;
}

td.top {
	height: 10px;
	background: url(../images/features-top.gif) top left no-repeat;
}

td.header {
	height: 30px;
	color: #fff;
	background: url(../images/features-header.gif) top left repeat-x;
}

td.pad {
	padding-left: 15px;
}

td.footer {
	height: 25px;
	background: url(../images/features-footer.gif) top left no-repeat;
}

tr.row td {
	height: 30px;
	border-bottom: 1px solid #3675BC;
}



/* Footer Link Styles
----------------------------------------------- */

#linkout {
	position: relative;
	
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	text-align: center;
	
	background: #F1EFE2;
}



.speech_bubble{	background: transparent;	margin:10px 0;}
.speech_bubble_content{	display:block; 	background:#fff; 	border:3px solid #dddddd; 	border-width:0 3px;}
.speech_bubble p{	padding:0.5em 0; 	color:#000;	margin:0 15px; font-size:0.95em; font-style:italic; }
.citesource {	padding:0.5em 0; 	color:#000;	margin:0 15px; }
.sb1, .sb2, .sb3, .sb4, .sb5, .sb6, .sb7{	display:block; 	overflow:hidden; 	font-size:0;}
.sb1, .sb2, .sb3, .sb4, .sb5, .sb6{	height:1px;}
.sb4, .sb5, .sb6, .sb7{	background:#fff; 	border-left:1px solid #dddddd; 	border-right:1px solid #dddddd;}
.sb1 {margin:0 8px; background:#dddddd;}
.sb2 {margin:0 6px; background:#dddddd;}
.sb3 {margin:0 4px; background:#dddddd;}
.sb4 {margin:0 3px; background:#fff; border-width:0 5px;}
.sb5 {margin:0 2px; background:#fff; border-width:0 4px;}
.sb6 {margin:0 2px; background:#fff; border-width:0 3px;} 
.sb7 {margin:0 1px; background:#fff; border-width:0 3px; height:2px;}  
.speech_bubble label {	display:block; 	width:0; 	height:0; 	overflow:hidden; 	border-top:12px solid #dddddd; 	border-left:12px dotted transparent; 	border-right:12px dotted transparent; 	margin-left:50px;}
.speech_bubble span{	display:block; 	width:0; 	height:0; 	overflow:hidden; 	border-top:10px solid #fff; 	border-left:10px dotted transparent; 	border-right:10px dotted transparent; 	margin-left:52px; 	margin-top:-15px;}
* html .speech_bubble label {width:24px; height:12px; w\idth:0; hei\ght:0;}
* html .speech_bubble span {width:20px; height:10px; w\idth:0; hei\ght:0;}