@charset "utf-8";
/* CSS Document */

/* CSS Bunny
(\__/)
(='.'=)
(")_(")
			*/

/* contents =============================================================

	==general
		- global declarations
		- skeleton divs
		- general classes
	==header
	==mainBody
	==sidebarLeft
	==sidebarRight
	==footer


/* ======================================================================
==general
====================================================================== */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	font: .9em helvetica, sans-serif;
	color: #766855;
}

/* ditch the 100% height since we've got position: fixed; for the side elements

html, mainBody, #wrapper, #sidebarLeft, #mainBody, #sidebarRight {
	height: 100%;
}
*/

a {
	color: #766855;
	text-decoration: none;
}

h1,h2,h3,h4,h5 {
	text-indent: -9999px;
}

.displayNone {
	display: none;
}

.clearFix {
	clear: both;
}

/* =div ============================================================== */
#wrapper {
	width: 980px;
}

#sidebarLeft {
	position: absolute;
	left: 0;
	width: 200px;
	float: left;
}

#mainBody {
	width: 650px;
	float: left;
	position: absolute;
	height: 200px;
	left: 170px;
 /*       border:1px #000000;
        border-style:solid; */
}
#portfolio {
	float: left;
	position: relative;
	left: 200px;
	top: 80px;
	margin-left: 15px;
	height: 385px;
	width: 600px;
	overflow: hidden;
}
#myController {
	height: 41px;
	width: 300px;
	position: absolute;
	left: 231px;
	top: 479px;
}
#portfolio .item {
	float: left;
	height: 186px;
	width: 186px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}
#portfolio .item .description {
	height: 35px;
	width: 166px;
	position: absolute;
	left: 11px;
	top: 143px;
	font-size: 11px;
}
#portfolio .item .link {
	height: 110px;
	width: 164px;
	margin-right: 11px;
	margin-left: 11px;
	margin-top: 11px;
	background-position: center;
	background-repeat: no-repeat;
}

#sidebarRight {
	position: absolute;
	width: 280px;
	margin-left: 870px;
	float: none;
	clear: none;
}

#sidebarRightNews {
	position: absolute;
	width: 175px;
	margin-left: 755px;
	float: none;
	clear: none;
}

#footer {
	position: absolute;
	left: 18px;
	top: 465px;
	margin-bottom: 25px;
	width: 150px;
}

#cutparagraph {
        width: 560px;
 }



/* ======================================================================
==sidebarLeft
======================================================================= */

/* =div =============================================================== */
#sidebarLeft #logo {
	padding: 16px;
}
	
#sidebarLeft #nav {
	padding-left: 16px;
}

#footer #description {
	padding-bottom: 30px;
}

#footer #info {
	margin-top: 15px;
}

/* =h1 =============================================================== */
#sidebarLeft #logo h1 {
	width: 178px;
	height: 41px;
	background: url("../images/gumas_logo.gif") no-repeat 0 0;
	text-indent: -9999px;
	cursor: hand;
}

/* =h2 =============================================================== */
#sidebarLeft #logo h2 {
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	cursor: hand;
	background-position: 0 0;
}

/* =h4 =============================================================== */
#sidebarLeft #nav h4 {
	width: 105px;
	height: 22px;
	text-indent: -9999px;
	cursor: hand;
}

	#sidebarLeft #nav #profile h4 {
		background: url("../images/navProfile.png") no-repeat 0 0;
	}

		#sidebarLeft #nav #profileActive h4 {
			background: url("../images/navProfileActive.png") no-repeat 0 0;
		}

	#sidebarLeft #nav #services h4 {
		background: url("../images/navServices.png") no-repeat 0 0;
	}

		#sidebarLeft #nav #servicesActive h4 {
			background: url("../images/navServicesActive.png") no-repeat 0 0;
		}

	#sidebarLeft #nav #work h4 {
		background: url("../images/navWork.png") no-repeat 0 0;
	}

		#sidebarLeft #nav #workActive h4 {
			background: url("../images/navWorkActive.png") no-repeat 0 0;
		}

	#sidebarLeft #nav #clients h4 {
		background: url("../images/navClients.png") no-repeat 0 0;
	}

		#sidebarLeft #nav #clientsActive h4 {
			background: url("../images/navClientsActive.png") no-repeat 0 0;
		}

	#sidebarLeft #nav #news h4 {
		background: url("../images/navNews.png") no-repeat 0 0;
	}

		#sidebarLeft #nav #newsActive h4 {
			background: url("../images/navNewsActive.png") no-repeat 0 0;
		}
		
	#sidebarLeft #nav #blog h4 {
		background: url("../images/navBlog.png") no-repeat 0 0;
	}

		#sidebarLeft #nav #blogActive h4 {
			background: url("../images/navBlogActive.png") no-repeat 0 0;
		}

	#sidebarLeft #nav #contact h4 {
		background: url("../images/navContact.png") no-repeat 0 0;
	}

		#sidebarLeft #nav #contactActive h4 {
			background: url("../images/navContactActive.png") no-repeat 0 0;
		}

	#sidebarLeft #nav #home h4 {
		background: url("../images/navHome.png") no-repeat 0 0;
	}

		#sidebarLeft #nav #homeActive h4 {
			background: url("../images/navHomeActive.png") no-repeat 0 0;
		}

