/**
 * Style sheet for Beldougie Ltd
 * (c) 2009 Copyright Beldougie Ltd
 *
 * SWATCHES
 *	Darkest Blue (borders): 9bafbc
 *	Dark Blue: bbccd7
 * 	Light Blue: c9d8e2
 *  Text: 82878a
 *	Tab Bg: aebec4
 *	links: ffffff
 */
 
html * {
 	margin: 0;
 	padding: 0;
}
body {
	font-size: 14px;
 	background-color: white;
 	color: #82878a;
 	font-family: Arial, Helvetica, sans-serif;
 	text-align: center;
}

ul {
	list-style-type: none;
}

div#center {
	margin: 93px auto 0 auto;
	text-align: left;
	width: 891px;
}

div#wrap {
	float: left;
	background: #bbccd7 url(../img//bg-wrap.gif) left top repeat-x;
	width: 843px;
	border: 3px solid #9bafbc;
	padding: 45px 24px 0 24px;
}

h1 {
	width: 455px;
	font-size: 50px;
	line-height: 66px;
	float: right;
	margin-top: -76px;
	text-indent: -9000px;
	background: transparent url(../img/bg-logo.png) left top no-repeat;
}
h2 {
	font-size: 18px;
	line-height: 27px;
}
p {
	line-height: 18px;
	margin-bottom: 16px;
}
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #9bafbc;
}

/** main navigation **/
ul#nav {
width: 838px;
float: left;
z-index: 2;
position: relative;
border-left: 3px solid #9bafbc;
height: 30px;
}

ul#nav li {
	position: relative;
	top: 0;
	display: block;
	width: 144px;
	height: 27px;
	text-align: center;
	font-size: 18px;
	color: #9bafbc;
	background-color: #c9d8e2;
	border: 3px solid #9bafbc;
	border-bottom: 3px solid #c9d8e2;
	float: left;
	line-height: 27px;
	margin-right: 8px;
	z-index: 3;
}
ul#nav li.first {
	border-left: none;
}
ul#nav li a {
	display: block;
	width: 144px;
	height: 27px;
	margin-top: -3px;
	margin-left: -3px;
	border: 3px solid #9bafbc;
	background-color: #aebec4;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
/** End Nav **/

/** Begin Content common **/

div#content-panel {
	position: relative;
	background-color: #c9d8e2;
	background-image: none;
	width: 799px;
	float: left;
	border: 3px solid #9bafbc;
	z-index: 0;
	padding: 10px 19px;
}

div.column {
	float: left;
	margin-right: 30px;
	line-height: 18px;
}
div.column.single {
	width: 238px;
}
div.column.single.last {
	width: 248px;
}

div.column.last {
	margin-right: 0;
}

/** End Content common **/

/** Begin Contact page **/
body.contact div.column.single {
	width: 246px;
}
div.column.double {
	width: 520px;
	margin-right: 0;
}
div.input.text, div.input.password {
	float: left;
	clear: left;
	width: 241px;
	margin-right: 19px;
}
div.input label {
	display: block;
	width: 100%;
	line-height: 30px;
}
div.input.text input, div.input.password input, div.input.select select{
	width: 221px;
	line-height: 20px;
	position: relative;
	border: none;
	height: 17px;
	padding: 3px 10px 0 10px;
	position: absolute;
	top:0;
	left: 0;
}
div.text .input-corner10, div.password .input-corner10, div.select .input-corner10 {
	width: 241px;
	height: 20px;
	margin-right: 19px;
	border: 3px solid #9bafbc;
	position: relative;
}
div.input.select {
	float: left;
	clear: none;
}
div.input.select select
{
	width: 241px;
	height: auto !important;
	padding: 5px;
}
div.input.select select
{
	height: auto !important;
}
div.select .input-corner10 {
	width: 241px;
	height: auto !important;
}
div.textarea {
	margin-top: 5px;
	float: left;
	clear: both;
}
div.textarea textarea {
	width: 460px;
	height: 174px;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 20px;
}
div.textarea .input-corner20 {
	width: 500px;
	height: 184px;
	margin-right: 19px;
	border: 3px solid #9bafbc;
	position: relative;
}
div.submit {
	width: 506px;
	text-align: center;
	float: left;
	clear: both;
	padding: 10px 0;
}
button.contact-submit {
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
}
/** End Contact page **/

