/* 

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 {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../imgs/bottom_gradient2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	/*font-family: "Helvetica neue light", tahoma, arial;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}
.title {
	background-color: #666666;
	float: left;
	margin-left: 17px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 15px;
}
#main_col ul li span {
	font-size: 11px;
}

#centre {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
/*  --------- 2. structure  --------- */

#wrapper {
	background-image: url(../imgs/wrapper_bg.gif);
	background-repeat: repeat-x;
	background-position: left -35px;
}
#masthead {
}
#logo {
	height: 65px;
	width: 328px;
	background-image: url(../imgs/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h1#branding a {
	text-indent: -5000px;
	display: block;
	height: 111px;
	width: 328px;
}
#sub_col {
	float: right;
	width: 300px;
	margin-top: 85px;
	margin-right: 35px;
}
#sub_col .grey {
	background-color: #666666;
	display: block;
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#sub_col p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:5px;
}

#main_col {
	width: 550px;
	float: left;
}
/* ---------- 3. links and navigation ---------- */

#content a, #content a:link, #content a:visited {
	color: #FFFFFF;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;*/
	text-decoration: none;
	font-weight: normal;
}

#content,
#creates #content {
	background-image: url(../imgs/blue_grey2.jpg);
	background-repeat: no-repeat;
	height: 460px;
	text-align: left;
	padding-top:20px;
}

#creates #content {
	background-image: url(../imgs/green.jpg);
	color: #333333;
}

#content #scroll {
	width: 940px;
	height: 405px;
	overflow: auto;
	margin-left: 25px;
	padding-top: 0px;
}
#home #wrapper #centre #content #scroll p .pink-links:hover {
	background-color: #00FF00;
	color:#000000;
}

#content a.pink-links {
	color: #99FF00;
}

#content p {
	line-height: 1.4em;
}

#content ul li {
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	width: 550px;
}

#content ul {
	margin-left: 20px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 550px;
}

#creates #content ul li {
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	display: block;
	width: 550px;
}

#creates #content ul {
	margin-left: 20px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	width: 300px;
}

#creates #content ul li {width:300px;}

#footer {
	height: 53px;
	background-image: url(../imgs/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#contact {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 20px;
	margin-top: -20px;
}
#contact p {
	color: #FFFFFF;
	font-size: 11px;
}
#contact p a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	width: 150px;
	font-family: tahoma;
}
.separator {
	clear: both;
	height: 0;
}
#navigation {
	height: 25px;
	width: 400px;
	float: right;
	margin-top: -25px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 30px;
	display: block;
	font-family: tahoma;
	font-size: 12px;
}
#navigation a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #87C540;
}
#navigation ul {
	float: right;
}
#navigation li {
	float: left;
}
#dots {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}

/* ---------- 4. fonts ---------- */

#content h1 {
	font-weight: normal;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #03bbdf;
	display: block;
	float: left;
	clear: both;
	padding-right: 2px;
	padding-left: 2px;
	
}

#creates h3 {
	background-color: #99FF00;
	color: #000000;
}


.blueback {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	float: left;
	clear: both;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 4px;
	}
#main_col ul.skinny li {
	width: 300px;
	padding: 2px;
}
#main_col ul.skinny {
	width: 300px;
}
/*#home */#sub_col a.info {
	color: #99FF00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width:175px;
	padding-left: 17px;
	margin-top: 15px;
	background-image: url(../imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	border:none;
}

#main_col a.website {
	color: #99FF00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#creates #sub_col a.info  {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width:175px;
	padding-left: 17px;
	margin-top: 15px;
	background-image: url(../imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	border:none;
}

/**html #sub_col a.info {margin-top:30px;}
*:first-child+ html #sub_col a.info {margin-top:30px;}*/

#sub_col a.info:visited {color: #99FF00;}

#sub_col a.info:hover {
	color: #000000;
	background-color: #99FF00;
}


.hr {
	height: 2px;
	width: 400px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;

}

#home #main_col h2.welcome,
#home #main_col h2.contact,
#home #main_col h2.vision,
#home #main_col h2.about,
#home #main_col h2.services {
	display: block;
	width: 159px;
	height: 34px;
	background-image: url(../imgs/welcome.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
}

#home #main_col h2.contact {
	background-image: url(../imgs/contact.gif);
}

#home #main_col h2.services {background-image: url(../imgs/services.gif);}

#home #main_col h2.about {background-image: url(../imgs/about.gif);}

#home #main_col h2.vision {background-image: url(../imgs/vision.gif);}

#home #main_col h2.local,
#home #main_col h2.global {
	background-image: url(../imgs/local.gif);
	display: block;
	width: 272px;
	height: 33px;
	background-image: url(../imgs/local.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
	}
#home #main_col h2.global {background-image: url(../imgs/global.gif); height:37px; width:294px;}
#creates #main_col h2.creates {
	display: block;
	width: 159px;
	height: 34px;
	background-image: url(../imgs/creates.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
}

p {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
ul {
	list-style-type: none;
}
/* ---------- 5. images ---------- */

a img {
	border: 0;
}
/* ---------- 6. hacks ---------- */

body { /* IE 5 centring bug fix */
	text-align: center;
}
#wrapper {
	text-align: left;
}
#container {
	margin: 20px auto 0 auto;
	width: 700px;
}
.global {
	color: #CCCCCC;
}
