/* Master */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
	
body {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 160%;
	background-color: #FFF;
	}
	
img {
	border:none;
	}	

/* Typography */

h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.028em;
    margin: 0 0 5px 0;
}
h2 {
    font-size: 16px;
    line-height: 1.48;
    font-weight: normal;
    margin: 0;
}
h3 {
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    margin: 0;
}
h4 {
    color: #a28a7f;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 0.9em;
}
h5 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #a28a7f;
    font-weight: normal;
    font-size: 13px;
}
h6 {
    font-size: 1em;
}

	
p {
	font-size:14px;
	line-height:19px;
	}
	
li {
	font-size:13px;
	}
a {
	color:#ffffff;
	text-decoration:none;
	}
	
a:hover {
	color:#cccccc;
	}
	
h5 a,h5 a:hover {
	color:#cccccc;
	}

/* Spacing Elements */

.break30 {
	clear:both; height: 30px;
	}

.break20 {
	clear:both; height: 20px;
	}

.break10 {
	clear:both; height: 10px;
	}

.thick_separator {
	background-color: black;
	height: 3px;
	color: black;
	width: 960px;
	clear: both;
	border: none;
	}
	
.thin_separator {
	background-color: black;
	height: 1px;
	color: black;
	width: 960px;
	clear: both;
	border: none;
	}
	
.clear {
	clear:both;
	}
		
/* Contents */

#container {
	margin: auto;
	padding: auto;
	width: 960px;
	
	position: absolute;
	left: 50%;
	margin-left:  -490px;
	}

#content {
	z-index:8;
	margin: auto;
	padding: auto;
	width: 960px;
	
	position: relative;
	}

#content a {
	color:#666;
	text-decoration:underline;
}
	
#logo {
	position: absolute;
	z-index: 1000;
	left: 0px;
	}
#logo img {
	position: absolute;
	top: 0;
	}
#logo img.logo-red {
	left: 1px;
	display: none;
	}

#joel_bg {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	}

#joel_bg img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 1;
	}
	
/* Navigation */
.replace {
    position: relative;
    overflow: hidden;
}
.replace span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
a.replace span {
    cursor: pointer;
}

#navigation {
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 960px;
    height: 110px;
    margin-left:  -490px;
    background: transparent url(../images/bg-navigation.png) no-repeat;
    color: #fdfcf3;
    z-index: 10;
}
#navigation-container {
    position: relative;
    height: 110px;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 30px;
    width: 690px;
    position: absolute;
    top: 25px;
    left: 12px;
}
#nav ul li {
    float: left;
}
#nav li a {
    border: 0;
    padding: 0;
    height: 30px;
    display: block;
}
#nav-about-us,  #nav-about-us span {
    background: url(../images/about-us.gif) no-repeat;
    width: 104px;
    height: 30px;
}
#nav-our-difference,  #nav-our-difference span {
    background: url(../images/our-difference.gif) no-repeat;
    width: 153px;
    height: 30px;
}
#nav-clients,  #nav-clients span {
    background: url(../images/clients.gif) no-repeat;
    width: 84px;
    height: 30px;
}
#nav-our-work,  #nav-our-work span {
    background: url(../images/our-work.gif) no-repeat;
    width: 110px;
    height: 30px;
}
#nav-our-people,  #nav-our-people span {
    background: url(../images/our-people.gif) no-repeat;
    width: 118px;
    height: 30px;
}
#nav-contact-us,  #nav-contact-us span {
    background: url(../images/contact-us.gif) no-repeat;
    width: 121px;
    height: 30px;
}
#nav ul li a:hover,  #nav ul li a span:hover {
    background-position: 0 -30px !important;
}
#nav ul li a.nav-current,  #nav ul li a.nav-current span {
    background-position: 0 -60px !important;
}
#nav ul li a.nav-current,  #nav ul li a.nav-current span {
    background-position: 0 -60px !important;
}
#short-contact {
    text-align: right;
    line-height: 1.2;
    list-style: none;
    position: absolute;
    top: 26px;
    right: 25px;
    width: 180px;
    height: 29px;
    padding: 17px 10px 23px 10px;
    overflow: hidden;
}
#short-contact #short-telephone {
    font-size: 24px;
    color: #fff;
}
#short-contact #short-email {
    font-size: 12px;
}
#short-contact a:link,  #shirt-contact a:active {
    color: #ffffff;
}
#short-contact a:hover,  #shirt-contact a:visited {
    color: #cccccc;
}
#navigation #credit {
    position: absolute;
    bottom:  5px;
    left: 25px;
    font-size: 10px;
    line-height: 1.3;
}

.spacer {
	margin-top:180px;
}

.subnav ul {
    list-style: none;
}
.subnav ul li {
    float: left;
	width:280px;
	margin-bottom:10px;
	padding: 10px 5px;
	background-color:#000;
	color:#fff;
}
.subnav li a {
    border: 0;
    padding: 0;
    display: block;
	color:#FFF !important;
	text-decoration:none !important;
}

.story {width: 400px; background: #bd241a; padding: 40px;}
.story h3 {color: #fff; font-family: Georgia; text-align:center; font-size: 24px;}
.story p {color: #fff; display: block; text-align: center;}

input,textarea {
	font-family:Arial,Helvetica,sans-serif;
	padding:5px;
	font-size:14px;
	}

.submit_button {
    /* Disables default styling */
    border: none;
    background: #000;
    color: #fff;

    /* You need to set font, font size and cursor for buttons */
    font-size: 12px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    cursor: pointer;

    padding: 8px 13px;
    font-weight: bold;
}

.submit_button {
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow:
        0 0 0 1px #999 inset, /* Outer bevel */
        0 0 0 2px #CCC inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;

    -webkit-border-radius: 5px;
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow:
        0 0 0 1px #999 inset, /* Outer bevel */
        0 0 0 2px #CCC inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;
}

.selection {
display: inline-block;
border: 1px solid #333;
background: black;
width: 120px;
height:40px;
color: white;
padding: 20px;
text-align: center;
vertical-align: middle;
line-height: 40px;
}
.selection a {
color:#FFF !important;
text-decoration:none !important;
font-size:12px;
}
.selection:hover {
cursor: pointer;
background: #333;
}

/* Columns */
.col {
	float:left;
	padding:0 10px 0 10px;
	}
	
.col_1 {width:60px;}

.col_2 {width:140px;}

.col_3 {width:220px;}

.col_4 {width:300px;}

.col_5 {width:380px;}

.col_6 {width:460px;}

.col_7 {width:540px;}

.col_8 {width:620px;}

.col_9 {width:700px;}

.col_10 {width:780px;}

.col_11 {width:860px;}

.col_12 {width:940px;}

.col.first {
	padding-left:0;
	border-left:0;
	}

.col.last {
	padding-right:0;
	}

/* Footer */
#footer {
	margin: auto;
	padding: auto;
	width: 960px;
	}