@import url('reset.css');
@import url('text.css');
@import url('960.css');
@import url('sifr.css');

/* @group General Styling */

body {
	background-color: #161312;
	color: #89806e;
	padding-top: 50px;
	background-image: url(../images/nav/axxo_back2.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
}


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

a:hover {
text-decoration: none;
color: #fdb924;
}

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

/* Site Logo */
h1.logo {
	height: 145px;
	background-image: url(../images/elements/axxo_logo.gif);
	background-repeat: no-repeat;
}

/* Site Logo Link Styling*/
h1.logo a {
height: 145px;
width: 50px;
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: 20px;
	border: 1px solid #bab9ae;
	width:300px;
	height:300px
}

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

.title {
color: #FFF;
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_visit {
width: 110px;
height: 18px;
display: inline-block;
background-image: url(../images/nav/axxo_nav2.gif);
background-repeat:	no-repeat;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}


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

/* Navigation Hover State */
.button_home:hover {
background-image: url(../images/nav/axxo_nav3.gif);
background-repeat:	no-repeat;
text-decoration: none;
color: #fff;
}

.button_web:hover {
background-image: url(../images/nav/axxo_nav3.gif);
background-repeat:	no-repeat;
text-decoration: none;
color: #fff;
}

.button_print:hover {
background-image: url(../images/nav/axxo_nav3.gif);
background-repeat:	no-repeat;
text-decoration: none;
color: #fff;
}

.button_contact:hover {
background-image: url(../images/nav/axxo_nav3.gif);
background-repeat:	no-repeat;
text-decoration: none;
color: #fff;
}

.button_visit:hover {
background-image: url(../images/nav/axxo_nav3.gif);
background-repeat:	no-repeat;
text-decoration: none;
color: #fff;
}

.button_next:hover {
background-image: url(../images/nav/axxo_nav3.gif);
background-repeat:	no-repeat;
text-decoration: none;
color: #fff;
}

/* @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/elements/desc_icons.png) no-repeat 0 3px;
padding-left: 16px;
height: 12px;
margin-bottom: 5px;
}

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

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

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

ul li.tick {
background: url(../images/elements/desc_icons.png) no-repeat 0 -35px;
padding-left: 16px;
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/elements/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-top: 10px;
padding-right: 32px;
color: #fff;
padding-bottom: 12px;
background-image: url(../images/nav/axxo_nav2.2.gif);
background-position: right;
background-repeat:	no-repeat;
width: 270px;
float: right;
text-align: right;

text-shadow: none;
}

/* @end */

/* @group Form Styling */

/* Form Button */
.button {
width: 126px;
height: 18px;
display: block;
background-image: url(../images/nav/axxo_nav4.gif);
background-repeat:	no-repeat;
color: #fff;
padding-left: 30px;
margin-bottom: 20px;
text-shadow: none;
border-style: none;
text-align: left;
}

/* Form Button Hover State */
.button:hover {
background-image: url(../images/nav/axxo_nav4.gif);
background-repeat:	no-repeat;
text-decoration: none;
color: #fff;
}

/* Form Input Styling */
input {
font-size: 90%;
border-style: none;
margin-bottom: 10px;
color: #3a261b;
padding-left: 20px;
height: 17px;
width: 120px;
padding-top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.message {
color: #3a261b;
font-size: 11px;
font-family: "Trebuchet MS", Arial;
background: url(../images/elements/textarea.png) no-repeat;
border-style: none;
display: block;
padding-left: 20px;
width: 280px;
height: 77px;
margin-bottom: 15px;
padding-top: 3px;
overflow: auto;
resize: none;
}

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

.send {
	font-size: 120%;
}

.arrow {
	padding: 10px 0 0 0;
	float: right;
}

/* @end */
