/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding:0; }
html { 
/*	overflow-y: scroll;*/
/*	overflow-x: hidden;*/
}
body { 
	font: 70% "Trebuchet MS", arial, sans-serif;
	color: #cccccc;
	font-weight: normal;
	background: url(images/colugobg.jpg);
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.4em; margin-bottom: 1.2em; }
a { 
	outline: none;
	color: #ffffff;
}
a img { border: none; }

a:hover {
	color: #ffff00;
}
/* END RESET */

/* HEADINGS */
h1 {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #ffff00;
}

h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #ffff00;
}

h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
/*	margin-bottom: 1.2em;*/
	color: #cccccc;
	border-bottom: 1px dotted #ffff00; 
}
/* END HEADINGS */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both;}
/* END TOOLBOX */

/* STRUCTURE */

#header {
	width: 842px;
	margin: 50px auto 0px auto ;
	padding: 0px 0px 0px 0px ;
/*	padding-top: 50px;*/
	min-height: 167px;
	background: url(images/colugo_logo.png) no-repeat;
}

#page-wrap {
	width: 842px;
	margin: 0px auto 0px auto;
}

#links-separator {
/*	reduce font size for ie7 otherwise the div has a min height of the font size */
	font-size: 1px;
	padding: 0px 0px 0px 10px;
	background: url(images/strip.png) repeat-y;
}

#main-content {
	padding: 20px 50px 50px 50px;
	background: url(images/strip.png) repeat-y;
}

#left-content {
	width: 470px;
	float: left;
}

#left-content-portfolio {
	width: 700px;
	float: left;
}

#sidebar {
	width: 231px;
	float: right;
/*	font-family: arial, sans-serif;*/
}

#footer {
	min-height: 31px;
	background: url(images/footer.png) no-repeat;
}
/* END STRUCTURE */

ul#nav {
	margin-left: 10px;
	padding-top: 152px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	display: block;
	height: 15px;
	text-indent: -9999px;
	float: left;
}

ul#nav li.home a {
	width: 89px;
	background: url(images/home.png) bottom;
}

ul#nav li.portfolio a {
	width: 80px;
	background: url(images/portfolio.png) bottom;
}

ul#nav li.contact a {
	width: 52px;
	background: url(images/contact.png) bottom;
}

/*ul#nav li.fill a {
	width: 601px;
	background: url(images/fill.png) bottom;
}*/

ul#nav li a:hover {
	background-position: top center;
}

.imgA1 {
	float: left; 
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	padding-bottom: 20px;
} 

.imgB1 { 
	position: relative;
	top: 20px;
	left: -100px;
	z-index: 3;
}

.portfolio-text {
	display: block;
	margin-left: 420px;
}

fieldset { 
	margin: 1.5em 1.5em 0 0; 
	padding: 0;
	font-size: 1.2em; line-height: 1.4em; margin-bottom: 1.2em;
	border-color: #ffff00;
	border-style: dashed;
} 

legend { 
	margin-left: 1em;
	padding: 5px;
} 

fieldset ol { 
	padding: 1em 1em 0 1.4em; 
	list-style: none; 
} 

fieldset li { 
	padding-bottom: 1em; 
}
 
fieldset.submit { 
	border-style: none; 
} 

label {
	display: block;
}
