/* ------------- sidebar */
#sidebar {
	position : relative;
	width : 384px;
	float:right;
	margin: 37px 20px 10px 0px;
}

/* ------------- quicklinks */
#quicklinks {
	position : relative;
	width : 384px;
	height : 100px;
	margin-top:3px;
	background : url(../images/siteimages/quick_links_bkg.png) no-repeat;
}
#quicklinksnav {
	position : relative;
	float:right;
	margin-top: 35px;
	width:295px;
}
#quicklinksnav ul {
	display:inline;
	list-style-type: none;
}
#quicklinksnav li {
	float:left;
}
#quicklinksnav a{
	height: 29px;
	width: 295px;
	display: block;
}
#quicklinksnav #upload a{ 
	background: transparent url(../images/siteimages/quicklinks/upload.png) no-repeat; 
	overflow: hidden; 
	width: 122px;
	text-indent : -9999px;
}
#quicklinksnav #pay a{ 
	background: transparent url(../images/siteimages/quicklinks/pay.png) no-repeat; 
	overflow: hidden; 
	width: 112px;
	text-indent : -9999px;
}
#quicklinksnav #facebook a{ 
	background: transparent url(../images/siteimages/quicklinks/facebook.png) no-repeat; 
	overflow: hidden; 
	width: 33px;
	text-indent : -9999px;
}
#quicklinksnav #twitter a{ 
	background: transparent url(../images/siteimages/quicklinks/twitter.png) no-repeat; 
	overflow: hidden; 
	width: 28px;
	text-indent : -9999px;
}
#quicklinksnav #upload a:hover {
	background-position: 0% -29px;
}
#quicklinksnav #pay a:hover {
	background-position: 0% -29px;
}
#quicklinksnav #facebook a:hover {
	background-position: 0% -29px;
}
#quicklinksnav #twitter a:hover {
	background-position: 0% -29px;
}
#quicklinksnav2 {
	position : relative;
	float:right;
	margin-top: 3px;
	width:295px;
}
#quicklinksnav2 ul {
	display:inline;
	list-style-type: none;
}
#quicklinksnav2 li {
	float:right;
}
#quicklinksnav2 a{
	height: 29px;
	width: 295px;
	display: block;
}
#quicklinksnav2 #emailmarketing a{ 
	background: transparent url(../images/siteimages/quicklinks/email_marketing.png) no-repeat; 
	overflow: hidden; 
	width: 231px;
	text-indent : -9999px;
}
#quicklinksnav2 #emailmarketing a:hover {
	background-position: 0% -29px;
}

/* ------------- featuredproject */
#featuredproject {
	position : relative;
	width : 384px;
	margin-top: 3px;
	text-align:center;
	background : url(../images/siteimages/featured_project_bkg.png) no-repeat;
}
#project {
	position : relative;
	width : 382px;
	top:40px;
	text-align:right;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #8b5e3c;
}
#project a:link { 
	color : #aa7349;
	font-weight: bold;
	text-decoration : none;
}
#project a:visited { 
	color : #aa7349;
	font-weight: bold;
	text-decoration : none;
}
#project a:hover { 
	color : #3c2415;
	font-weight: bold;
	text-decoration : none;
}
#project .image {
	border: 1px solid #3c2415;
	margin-bottom:5px;
}

/* ------------- main */
#main {
	position : relative;
	width : 495px;
	margin: 0px 0px 10px 20px;
	float:left;
}
