/* @group General Styling */

body {
	color: #3C3932;
	padding-top: 40px;
	text-shadow: #e8e8e8 1px 1px 0;
	background-color: #fff;
	background-image: url(../images/bkg_sand.jpg);
	background-repeat: repeat;
}

.topfade
{
	width: 100%;
	height: 51px;
	position: fixed;
	background: url(../images/top_bg.png) repeat-x;
	top: 0;
}
.bottomfade
{
	width: 100%;
	height: 51px;
	position: fixed;
	background: url(../images/bottom_bg.png) repeat-x;
	bottom: 0;
}

a {
display: block;
color: #404a47;
text-decoration: none;
}

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

#sidebar {
	position: fixed;
	width: 140px;
}

/* Site Logo */
h1.logo {
background: url(../images/logo_1.jpg) no-repeat;
height: 140px;
width: 140px;
}

/* Site Logo Link Styling*/
h1.logo a {
height: 140px;
width: 140px;
display: block;
text-indent: -9999px;
}

/* Site Logo Hover Effect*/
h1.logo:hover {
opacity: 0.90;
}


img {
margin-bottom: 0px;
}

img:hover {
opacity: 0.75;
}


#map{
	margin-top: 10px;
	border: 1px solid #bab9ae;
	width:268px;
	height:300px
}

/* Class for Titles of portfolio pieces, that are not links (eg printed items) */

.title {
color: #404a47;
margin-bottom: 10px;
display: block;
}

/* Portfolio Project Title Links */
a.project {
margin-bottom: 10px;
}

/* @end */


/* @group Navigation */

/* Navigation Buttons */
ul.navigation li a:active {
opacity: 0.50;
}


.button_home {
	width: 110px;
	height: 18px;
	display: block;
	padding-left: 30px;
	color: #fff;
	padding-top: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
}
.button_logos {
	width: 110px;
	height: 18px;
	display: block;
	padding-left: 30px;
	color: #fff;
	padding-top: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 -240px;
}

.button_web {
	width: 110px;
	height: 18px;
	display: block;
	padding-left: 30px;
	color: #fff;
	padding-top: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}

.button_print {
	width: 110px;
	height: 18px;
	display: block;
	padding-left: 30px;
	color: #fff;
	padding-top: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
.button_marketing {
	width: 110px;
	height: 18px;
	display: block;
	padding-left: 30px;
	color: #fff;
	padding-top: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 -60px;
}
.button_av {
	width: 110px;
	height: 18px;
	display: block;
	padding-left: 30px;
	color: #fff;
	padding-top: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 -200px;
}

.button_contact {
	width: 110px;
	height: 18px;
	display: block;
	padding-left: 30px;
	color: #fff;
	padding-top: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 -80px;
}
.button_about {
	width: 110px;
	height: 18px;
	display: block;
	padding-left: 30px;
	color: #fff;
	padding-top: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 -140px;
}


.button_visit {
	width: 110px;
	height: 18px;
	display: inline-block;
	padding-left: 30px;
	color: #fff;
	padding-top: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 -100px;
}


.button_next {
	width: 110px;
	height: 18px;
	display: inline-block;
	padding-left: 30px;
	color: #fff;
	padding-top: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 -120px;
}

/* Navigation Hover State */
.button_home:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: -140px 0;
}
.button_marketing:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: -140px -60px;
}
.button_logos:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: -140px -240px;
}

.button_print:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: -140px -40px;
}

.button_web:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: -140px -20px;
}
.button_av:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: -140px -200px;
}
.button_about:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: -140px -140px;
}

.button_contact:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: -140px -80px;
}

.button_visit:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: -140px -100px;
}

.button_next:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_bg2.png);
	background-repeat: no-repeat;
	background-position: -140px -120px;
}

/* @end */

/* @group UL for Portfolio Description */

/* Unordered List for portfolio piece features */
ul {
list-style-type: none;
margin-top: 10px;
margin-bottom: 20px;

}

ul li.ux {
background: url(../images/desc_icons.png) no-repeat 0 3px;
padding-left: 12px;
height: 12px;
margin-bottom: 5px;
}

ul li.frontend {
background: url(../images/desc_icons.png) no-repeat 0 -10px;
padding-left: 12px;
margin-bottom: 5px;
height: 12px;
}

ul li.html {
background: url(../images/desc_icons.png) no-repeat 0 -23px;
padding-left: 12px;
height: 12px;
margin-bottom: 5px;
}

ul li.tick {
background: url(../images/desc_icons.png) no-repeat 0 -35px;
padding-left: 12px;
height: 12px;
margin-bottom: 5px;
}

ul.contact {
margin-top: 23px;
}

ul.contact li {
margin-top: 20px;
}
/* @end */

/* @group Footer */

.footerleft {
padding-left: 20px;
color: #fff;
padding-bottom: 12px;
background: url(../images/footer_bg.png) no-repeat;
padding-top: 2px;
width: 310px;
float: left;
text-shadow: none;
}

.footerleft a {
display: inline;
color: #fff;
}

.footerright a {
display: inline;
color: #fff;
}

.footerright {
padding-right: 20px;
color: #fff;
padding-bottom: 12px;
background: url(../images/footer_bg.png) no-repeat -330px 0;
width: 270px;
float: right;
text-align: right;
padding-top: 2px;
text-shadow: none;
}

/* @end */

/* @group Form Styling */

/* Form Button */
.button {
width: 140px;
height: 20px;
display: block;
background: url(../images/nav_bg.png) no-repeat 0 -80px;
color: #fff;
padding-left: 30px;
margin-bottom: 20px;
text-shadow: none;
border-style: none;
text-align: left;
}

/* Form Button Hover State */
.button:hover {
background: url(../images/nav_bg.png) no-repeat -140px -80px;
text-decoration: none;
color: #fff;
}

/* Form Input Styling */
input {
border-style: none;
margin-bottom: 15px;
color: #b2b2b2;
display: block;
padding-left: 20px;
height: 20px;
width: 120px;
padding-top: 1px;
}

.name {
background: url(../images/form-elements.png) no-repeat;
margin-top: 20px;
}

.email {
background: url(../images/form-elements.png) no-repeat 0 -20px;
}

.company {
background: url(../images/form-elements.png) no-repeat 0 -40px;
}

.address {
background: url(../images/form-elements.png) no-repeat 0 -80px;
}

.address2 {
background: url(../images/form-elements.png) no-repeat 0 -100px;
}

.phone {
background: url(../images/form-elements.png) no-repeat 0 -60px;
}

.name:focus {
background: url(../images/form-elements.png) no-repeat -140px 0;
}

.email:focus {
background: url(../images/form-elements.png) no-repeat -140px -20px;
}

.company:focus {
background: url(../images/form-elements.png) no-repeat -140px -40px;
}

.address:focus {
background: url(../images/form-elements.png) no-repeat -140px -80px;
}

.address2:focus {
background: url(../images/form-elements.png) no-repeat -140px -100px;
}

.phone:focus {
background: url(../images/form-elements.png) no-repeat -140px -60px;
}

.message {
background: url(../images/textarea.png) no-repeat;
border-style: none;
color: #b2b2b2;
display: block;
padding-left: 20px;
width: 280px;
height: 77px;
margin-bottom: 15px;
padding-top: 3px;
overflow: auto;
resize: none;
}

.message:focus {
background: url(../images/textarea.png) no-repeat -300px 0;
}

/* @end */
#center {
position: absolute; 
top: 50%; 
left: 50%; 
height: 189px; 
margin-top: -100px; 
width: 280px; 
margin-left: -125px; 
}
.img_push {
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}