/** Begin Blog page **/

body.blog div.column{
	width: 255px;
	clear: none;
	margin-right: 0;
}
body.blog div.double {
	width: 520px;
	height: 327px;
	overflow: auto;
}

body.blog div.column h2 a {
	color: #82878a;
}
body.blog div.column h2 a:hover {
	color: #fff;
}
/** end Blog Page **/


/** start work page **/
body.work div.double {
	width: 510px;
	height: 327px;
	overflow: auto;
}
.work-item {
	float: left;
	margin-bottom: 20px;
	height: 135px;
	overflow: visible;
	width: 100%;
}
.work-thumb {
	float: right;
	width: 224px;
	height: 129px;
	border: 3px solid #9bafbc;
	background: none;
	margin-left: 10px;
	padding: 0 !important;
}
.work-thumb img {
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	background: none;	
	
}
.work-thumb:hover {
	background: none;
	text-decoration: none;
}
body.work div.column h2 a {
	color: #82878a;
}
body.work div.column h2 a:hover {
	color: #fff;
}
/** end work page **/

/** Begin Footer **/
#footer {
	float: left;
	width: 843px;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	margin: 10px 0 0 0;
}
#footer p {
	float: left;
	width: 170px;
	line-height: 14px;
	margin-right: 20px;
}
ul#sub-nav {
	float: right;
}
ul#sub-nav li {
	display: block;
	float: left;
	line-height: 14px;
	border-right: 1px solid #fff;
	padding: 0 10px;
}
ul#sub-nav li.last {
	border: none;
	padding-right:0;
}
/** End Footer **/

/** scroll pane settings **/
.jScrollPaneContainer {
	float: left;
	margin-right: 20px;
}
.jScrollPaneTrack {
	background: url(../img/scroll-track.png) repeat-y;
}
.jScrollPaneDrag {
	background: url(../img/scroll-handle-m.gif) no-repeat 0 50%;
}
.jScrollPaneDragTop {
	background: url(../img/scroll-handle-t.gif) no-repeat;
	height: 15px;
}
.jScrollPaneDragBottom {
	background: url(../img/scroll-handle-b.gif) no-repeat;
	height: 16px;
}
a.jScrollArrowUp {
	height: 19px;
	background: url(../img/arrow-up.gif) no-repeat;
}
a.jScrollArrowDown {
	height: 19px;
	background: url(../img/arrow-down.gif) no-repeat;
}

#authMessage {
	border: 3px solid red;
	background: #fbdef1;
	font-size: 16px;
	font-weight: bolder;
	line-height: 24px;
	padding: 4px 14px;
	color: #4a494a;
}
#tech-used {
	position: relative;
	width: 60%;
}
#tech-used dt {
	width: 100px;
	height: 100px;
	float: left;
	clear: right;
	line-height: 1.5em;
	margin: 0 5px 5px 0;
	border: 1px solid #9bafbc;
}
#tech-used dd {
	float: right;
	display: block;
	width: 320px;
	padding: 20px;
	overflow: visible;
	background-color: transparent;
	border: 3px solid #9bafbc;
	right: -67%;
}
#tech-used dd h4 {
	margin-bottom: 10px;
}
#tech-used dd .mini-badge {
	display: block;
	padding: 0;
	width: 60px;
	height: 60px;
	float: right;
	border: 1px solid #9bafbc;
	margin: 0 0 5px 5px;
}
#tech-used dd .learn-more-link {
	position: absolute;
	bottom: 10px;
	right: 20px;
	margin-top: 10px
}

div.form {
	float: left;
}
fieldset.static {
	padding: 20px;
}
fieldset.static * {
	position: static !important;
}

dfn {
	color: white;
	border-bottom: 2px dotted #fff;
	cursor: help;
}

p.phone-link, p.skype-link {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 24px;
	line-height: 24px;
}
p.phone-link {
	background-image: url(/img/icon-phone.png);
}
p.skype-link {
	background-image: url(/img/icon-skype.png);
}