/* andreas00 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 1.1 (Apr 20, 2006) */

/***** Body and main container *****/

html {
}

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #6699cc url(../images/styles/bg.gif) top center repeat-y;
	color: #3a3a3a;
}

#wrap {
	background-color: #ffffff;
	color: #303030;
	margin: 0 auto;
	padding: 1px 5px;
	width: 760px;
}

/***** Header *****/
#header {
	background: #ffffff url(../images/web/front3.jpg) bottom left no-repeat;
	height: 220px;
	margin: 10px 0 10px 0;
	padding: 0;
}
/***** Header (gallery) *****/
#headerGal {
	background: #ffffff url(../images/web/front2.jpg) bottom left no-repeat;
	height: 270px;
	margin: 0 0 10px 0;
	padding: 0;
}

#headerGal img {
	margin: 20px 0 0 20px;
}
/***** Left sidebar *****/

#avmenu {
clear:left;
float:left;
width:150px;
margin:0 0 10px 0;
padding:0;
}

#avmenu ul {
list-style:none;
width:150px;
margin:0 0 20px 0;
padding:0;
}

#avmenu li {
margin-bottom:5px;
}

#avmenu li a {
font-weight:bold;
height:20px;
text-decoration:none;
color:#000066;
display:block;
padding:6px 0 0 10px;
background:#bed6ed url(../images/styles/menubg.gif) bottom left repeat-x;
border-top:1px solid #6699cc;
border-right:1px solid #6699cc;
border-bottom:1px solid #6699cc;
border-left:4px solid #6699cc;
}

#avmenu li a:hover, #avmenu li a.current {
background:#bed6ed url(../images/styles/menubg2.gif) bottom left repeat-x;
color:#000066;
border-top:1px solid #005f98;
border-right:1px solid #005f98;
border-bottom:1px solid #005f98;
border-left:4px solid #005f98;
}

#avmenu ul ul {
margin:5px 0 5px 15px;
font-size:0.9em;
width:135px;
}

#avmenu ul ul a {
height:16px;
margin:0;
padding:4px 0 0 8px;
}

#avmenu h2 {
font-size:1.5em;
font-weight:normal;
}

/***** Right sidebar *****/
#extras {
	float: right;
	width: 130px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	color: #000000;
}

#extras p, #extras ul {
	margin: 0 0 1.5em 0;
	line-height: 1.3em;
	padding: 0;
}

#extras a {
	font-weight: bold;
}

#extras li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

#extras h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 6px 0;
	letter-spacing: -1px;
}

#extras img {
	border: 1px solid #6699cc;
	padding: 1px;
}

/***** Main content *****/

#content {
	margin: 10px 140px 10px 160px;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	color: #000066;
}

#contentwide {
	margin: 10px 0 10px 160px;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	color: #000066;
}

#homeimages img {
	margin: 0px;
}

#signatureContainer {
	margin: 0 0 25px 0;
	padding: 0px;
}

#contentfull {
	margin: 10px 10px 10px 10px;
	padding: 2px 0 0 0;
	line-height: 1.5em;
	text-align: left;
	color: #000066;
}

#content h2, #contentwide h2, #contentfull h2 {
	font-size: 1.8em;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 8px 0 10px 0;
	padding: 0;
}

#content h3, #contentwide h3, #contentfull h3, .serviceContainer h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 6px 0 6px 0;
	padding: 0;
}

#content a, #contentwide a, #contentfull a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#content a:hover, #contentwide a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

#content ul, #content ol,
#contentwide ul, #contentwide ol,
#contentfull ul, #contentfull ol {
	margin: 0 0 16px 20px;
	padding: 0;
}

#content ul ul, #content ol ol,
#contentwide ul ul, #contentwide ol ol,
#contentfull ul ul, #contentfull ol ol {
	margin: 2px 0 2px 20px;
}

#content li, #contentwide li, #contentfull li {
	margin: 0 0 2px 10px;
	padding: 0 0 0 4px;
}

/***** Services *****/
.serviceContainer {
	float: left;
	padding: 0 40px 2px 5px;
	width: 250px;
	height: 150px;
}

