/* 

STYLE SHEET FOR [x] WEB SITE
Created by Name Surname
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
		}
#centre {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

		
#masthead {
		}
		
#logo {
	height: 94px;
	width: 280px;
	float: left;
	padding-top: 10px;
		}

#logo h1 a {
	display: block;
	text-indent: -5000px;
	height: 94px;
	width: 280px;
	background-image: url(../imgs/logo2.gif);
	background-repeat: no-repeat;
}
#contact {
	width: 200px;
	float: right;
	font-size: 14px;
	padding-top: 15px;
	color: #30649D;
	font-weight: bold;
}
#contact p {
	line-height: 1.4em;
	color: #333333;
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.right_img {
	float: right;
	border: 1px solid #2C6197;
	padding: 3px;
	margin-bottom: 15px;
	margin-left: 15px;
}


#contact p a {
	text-decoration: none;
	color: #2C6099;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #306297;
}

#navContainer {
		}

#content {
		}
#main {
	width: 500px;
	float: right;
	padding: 25px;
}
#side {
	width: 233px;
	float: left;
	background-image: url(../imgs/side_bg.jpg);
	background-repeat: no-repeat;
	background-color: #E7EEF4;
	margin-top: 5px;
	padding-top: 120px;
	padding-bottom: 25px;
}
#side ul li {
	display: block;
	text-decoration: none;
	background-image: url(../imgs/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 25px;
}
#side ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}



#footer {
	margin-bottom: 50px;
			}

.separator {
		clear: both;
		height: 0;
		}
.separator-dots {
	height: 2px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #255A8E;
	clear: both;
	margin-bottom: 15px;
}


/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}

#navigation {
	background-image: url(../imgs/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 800px;
	margin-top: 15px;
	margin-bottom: 3px;
		}


#navigation a {
	float: left;
	margin-right: 12px;
	margin-left: 12px;
		}

#navigation ul {
	margin-left: 10px;
		}

#navigation li {
	display: block;
	float: left;
	background-image: url(../imgs/pipe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
		}
#navigation li.last {
	background-image:none;
	}		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
	color: #2B6197;
	font-size: 18px;
	margin-bottom: 15px;
		}

h3 {
		}
		
h4 {
		}

p {
	line-height: 1.5em;
	font-size: 12px;
	margin-bottom: 15px;
	color: #333333;
		}

ul {
		list-style-type: none;
		}
ol {
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	margin-left: 25px;
	margin-bottom: 15px;
}
tr.top {
	background-color: #000000;
}
tr.top td p {color: #FFFFFF;}
tr.even {
	background-color: #E7EEF4;
}
tr {
	padding: 5px;
}
table tr td p {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}
td {
}


/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
