@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body {
	margin:0;
	background-color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	color:#444
}

p {
	text-align: justify;
	line-height:1.5em;
}

p.center {
	text-align: center;
}

#header {
	margin-top:0;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#d6d6d6;
	-moz-box-shadow: inset 0 -5px 10px #939393;
    -webkit-box-shadow: inset 0 -5px 10px #939393;
    box-shadow: inset 0 -5px 10px #939393;
}
#header img {
width:280px;
height:210px 
}

img {  
	border-style: none;
}
img.border {  
	border:4px solid #d4d4d4;
	padding:3px;
}

img.header {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.clearboth {
	clear:both;
}

#wrapper {
	position:relative;
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:-40px;
}

#nav {
	background-color:#bcbcbc;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:15px;
}

#nav ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
}

#nav ul li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #bcbcbc;
  font-size:16px;
    color:#000
  /*
   -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  trnsition: all 0.4s;
  */
}

#nav ul li:hover {
  background: #ff0;
  color:#000
}

#nav ul li:hover a, #nav ul li a {
  color:#000;
  text-decoration:none;
}

#nav ul li ul {
  padding: 0;
  position: absolute;
  top: 49px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

#nav ul li ul li { 
  background: #bcbcbc; 
  display: block;
}

#nav ul li ul li:hover { 
	background: #ff0; 
	}
	
#nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}




#content {
	height:auto;
	padding:5px;
}

#home_intro {
	position:relative;
	float:left;
	width:570px;
	height:auto;
	margin:5px;
	padding:10px;
	text-align:center;
}

#home_image {
	position:relative;
	float:right;
	width:260px;
	height:186px;
	margin:5px 20px;
	text-align:center;
}
	

#top {
	width:930px;
	height:auto;
	padding:5px;
	margin:5px auto 0 auto;
	text-align:center;
}


#main {
	width:900px;
	height:auto;
	padding:5px;
	float:left;
	margin:10px 40px auto 40px;
}

#container {
	position:relative;
	width:880px;
	height:300px;
	margin-top:180px;
	margin-left:auto;
	margin-right:auto;
	border:medium solid #666;
}

#text {
	position:relative;
	float:left;
	height:300px;
	width:430px;
	text-align: center;
	padding-top:70px;
}


#pics {
	position:relative;
	float:right;
	width:450px;
	height:300px;
}


.about_slides  {
	position:relative;
	width:298px;
	height:199px;
	float:right;
}

.slides  {
	position:relative;;
	width:298px;
	height:199px;
	margin-left:auto;
	margin-right:auto;
}

.slides1  {
	position:relative;;
	width:298px;
	height:199px;
	margin-left:auto;
	margin-right:auto;
}

.slides2  {
	position:relative;
	width:298px;
	height:199px;
	margin-left:auto;
	margin-right:auto;
}

.top {
	font-size:13px;
}

.intro {
	font-size:22px;
	font-weight:bold;
	text-decoration:underline;
}

img.home {
	padding:20px 20px 2px 20px;
}

#home_left {
	position:relative;
	float:right;
	width:298px;
	height:400px;
	margin:10px;
	padding:4px;
	text-align:center;
}

#home_middle {
	position:relative;
	float:left;
	width:298px;
	height:200px;
	margin:10px;
	padding:4px;
	text-align:center;
}

#home_right {
	position:relative;
	float:right;
	width:260px;
	height:50px;
	margin:-70px 60px 0 0;
	padding:20px;
	text-align:center;
	font-size:11px;
}

#lower_left, #lower_middle, #lower_right {
	
	border:3px solid #d6d6d6;
	width:296px;
	height:384px;
	float:left;
	margin:10px;
	padding:4px;
	background-color:#eaeaea;
}

#lower_left {
}

#lower_middle {
}

#lower_right {
}

#project_images {
	position:relative;
	float:left;
	width:500px;
	height:auto;
	padding:4px;
	margin:10px;
	text-align:center;
	margin-top:40px;
}

#projects {
	position:relative;
	float:right;
	width:298px;
	height:auto;
	padding:4px;
	margin:10px;
}

#completed, #current{
	width:350px;
	height:370px;
	padding:5px;
	float:left;
	border:3px solid #d6d6d6;
	margin:10px;
	padding:4px;
	text-align:center;
	margin-left:50px;
}

#completed {

}

#current {

}

#contact {
	position:relative;
	float:left;
	width:300px;
	height:auto;
	margin-left:60px;
}

.lower_txt {
	font-size:18px;
}

#footer {
	clear:both;
	height:100px;
	text-align: center;
	background-color:#d6d6d6;
	padding:0px 20px 20px 20px;
	margin-top:20px;
}

.tnc {
}

.created {
	margin-top: -55px;
	float: left;
	font-size:8px;
}

a,  a:link {
color:#f00;
text-decoration: none;
}

a:visited {
color: #bc0000;
text-decoration: none;
}

a:hover {
color:#bc0000;
text-decoration: underline;
}

a:focus {
color: #000;
}

a:active {
color: #000;
}
	
#footer p {
	text-align: center;
}

.next {
	text-align: right;
}

.imgfloatright {
	float:right;
	margin:10px;
	border:none;
}

.imgfloatright_social {
	float:right;
	margin:5px 2px;
	border:none;
}

.imgfloatleft {
	float:left;
	margin:10px;
	border:none;
}

.img_index {
	padding: 20px 42px 0 42px;
}

.cts {
	margin-bottom:-10px
}

/*.imgcentered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:430px;
}*/

.thumb {
	height:auto;
	width:150px;
	float:left;
	margin:15px;
}

.imgtext { 
  width:150px;
  height:auto;
  float:left;
  clear:left;
  text-align:center;
}

h1 {
	margin: 15px 0 30px 0;
	font-size:4em;
	line-height:1.6em
}

h2.front-page {
	margin: 20px 0 35px 0;
	font-size:2em;

}

h2 {
	font-size:20px;
	margin-bottom: -20px;
}

h3 {
	font-size:18px;
	padding:10px;
	text-align:center;
	background-color:#d6d6d6
}

h4 {
	font-size:16px;
	margin:26px 0 4px 0;
}

h5 {
	font-size:16px;
	margin:-5px 0 -5px 0;
}

h6 {
	margin-top:20px;
	font-size:16px;
}

h7 {
	font-size:36px;
	font-weight:bold;
	margin: auto;
}

h8 {
	font-size: 10px;
	text-align:left;
}

h9 {
	font-size: 10px;
	float:right;
}


table {
	border-collapse:collapse;
}

/*form css*/
#formwrapper {
	position:relative;
	float:left;
	width:600px;
	background-color: #FFF;
	padding-top: 14px;
}

label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0 0 0 10px;
	display:block;
}

input, textarea{
	margin: 2px 0 20px 10px;
    resize:none;
}

.btn {
	width:100px;
	background-color:#CCC;
	font-size:14px;
	border-radius: 5px;
	margin: 2px 0 0 10px;
}

.btn:hover {
	background-color:#999;
}
/*form css end*/
#wrapper #content #top p {

	font-size: 16px;
}
#wrapper #content #top div.call-to-action {
	padding:10px;
	background-color:#d6d6d6;
	font-weight:bold;
	margin:20px 0 20px 0;
}

#wrapper #content #top div.call-to-action p {
	font-size:180%;
	text-align:center;
}

span.red {
	color:#208e01;
	
}

div#SkypeButton_Call_mrchaz_1 {
	float:right;
	margin-top:-15px;
}
