/* Blue #21517e */ /* Grey #e3e3e3 */ /*General*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/backgrounds/site-bg.jpg);
}


a img {
	border: none;
}

a {
	color: #21517e;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	behavior: url('/inc/css/iepngfix.htc');
}

#container {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 60px;
	background-color: #ffffff;
	background-image: url('/images/backgrounds/container-bg.jpg');
	background-repeat: repeat-y;
}

#contentContainer {
	padding: 0 20px 0 0;
	min-height: 300px;
	font-size: 14px;
}

h1 {
	font-size: 28px;
	padding: 5px 0 5px 0;
	color: #818181;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 18px;
	padding: 5px 0 5px 0;
	color: #818181;
	font-weight: bold;
	margin: 0 0 10px 0;
}

p {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.scriptWarning {
	background: #ffeb45;
	color: #ff4343;
	border: 2px solid #ff4343;
	padding: 10px;
}

.hr {
	clear: both;
	height: 10px;
	width: 100%;
	border-bottom: 2px solid #c3c3c3;
}

.feedbackError {
	width: 500px;
	background-color: #e3e3e3;
	border: 2px solid #ff4343;
}

.feedbackError p {
	background-image: url('/images/icons/cross-circle-frame.png');
	background-repeat: no-repeat;
	margin: 5px 20px 5px 20px;
	padding-left: 25px;
}

.feedbackSuccess {
	width: 500px;
	background-color: #e3e3e3;
	border: 2px solid #70cc5a;
}

.feedbackSuccess p {
	background-image: url('/images/icons/tick-circle-frame.png');
	background-repeat: no-repeat;
	margin: 5px 20px 5px 20px;
	padding-left: 25px;
}

.center {
	text-align: center;
}

/*Header CSS*/
#heading {
	position: relative;
	height: 100px;
	background-image: url('/images/header/header-bg.jpg');
	background-repeat: repeat-y;
	color: #ffffff;
}

#logo {
	width: 246px;
	height: 52px;
	float: left;
	margin-left: 30px;
	margin-top: 34px;
}

#headerText {
	position: absolute;
	left: 400px;
	top: 67px;
	font-size: 21px;
}

/* Menu */
#menuBar {
	padding-top: 3px;
	text-align: center;
	height: 30px;
	margin: 5px 20px 10px 0;
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
}

ul#menu {
	list-style-type: none;
}

ul#menu li {
	display: inline;
	float: left;
	width: 125px;
	height: 25px;
	padding-top: 5px;
}

ul#menu li a {
	text-decoration: none;
	color: #000000;
}

ul#menu li a:hover,ul#menu li a.selected {
	color: #818181;
}

/* Portfolio */
#portfolioImagesContainer {
	margin: 30px 0 20px 0;
}

.portfolioLinkImage {
	width: 150px;
	height: 100px;
	float: left;
	padding: 4px;
	background: #e3e3e3;
	margin-right: 15px;
	border: 1px solid #bbbbbb;
}

#testimonials {
	width: 820px !important;
	background: #e3e3e3;
	border: 2px solid #21517e;
	padding: 0 20px 0 20px;
}

.testimonial {
	font-style: italic;
	padding: 10px 0;
}

.testimonialSource {
	font-weight: bold;
}

#testimonialLinks {
	padding: 5px;
}

/* Contact */
#contactConfirm {
	display: none;
}

/* Home */
	
.devTypesContainer {
	font-size: 45px;
	padding: 5px 0 5px 0;
	color: #818181;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#devTypes li {
	list-style-type: none;
}

.devTypesSuffix {
	margin-left: 40px;
}

#whatWeDo {
	margin-top: 20px;
	width: 260px;
	float: right;
	border: 2px solid #21517e;
	padding: 20px;
	-moz-border-radius: 25px;
	background-image: url('/images/content/what-we-do-bg.gif');
	background-repeat: repeat-x;
}

#wwdList {
	text-align: center;
}

#wwdList li {
	list-style-type: none;
}

ul#homeList {
	margin-bottom: 20px;
	font-size: 1.2em;
}

ul#homeList li {
	margin-left: 20px;
	line-height: 1.5;
}

/* Services */
#services h1 {
	padding: 10px 25px;
	font-size: 1.1em;
}

#services ul {
	margin: 0 0 20px 20px;
}

/* Features */
#featureLightbox img,#featureCycle img {
	border: 5px solid #e3e3e3;
	margin-right: 10px;
}

#featureLightbox a {
	text-decoration: none;
}

#featureCycleContainer {
	float: left;
	margin-left: 40px;
	height: 160px;
}

#cycleOptions {
	width: 200px;
	float: left;
	background: #e3e3e3;
	padding: 20px;
}

#cycleOptions ul {
	list-style-type: square;
	margin: 10px 0 10px 25px;
	line-height: 1.5;
}

#map {
	width: 500px;
	height: 300px;
	float: left;
	border: 5px solid #83b4d6;
	margin-right: 20px;
	overflow: hidden;
}

#draggable {
	width: 100px;
	height: 50px;
	float: left;
	padding: 15px;
	background: #f4c830;
	border: 3px solid #caa830;
}

#droppable {
	width: 150px;
	float: right;
	height: 80px;
	padding: 15px;
	background: #f4c830;
	border: 3px solid #caa830;
}

#sortableContainer {
	width: 150px;
	float: left;
	margin-right: 20px;
}

ul#sortable li {
	list-style-type: none;
	background: #f4c830;
	border: 3px solid #caa830;
	padding: 10px;
	height: 10px;
	width: 100px;
	margin-bottom: 5px;
}

label#datepickerDemoLabel {
	width: 40px;
	text-align: left;
}

/* Hosting */

ul#hostingOptions {
	margin-left: 15px;
	margin-bottom: 20px;
}

/* Blog */
#blogMenu {
	width: 150px;
	float: right;
	margin: 0 0 30px 30px;
	height: 100%;
	background: #e3e3e3;
	padding: 20px 20px 20px 25px;
	border: 2px solid #21517e;
}

#blogMenu ul {
	list-style-type: none;
	margin-bottom: 15px;
}

#blogSidebar {
	width: 200px;
	float: right;
}

#blogMenu label {
	text-align: left;
}

.post {
	width: 600px;
	padding: 10px 20px 20px 20px;
	background: #f3f3f3;
	margin-bottom: 20px;
}

.storytitle {
	font-size: 1.5em;
	margin-bottom: 10px;
	border-bottom: 2px solid #21517e;
}

.comment {
	width: 600px;
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 20px;
}

.even {
	background: #cae5ff;
}

.odd {
	background: #aac6e0;
}

.storycontent {
	border-bottom: 1px dotted #21517e;
}

.meta {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.codeSample {
	width: 500px;
	padding: 15px;
}

.codeSampleIframe {
	width: 550px;
	height: 120px;
	border: none;
}


.sociable ul {
	margin-top: 10px;
 	list-style-type: none;
}

.sociable ul li {
 	width: 20px;
 	display: inline;
	padding-right: 10px;
}

/* Footer */
#footer {
	clear: both;
	font-size: 12px;
	height: 25px;
	padding-top: 10px;
	margin-top: 20px;
	border-top: 2px solid #e3e3e3;
	color: #818181;
}
