
/* 1. The Basics */

* {
	margin: 0;
	padding: 0;
}

body	{
	background-color: #110224;
	font-family: Arial, Helvetica Neue, Liberation Sans, sans-serif;
	font-size: 1em;
}

header	{
	background: url(images/clothpattern-robertoverzo.jpg) #dddddd no-repeat;
	height: 160px;
}

p, li	{
	font-size: 0.8em;
	margin: 0 0 1em 0;
}


a	{
	color: #aa0000;
	text-decoration: none;
}

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

footer	{
	background-color: #eeeeee;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}


/* 2. Structure */

#container	{
	background-color: #ffffff;
	height: 680px;
	margin: 0 auto;
	padding: 10px;
	width: 960px;
}

#navigation	{
	float: left;	
	height: 400px;
	padding: 4em 0 0 0;
	width: 160px;
}

#content	{
	float: right;
	height: 450px;
	padding: 1.8em 1.8em 0 0;
	width: 690px;
}

#map	{
	float: right;
	text-align: right;
}


/* 3. Fonts */

header h1	{
	color: #ffffff;
	font-family: Arial Black, Helvetica Neue Bold, sans-serif;
	font-size: 4.5em;
	font-weight: 600;
	padding: 83px 0 0 0;
	text-align: right;
	text-transform: uppercase;
}


#navigation ul	{
	display: block;
	width: 100%;
}

#navigation ul li	{
	display: block;
	font-size: 1em;
	font-weight: 600;
	list-style-type: none;
	margin: 0 0 1.8em 0;
	text-align: right;
}

#navigation ul li a	{
	border-bottom: #aa0000 3px solid;
	color: #000000;
	display: block;
	text-decoration: none;
}

#navigation ul li a:hover	{
	border-bottom: #ff0000 3px solid;
	color: #000000;
	display: block;
	text-decoration: none;
}


#content h1	{
	color: #aa0000;
	font-size: 1.5em;
	margin: 0 0 0.2em 0;
}

#content h2	{
	color: #aa0000;
	font-size: 1em;
	letter-spacing: 0.2em;
	margin: 0 0 1.5em 0;
}


#content h3	{
	color: #ff0000;
	font-size: 0.9em;
	font-style: italic;
	letter-spacing: 0.1em;
	margin: 0 0 0.8em 0;
}
	#content h3.divider	{
		color: #ff0000;
		font-size: 0.9em;
		font-style: italic;
		letter-spacing: 0.1em;
		margin: 1.2em 0 0.8em 0;
}

#content ul	{
	margin: 1em 0 1em 2em;	
}

#content li	{
	margin: 0 0 0.2em 0;	
}


#content p.address	{
	margin: 0 0 0 2.5em;
}

footer p	{
	font-size: 0.7em;
	padding: 0.5em 0 0 0;
	text-align: center;
}

footer a	{
	color: #aa0000;
	text-decoration: none;
}

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

