/* Imports */
@import url("http://yui.yahooapis.com/3.1.1/build/cssreset/reset-min.css");

@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('../fonts/CartoGothicStd-Book-webfont.eot');
	src: url('../fonts/CartoGothicStd-Book-webfont.woff') format('woff'), url('../fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'), url('../fonts/CartoGothicStd-Book-webfont.svg#webfontiSSvHuvy') format('svg');
	font-weight: normal;
	font-style: normal;
}

/***** Global *****/
/* Body */
	body {
		background: #131313 url('../images/CONTACTBG.png') repeat-x;
		color: #DDD;
	}

a {
outline: 0;
}

.clear {
clear: both;
}

/* Headings */

h3 {
font-size: 18px;
font-family: CartoGothicStdBook, 'Myriad Web Pro', 'Myriad Pro', Myriad, 'Trebuchet MS', Trebuchet;
font-weight: normal;
color: #AAA;
padding: 20px 20px;
}

h4 {
font-size: 18px;
font-weight: normal;
font-family: 'Myriad Web Pro', 'Myriad Pro', Myriad, 'Trebuchet MS', Trebuchet;
letter-spacing: 1px;
}

h5 {
font-size: 36px;
font-weight: bold;
font-family: Arial;
color: #ffece8;
padding-bottom: 10px;
}

header {
background: transparent;
width: 960px;
height: 72px;
margin: auto;
display: block;
}

h1#logo a {
display: block;
height: 72px;
float: left;
text-indent: -99999em;
background: url('../images/logo-trans.png') no-repeat 10px 15px;
width: 118px;
}

nav {
float: right;
display: block;
margin: 0 10px 0 0;
}

nav ul li {
list-style-type: none;
display: inline-block;
text-align: center;
padding: 30px 0 0 0;
width: 120px;
font-family: Tahoma, Arial, Sans-Serif;
font-weight: normal;
font-size: 15px;
height: 42px;
margin: 0 0 0 -4px;
}

nav ul li a {
text-decoration: none;
color: #FFF;
display: block;
width: 120px;
height: 42px;
margin: 0;
}

.home:hover {
background: transparent url('../images/nav_home.png') no-repeat;
}

nav .work:hover {
background: transparent url('../images/nav_work.png') no-repeat;
}

nav .about:hover {
background: transparent url('../images/nav_about.png') no-repeat;
}

nav .contact {
background: transparent url('../images/nav_contact.png') no-repeat;
}

h2 {
font-family: Arial, Sans-Serif;
font-size: 36px;
text-indent: -9999em;
background: url('../images/contact-trans.png') no-repeat bottom;
display: block;
margin: 0 0 0 540px;
padding: 0 0 0 0;
height: 122px;
width: 401px;
color: #FFF;
}

#banner small {
text-align: center;
font-family: CodeBold, Verdana, Sans-Serif;
text-transform: uppercase;
font-size: 24px;
display: block;
color: #17191b;
margin: 10px 0 20px 0;
position: relative;
}

#banner {
display: block;
height: 261px;
overflow: none;
background: transparent url('../images/CONTACTbannerBG.png') repeat-x;
border-bottom: 1px solid #1b1b1b;
margin: 0;
}

#banner #bannerBG {
height: 261px;
width: 100%;
background: url('../images/CONTACTbannerBG-center.jpg') no-repeat top center;
}

#bannerContent {
width: 960px;
margin: auto;
height: 261px;
}

#content {
background: #0f0f0f;
display: block;
margin: auto;
width: 960px;
border-left: 1px solid #1b1b1b;
border-right: 1px solid #1b1b1b;
overflow: auto;
}

h3 {
background: #0d0d0d;
border: 1px solid #0f0f0f;
display: block;
clear: both;
}

p {
font-family: Arial;
font-size: 14px;
color: #CCC;
line-height: 27px;
text-align: justify;
margin: 0px 28px 0 28px;
text-shadow: 0 0 0 #000;
}

p a {
color: #89a6c3;
text-decoration: none;
}

p a:hover {
border-bottom: 1px dotted;
}

p#confirmation {
margin: 40px 0 0 0;
text-align: center;
background: #62b301;
border: 1px solid #a8d770;
color: #fff;
font-weight:bold;
text-shadow: 1px 1px 1px #000;
padding: 10px;
}