/* =ul =============================================================== */
#sidebarLeft #nav ul {
	list-style-type: none;
}

/* =li =============================================================== */
#sidebarLeft #nav li {
	width: 105px;
	height: 20px;
	padding: 2px 0px;
	text-indent: -9999px;
}



/* ======================================================================
==mainBody
====================================================================== */

/* =div ============================================================== */
#mainBody #content {
	padding-top: 85px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

	#mainBody #content #news {
		
	}

		#mainBody #content #news #todaysNews {
	width: 300px;
	float: left;
	position: absolute;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 0px;
		}
	
		#mainBody #content #news #yesterdaysNews {
	width: 225px;
	float: left;
	clear: none;
	position: absolute;
	left: 400px;
		}

		#mainBody #content #news #newsItem {
			padding-bottom: 25px;
		}

/* =ul =============================================================== */
#mainBody #content ul {
	list-style-type: none;
}

/* =li =============================================================== */
#mainBody #content li {
	width: 129px;
	height: 24px;
	text-indent: -9999px;
}

#mainBody #content #news li {
	/*width: auto;
	height: auto;*/
	padding-bottom: 15px;
	text-indent: 0px;
}

/* =h3 =============================================================== */
#mainBody #content #homepage h3 {
	margin-bottom: 20px;
	width: 550px;
	height: 200px;
	cursor: hand;
	background-image: url(../images/titleHomeWeOutThinkOutspending.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#mainBody #content #news #todaysNews {
	padding-bottom: 20px;
	width: 600px;
	height: 24px;
}

#mainBody #content #yesterdaysNews h3 {
	padding-bottom: 20px;
	width: 225px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#mainBody #content #process h3 {
	margin-bottom: 20px;
	width: 536px;
	height: 266px;
	background: url("../images/process.jpg") no-repeat 0 0;
	cursor: hand;
}

#mainBody #content #process h3 {
	margin-bottom: 20px;
	width: 536px;
	height: 266px;
	background: url("../images/process.jpg") no-repeat 0 0;
	cursor: hand;
}

#mainBody #content #profile h3 {
	margin-bottom: 20px;
	width: 536px;
	height: 266px;
	cursor: hand;
	background-position: 0 0;
}



#mainBody #content #clients h3 {
	width: 291px;
	height: 24px;
	background: url("../images/titleClientList.png") no-repeat 0 0;
	cursor: hand;
}

/* =h4 =============================================================== */
#mainBody #content #services h4 {
	width: 129px;
	height: 24px;
	cursor: hand;
}
	
	#mainBody #content #services #strategy h4 {
		background: url("../images/titleServicesStrategy.png") no-repeat 0 0;
	}

	#mainBody #content #services #advertising h4 {
		background: url("../images/titleServicesAdvertising.png") no-repeat 0 0;
	}

	#mainBody #content #services #design h4 {
		background: url("../images/titleServicesDesign.png") no-repeat 0 0;
	}

/* space =================================================================== */
#space5 {
	width: 129px;
	height: 3px;
	cursor: hand;
	line-height: 0px;
	color: #FFFFFF;
	font-size: .5px;
}

/* ======================================================================
==sidebarRight
====================================================================== */

/* =div ============================================================== */
#sidebarRight #content {
	padding: 87px 10px 0px 0px;
}

	#sidebarRight #content #homepageNews {
		
	}

		#sidebarRight #content #homepageNews #newsItem {
	padding: 7px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #766855;
		}

#sidebarRight #content #homepageNews #newsItem li{
	padding-left: 30px;
       	list-style-type: none;

		}


/* =a ================================================================ */


/* =h3 =============================================================== */
#sidebarRight #content #homepageNews h3 {
	padding-bottom: 7px;
	font-size: 1em;
	text-indent: 0px;
	cursor: hand;
}

#cutheadline {
	width:200px;
}
