/* Body CSS */
html{
	margin: 0px;
	height: 100%;
	padding: 0px;
} 
body {
	margin:0px;
	padding:36px 0px 0px 0px;
	text-align:center;
	background: url(../images/bg.jpg) no-repeat top center;
	background-repeat: no-repeat;
	cursor:default;
	font-family:verdana;
	font-size:8pt;
}

div.border  {
	background-color:#fff;
	width:1000px;
	margin-bottom:5px;
	padding-top:30px;
	padding-bottom:0px;
	height: 600px;
	z-index: auto;
}

div .content{
	width:919px;
	background-position:top left;
	background-repeat: no-repeat;
	text-align:left;
	background-color:#f9f7f8;
}

#header {
	background-color:#fff;  /* Header CSS */
	width:925px;
	height:300px;
	margin: 2px 0px;
}


/* Index CSS */
#intro {
	height:90px;
}

#indexcontent {
	height:150px;
	margin: 0px 5px;
}

#projects {
	text-align:left;
	float:left;
	width:458px;
}

#links {
	text-align:right;
	width:459px;
}

div.grayback {
	background-color:#eeeee6;
	height:122px;
}
/* Services CSS */
#web {
	height:200px;
}
#graphics {
	height:200px;
}
#identity {
	height:200px;
}
#print {
	height:200px;
}
#video {
	height:200px;
}
#consultation {
	height:200px;
}




/* Portfolio CSS */
#pintro {
	height:50px;
}

#project {
	height:300px;
}
#script {
	height:0px;
	width:0px;
	overflow:hidden;
}
#title {
	text-transform:uppercase;
	padding: 3px 5px;
	text-align:left;
	font-family:verdana;
	font-size:10pt;
	
}
span.bold {
	font-weight:bold;
}
span.job {
	font-size:7pt;
}

/* Contacts CSS */
#contact_form {
	float:left;
	text-align:left;
	margin-left:5px;
	margin-bottom:-15;
	
}

#contact_addresses {
	float:right;
	width:300px;
	background-color:red;
	height:190px;
	text-align:left;
}
table.contact {
	text-transform:uppercase;
	font-family:verdana;
	font-size:8pt;
	border:none;
	color:#56493b;
}
input.contact {
	width:400px;
	margin-bottom:5px;
}
input.submit {
	position:relative;
	top:4px;
}
textarea.contact {
	width:500px;
	height:100px;
}

div.contact {
	 float:right;
	 position:relative;
	 top:-87px;
	 left:-20px;
	 
}

img.contact {
	margin:2px 0px;
	position:relative;
	top:-1px;
}
img.messengers {
	border:none;
}

/* Footer CSS */
#footer {
	background-color:#f9f7f8;
	height:18px;
	font-family:verdana;
	font-size:8pt;
	padding:2px;
	width:921px;
}

/*  Survey CSS */
div.next {
	width:930px;
	background-color:white;
	padding:0px;
	margin-top:-5px;
}

div.prevbtn {
	margin-right:5px;
	float:right;
	background-color:black;
	width:120px;
	height:24px;
	overflow:hidden;
	text-align:left;
	padding-top:2px;
	padding-left:2px;
}
div.nextbtn {
	margin-right:5px;
	float:right;
	background-color:black;
	width:120px;
	height:24px;
	overflow:hidden;
	text-align:left;
	padding-top:2px;
	padding-left:2px;
}