p#caution {
margin: 40px 0 0 0;
text-align: center;
background: #a85840;
border: 1px solid #d79c70;
color: #fff;
font-weight:bold;
text-shadow: 1px 1px 1px #000;
padding: 10px;
}

p#error {
margin: 40px 0 0 0;
text-align: center;
background: #ca0202;
border: 1px solid #d79c70;
color: #fff;
font-weight:bold;
text-shadow: 1px 1px 1px #000;
padding: 10px;
}

h4 {
  margin: 36px 0 15px 28px;
  font-family: CartoGothicStdBook, 'Myriad Web Pro', 'Myriad Pro', Myriad, 'Trebuchet MS', Trebuchet, Arial, Sans-Serif;
  font-weight: normal;
  position: relative;
  color: #ddd;
  font-size: 18px;
letter-spacing: -.25px;
}

form {
width: 450px;
float: left;
margin: 0 56px 50px 0;
}

form p {
display: block;
height: 40px;
width: 300px;
}

form label {
float: left;
width: 70px;
text-align: right;
padding-right: 20px;
}
form p.message {
width: 450px;
}

#message {
width: 304px;
height: 100px;
}

form input, form textarea{
float: left;
padding: 5px;
background: #222;
border: 1px solid #555555;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
color: #CCC;
}

form input:focus, form textarea:focus { 
background: #1a1a1a;
border: 2px solid #bf3021;
padding: 4px;
}

form input:hover, form textarea:hover { 
background: #1a1a1a;
border: 1px solid #bf3021;
padding: 5px;
}

form .spamcheck {
display: block;
width: 450px;
clear:both;
}

form .spamcheck label {
width: 450px;
padding: 20px 225px 0 0;
float: right;
}

form .spamcheck strong{
padding: 0 10px 0 0;
}

form .spamcheck input {
float: right;
margin: -25px 44px 0 0px;
}

form #submit {
float: right;
margin: 20px 245px 0 0;
}

form strong {
font-weight: bold;
}

#aside a:hover {
	border: 0;
}

#aside {
display: block;
float: right;
width: 450px;
}

#aside ul{
width: 400px;
margin: 0px auto 100px auto;
border-top: 1px solid #3e3e3e;
}

#aside li {
border-bottom: 1px solid #3e3e3e;
font-size: 12px;
height: 88px;
}

#aside li:hover {
background: #191919;
}

#aside li a {
font-family: CartoGothicStdBook, 'Myriad Web Pro', 'Myriad Pro', Myriad, 'Trebuchet MS', Trebuchet, Sans-Serif;
display: block;
max-height: 68px;
text-decoration: none;
padding: 20px 0 0 90px;
color: #CCC;
font-size: 20px;
border: 0;
}

#aside li a p {
display: block;
font-size: 14px;
color: #a9a9a9;
padding: 0;
margin: 0;
}

#skype a { background: url('../images/skype-trans.png') no-repeat; }
#live a { background: url('../images/live-trans.png') no-repeat; }
#google a { background: url('../images/google-trans.png') no-repeat; }

footer {
display: block;
background: #c40f0f;
height: 328px;
border-top: 1px solid #f14646;
text-shadow: 1px 1px 0px #000;
}


#cool, #wow {
display: block;
float: left;
width: 200px;
margin: 60px 20px 0 0;
}

#foot-content {
width: 910px;
margin: auto;
height: 328px;
padding-left: 50px;
}

#footbg {
display: block;
background: url('../images/CONTACTfooterBG-center.jpg') no-repeat center;
height: 328px;
}

footer li {
display: block;
width: 200px;
height: 33px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}

footer li a {
color: #ffc1a8;
line-height: 32px;
font-size: 18px;
font-family: Arial;
padding-left: 10px;
text-decoration: none;
}

footer li:hover {
background: transparent url('../images/foot-hover-trans.png');
}

footer li.active{
background: transparent url('../images/foot-active-trans.png');
}

footer li a strong {
color: #ffe7e6;
}

.credit {
display: block;
width: 960px;
margin-top: 75px;
float: left;
font-family: Arial;
font-size: 14px;
color: #ffc1a8;
}

.credit strong, .credit a {
color: #ffe7e6;
}