/***** Projects *****/
.projectContainer {
	margin: 10px 0 10px 0;
}
.projectRow {
	border-bottom: 1px solid #6699cc;
	margin: 5px 0px 5px 0px;
	height: 120px;
}
.projectRowLast {
	margin: 5px 0px 5px 0px;
	height: 120px;
}
.projectImageL {
	float: left;
	width: 135px;
	padding-top: 2px;
}
.projectImageL img {
	border: 1px solid #6699cc;
	padding: 2px;
}
.projectTextL {
	float: right;
	width: 460px;
	text-align: left;
}

.projectImageR {
	float: right;
	width: 135px;
	padding-top: 2px;
}
.projectImageR img {
	border: 1px solid #6699cc;
	padding: 2px;
}
.projectTextR {
	float: left;
	width: 460px;
	text-align: left;
}

/***** Gallery *****/
.project-thumb {
	float: left; 
	padding:0 2px 0 2px; 
	width: 174px;
	height: 210px;
}
.project-thumb p {
	font-family: Tahoma;
	font-size: 11px;
	color: #000066;
}

.thumb img {
	border: 1px solid #6699cc;
	padding: 2px;
}
.thumb:hover {
	color: #000000; /* Dummy definition to overcome IE bug */
}
.thumb:hover img {
	border: 1px solid #000066;
	padding: 2px;
}

.galleryHead {
	width: 710px;
	margin: 0 0 10px 0;
}
.galleryHead p {
	float: right;
	width: 560px;
	font-size: 80%;
}
.galleryHead img {
	float: left;
	width: 122px;
}

/***** Footer *****/
#footer {
	clear: both;
	margin: 0 0 5px 0;
	padding: 3px 0;
	border-top: 2px solid #6699cc;
	color: #000066;
	background-color: #ffffff;
	font-size: 0.9em;
}

#copyright {
	float: left;
	width: 70%;
}
#counter {
	float: right;
	text-align: right;
	width: 30%;
}

/***** Various tags *****/

a {
	text-decoration: none;
	color: #505050;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
	color: #286ea0;
	background-color: inherit;
}

a img {
	border: 0;
}

p {
	margin: 0 0 16px 0;
}

blockquote {
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #cccccc;
	margin:16px;
	padding:7px 7px 7px 11px;
	background:#f4f4f4 url(images/styles/menubg.gif) bottom left repeat-x;
	color:#505050;
}

blockquote p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0;
}

/***** Table styles *****/

table {
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 1.3em;
	border-collapse: collapse;
	border: 1px solid #d8d8d8;
}

caption {
text-align:left;
font-size:1.5em;
font-weight:normal;
margin:0;
padding:6px 0 8px 0;
}

th {
padding:7px;
text-align:left;
background:#eaeaea url(images/styles/menubg2.gif) bottom left repeat-x;
color:#505050;
}

td {
padding:3px;
font-size:0.8em;
text-align:center;
background-color: #ffffff;
color:#303030;
}

/***** Form styles *****/
#contactform {
	width: 600px;
	border: 2px dashed #6699cc;
}

div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 130px;
	text-align: right;
}
div.row span.formitem {
	float: right;
	width: 450px;
	text-align: left;
}

.button {
	border-top: 1px solid #6699cc;
	border-right: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc;
	border-left: 4px solid #6699cc;
	margin: 0 0 15px 0;
	padding: 7px 7px 7px 11px;
	background: #f4f4f4 url(../images/styles/menubg.gif) bottom left repeat-x;
	color: #000066;
	font-weight: bold;
	width: 120px;
}

input, textarea {
	border: 1px solid #6699cc;
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 1em;
	margin: 0;
	padding: 2px;
}

input {
	width: 250px;
}

textarea {
	width: 400px;
}

/***** Various classes *****/

.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

.announce {
margin:10px 0 10px 0;
padding:10px 10px 5px 10px;
width:105px;
color:#000066;
background:#ffffff url(../images/styles/menubg.gif) bottom left repeat-x;
border-top:1px solid #6699cc;
border-right:1px solid #6699cc;
border-bottom:1px solid #6699cc;
border-left:4px solid #6699cc;
line-height:1.3em;
}

.announce a {
font-weight:bold;
}

.announce p {
font-size:0.9em;
}

.announce h2 {
margin:0 0 10px 0;
padding:0;
}

#avmenu .announce {
width:125px;
}

.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.large {
font-size:1.3em;
}

.bold {
font-weight:bold;
}

.highlighted {
padding:3px;
background-color:#f0f0f0;
color:#303030;
border:1px solid #b0b0b0;
}

.hide {
	display: none;
}

.separator {
	clear: both;
}