/*
      Created by Zero7ICT
	  office@zero7ict.com
*/

* { padding: 0; margin: 0; }

.main-title{
 font-size:1.6em;
 color:black;
 font-weight: bold;
 margin-bottom: 10px;
}

body {
 font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
 font-size: 13px;
 background-color:#ddd;
}

ul {
 padding-left:20px; 
}
#wrapper { 
 margin: 0 auto;
 width: 924px;
}
#header {
 color: #fff;
 width: 900px;
 float: left;
 padding-right: 10px;
 padding-left: 10px;
 border: 2px solid #000;
 height: 130px;
 margin: 10px 0px 5px 0px;
 background-image: url(../images/logos/header.jpg);
 background-color:#000;
 background-repeat: no-repeat;
}
#navigation {
 float: left;
 width: 900px;
 color: #fff;
 padding: 2px 10px 2px 10px;;
 border: 2px solid #000;
 margin: 0px 0px 5px 0px;
 background: #000;
 letter-spacing: 2px;
 font-weight:bold;
}
#navigation a {
 color:#FFFFFF;
}
#leftcolumn { 
 color: #333;
 border: 2px solid #000;
 margin: 0px 0px 5px 5px;
 padding: 10px;
 height: 370px;
 width: 674px;
 float: right;
 background: #fff;
/* background-image:url(../images/photos/karndean-floor-trans.jpg); */
 overflow:auto;

}
#rightcolumn { 
 float: left;
 color: #000;
 border-bottom: 0px;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 height: 390px;
 width: 215px;
 display: inline;
 background-image:url(../images/photos/van-thumb.jpg);
 background-position:bottom;
background-repeat:no-repeat;
}

#footer { 
 font-family:impact;
 font-size:1.2em;
 width: 900px;
 clear: both;
 color: #FFF;
 border: 2px solid #000;
 background: #000;
 margin: 0px 0px 5px 0px;
 padding: 4px 10px 4px 10px;
 letter-spacing: 2px;
}

#footer a{
 color: #222;
}

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


#copyright{
 text-align: center;
 font-size: 0.8em;
 color: #444;
}

#copyright a{
 color: #222;
}

#copyright a:hover{
 color:#000000;
 text-decoration: underline;
}
.header_right {
 float:right;
 text-align:left;
 font-family:Helvetica;
}
.header_nav {
 float:right;
 text-align:right;
 letter-spacing: 2px
}
.header_nav a:hover{
 background-color: #c1dbf1;
}

.header_phone {
 font-family:impact;
 font-size: 26pt;
 letter-spacing: 3px;
}

#navcontainer { 
 width: 215px; 
 font-weight:bold;
 border: 2px solid #000;
 border-bottom:0;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Helvetica;
}

#navcontainer li
{
margin-left: 0;
padding-left: 0;
}

#navcontainer a
{
display: block;
padding: 6px 3px 6px 3px;;
width: 209px;
font-size:11pt;
background-color: #ccc;
border-bottom: 2px solid #000;
letter-spacing: 2px;
}

#navcontainer a:link, a:visited, a
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #f00;
}
.contact-text{
padding:4px;
}

#emailDiv fieldset{
clear:both;
padding:10px;
}

#emailDiv {
padding-top:20px;
}

/* Previous Work Page */

#left-wrapper {
 float:left;
 padding-top:10px;
 border: 1px solid #666; 
 width: 200px;
 height: 300px;
 margin-top:10px;
 overflow:auto;
 text-align:center;
}

#right-wrapper {
 float:right;
 padding-top:10px;
 /* border: 1px solid #666; */
 width: 450px;
 min-height: 272px;
 overflow:auto;
 text-align:center;
 background-image:url(./images/photos/van-thumb.jpg);
 background-position:bottom;
}

.thumbnail {
 border: 1px solid #333;
 cursor:pointer;
}

/* End Previous Work Page */
