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

/* @group General Styling */

body {
padding-top: 40px;
text-shadow: #fff 1px 1px 0;
	background: white none repeat-y;
	color: #5e5e5e;
}

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

.bottomfade
{
	
		width: 100%;
		height: 70px;
		position: fixed;
	bottom: 0;
	left:  0;
	background: url(../images/bot_bg.png) repeat-x;
}

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

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

a.more {
display: block;
color: #000;
text-decoration: none;
}

a.more.hover {
display: block;
color: #fd9220;
text-decoration: none;
}

#sidebar {
	position: fixed;
	left: 50px;
	width: 300px;
}

ul.address {
	position: fixed;
	left: 50px;
	width: 50%;
}

/* Site Logo */
h1.logo {
background: url(../images/ip-logo.png) no-repeat;
	height: 200px;
}

/* Site Logo Link Styling*/
h1.logo a {
height: 100px;
width: 300px;
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{
	width:300px;
	height:300px;
	background-image: none;
}

/* Class Titles */

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

/* @end */


/* @group Navigation */

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


.ipnav {
width: 300px;
display: block;
padding-left: 0px;
color: #797979;
padding-top: 5px;
margin-bottom: 10px;
text-shadow: #fff 0 0 0;
	font-size: 22px;
	float: left;
	font-weight: bold;
	margin-top: 4px;
	height: 10px;
}

/* @end */

/* @group UL */

/* Unordered List */
ul {
list-style-type: none;
margin-top: -60px;
margin-bottom: 20px;

}

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

ul li.details {
	list-style-type: square;
	text-shadow: #fff 0 0 0;
	list-style-position: inside;
}

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

ul li.tick {
background: url(../img/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: #191919;
padding-bottom: 12px;
background: none no-repeat;
padding-top: 2px;
width: 400px;
float: left;
text-shadow: none;
}

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

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

.footerright {
padding-right: 20px;
color: #191919;
padding-bottom: 12px;
background: none 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: #eaeaea none no-repeat 0 -80px;
color: #212121;
padding-left: 30px;
margin-bottom: 20px;
text-shadow: none;
text-align: left;
	border: 3px none #c0c0c0;
}

/* Form Button Hover State */
.button:hover {
background: none no-repeat -140px -80px;
text-decoration: none;
color: #000;
	font-weight: bold;
}

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

.name {
background: #eaeaea none no-repeat;
margin-top: 20px;
}

.email {
background: #eaeaea none no-repeat 0 -20px;
}

.company {
background: #eaeaea none no-repeat 0 -40px;
}

.address {
background: #eaeaea none no-repeat 0 -80px;
}

.address2 {
background: #eaeaea none no-repeat 0 -100px;
}

.phone {
background: #eaeaea none no-repeat 0 -60px;
}

.name:focus {
background: #eaeaea none no-repeat -140px 0;
}

.email:focus {
background: #eaeaea none no-repeat -140px -20px;
}

.company:focus {
background: #eaeaea none no-repeat -140px -40px;
}

.address:focus {
background: #eaeaea none no-repeat -140px -80px;
}

.address2:focus {
background: #eaeaea none no-repeat -140px -100px;
}

.phone:focus {
background: #eaeaea none no-repeat -140px -60px;
}

.message {
background: #eaeaea none no-repeat;
border-style: none;
color: #424242;
display: block;
padding-left: 20px;
width: 280px;
height: 77px;
margin-bottom: 15px;
padding-top: 3px;
overflow: auto;
resize: none;
}

.message:focus {
background: #eaeaea none no-repeat -300px 0;
}

/* @end */

