/*
CSS style for our beloved company
Coded by Feisty Sites
URL: http://www.feistysites.com
March 2008
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(/images/bg-main.jpg) repeat-x fixed;
	font: 90% Arial, Helvetica, sans-serif;
	color: #404040;
	line-height: 160%;
	margin: 30px auto;
	text-align: center;
}

a {
	color: #226ba4;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 16px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #106283;
	letter-spacing: -1px;
	margin-bottom: 16px;
}

h1 {
	font: 24px Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #dcecf2;
}

h2 {
	font: 20px Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

/* Main container style */
#container {
	width: 950px;
	display: table;
	margin: 0 auto;
	text-align: left;
}

/* Header style */
#header {
	float: left;
	clear: both;
	width: 100%;
}

#header .logo {
	float: left;
	padding-left: 20px;
}

#header .call {
	float: right;
	width: 200px;
	margin-right: 6px;
}

/* Top menu style */
#topmenu {
	float: left;
	clear: both;
	width: 100%;
	height: 42px;
	background: url(/images/bg-topmenu.gif) repeat-x;
	margin-top: 20px;
}

#topmenu a {
	margin-right: 10px;
}

#topmenu div {
	padding: 10px 20px;
}

#maincontent {
	float: left;
	clear: both;
	width: 100%;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	display: table;
	background: #fff url(/images/bg-maincontent.jpg) no-repeat;
	padding: 50px 0 40px 0;
}

.main-padding {
	padding: 0 20px;
}

#leftcol {
	float: left;
	width: 490px;
}

#wide {
	width: 100%:
}

#rightcol {
	float: left;
	width: 390px;
	margin-left: 30px;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	font-size: 11px;
	margin: 10px auto;
	text-align: center;
	padding: 4px 0;
}

#footer div {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/* Page */
.welcome {
	
}
	
h2.welcome {
	font-size: 30px;
	color: #226ba4;
}

.technology {
	float: left;
	clear: both;
	margin: 20px 0;
}

.highlight {
	background: #a85116;
	padding: 1px 4px;
}

.highlight a {
	color: #fff;
	text-decoration: none;
}

.page-desc {
	clear: both;
	display: table;
	padding-bottom: 20px;
}

.page-desc h1 {
	font-size: 30px;
	color: #226ba4;
}

.paging {
	margin: 10px 0;
}

.paging a {
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 10px;
}


/* Portfolio */
.portfolio {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.portfolio h2 {
	color: #226ba4;
}

.screenshot {
	float: left;
	width: 500px;
}

.project-desc {
	float: left;
	width: 400px;
}


ul.thumb {
	width: 100%;
	margin-top: 10px;
}

ul.thumb li {
	float: left;
	list-style: none;
	margin-right: 8px;
}

ul.thumb li img {
	border: 4px solid #e4e4e4;
}

p.medium {
	font-size: 12px;
}


/* Module */
.module {
	margin-bottom: 16px;
}

.module h3 {
	font-size: 18px;
	color: #226ba4;
	margin: 0;
}

.module p.subtitle {
	font-size: 12px;
}

.module .testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* Form */
dl.form {
    position: relative;
    width: 450px;
}

dl.form dt {
    clear: both;
    float:left;
    width: 150px;
	font-weight: bold;
    padding: 4px 0 2px 0;
    text-align: left;
}
dl.form dd {
    float: left;
    width: 290px !important;
    width: 288px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}

dl.form input.input {
	width: 100%;
	padding: 2px;
	background: #efefef url(/images/bg-input.gif) repeat-x;
	border: 1px solid #c6c6c6;
	height: 18px;
}

dl.form textarea.input {
	width: 100%;
	padding: 2px;
	background: #efefef url(/images/bg-input.gif) repeat-x;
	border: 1px solid #c6c6c6;
}

/* Profile Lists */
ul.profiles {
	float: left;
	clear: both;
	width: 100%;
}

ul.profiles li {
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
}

ul.profiles li img {
	margin: 0 8px 8px 0;
	padding: 4px;
	border: 1px solid #dedede;
}