
/*

	Website: Cross Island Tire & Wheel
	
	Aythor: Artistic Design - Michal Kopanski

	URL: www.artisticdesignweb.com
	
	Table of Contents:
	
	$1 - Reset
	$2 - Basic Layout
	$3 - Navigation
	$4 - Typograpgy
	$5 - Other

*/

/* $1 - RESET STYLES */

*{
	padding: 0px;
	margin: 0px;
}

body{
	background: #9d0000 url(../images/bg.png) repeat-x;
}

span{
	display: none;
}

img{
	border: none;
	margin: 0px;
}

.clearfix{
	width: 1px;
	height: 0px;
	display: block;
	clear: both;
}

.left-col{
	height: 7px;
}

.wrapper{
	width: 960px;
	margin: 117px auto;
}

/* $2 - BASIC LAYOUT STYLES*/

.container-top{
	background: url(../images/container-top.png) no-repeat;
	width: 960px;
	height: 10px;
	display: block;
	margin: 0px;
}

.container{
	width: 960px;
	display: block;
}

.left-column{
	background: url(../images/left-col-bg1.png);
	background-position: 0px 160px;
	width: 247px;
	float: left;
}

.right-column{
	width: 713px;
	float: left;
	display: block;
}

	.right-hero{
		background: #014c7c url(../images/right-col-hero-bg.png) no-repeat right;
		padding: 0px 0px 10px 10px;
	}
	
	.content-break{
		background: url(../images/content-break.png) no-repeat;
		width: 1px;
		height: 196px;
		float: left;
	}
	
	.right-content{
		background: #015083 url(../images/right-col-content-bg.png) no-repeat right;
	}

	.about{
		width: 432px;
		height: 213px;
		float: left;
		padding: 0px 20px 0px 20px;
	}
	
		.about p{
			line-height: 20px;
		}
	
	.sidebar {
		float:left;
		height:213px;
		padding-top:26px;
		width:240px;
	}

.container-bottom{
	background: url(../images/container-bottom.png) no-repeat;
	width: 960px;
	height: 68px;
	display: block;
}

/* $3 - NAVIGATION */

li{
	list-style: none;
	display: block;
}

li a{
	height: 100%;
	width: 100%;
	display: block;
	clear: both;
}

li.home{
	background: url(../images/navigation.png) no-repeat 0px 0px;
	width: 247px;
	height: 37px;
}

li.home:hover, li.home-active{
	background: url(../images/navigation.png) no-repeat 0px -37px;
	width: 247px;
	height: 37px;
}

li.services{
	background: url(../images/navigation.png) no-repeat -247px 0px;
	width: 247px;
	height: 37px;
}

li.services:hover, li.services-active{
	background: url(../images/navigation.png) no-repeat -247px -37px;
	width: 247px;
	height: 37px;
}

/* $3 - TYPOGRAPHY */

p,a{
	font-family: "Lucida Sans Unicode", Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}
a:link, a:visited{
	text-decoration: underline;
}
a:hover{
		text-decoration: none;
}

	/* - HEADERS - */
	
	
	h2.title-contact{
		background: url(../images/title-headers.png) no-repeat 0px -12px;
		width: 100px;
		height: 12px;
		margin-top: 21px;
		margin-left: 35px;
	}
	
	h2.title-aboutus{
		background: url(../images/title-headers.png) no-repeat 0px 0px;
		width: 109px;
		height: 12px;
		margin-top: 19px;
		margin-bottom: 10px;
	}
	
	h2.title-services{
		background: url(../images/title-services.png) no-repeat 0px 0px;
		width: 105px;
		height: 12px;
		margin-bottom: 14px;
		margin-left: 15px;
	}
	
	/* - TYPOGRAPHY - */
	
	.left-column p{
		padding: 12px 0px 0px 35px;
	}
	
	.left-column a.dots{
		color: #01436e;
	}
	
	.left-column a.float-number{
		float: right;
		margin-right: 50px;
	}
	
	.left-column p.email{
		padding-top: 20px;
	}
	
	.right-column .sidebar .fix-wheels{
		font-family: "Tahoma", Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 2px;
		width: 240px;
		float: left;
		padding-top: 13px;
	}
	
	.footer p{
		text-align: center;
		color: #8a0000;
	}
	
/* - SERVICES - */

.services-content{
	background: #014c7c url(../images/rightservices-col-bg.png) right bottom no-repeat;
	height: 474px;
}

	.services-content .half-left{
		width: 310px;
		height: 448px;
		float: left;
		padding-left: 30px;
		padding-right: 12px;
	}
	
	.services-content .half-right{
		width: 310px;
		height: 448px;
		float: left;
		padding-left: 12px;
		padding-right: 39px;
	}
	
	.service-top{
	}
	
	.service{
		margin-top: 17px;
	}