@CHARSET "ISO-8859-1";

/* Carousel */
div#carousel {
	width: 657px;
}

/* Film And Video Captions */
p.caption {
	padding-left: 40px;
	line-height: 40px;
}
p.healthcare {
	background: transparent url(images/ball/healthcare.png) no-repeat center left;
	color: #693;
}
p.corporate {
	background: transparent url(images/ball/portfolio.png) no-repeat center left;
	color: #06c;
}

/* Hosting Packages */
div#packages p.title {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 16px;
}
div#packages p.download {
	height: 20px;
	line-height: 20px;
	margin: 0 0 12px 2px;
}
div#packages p.download a {
	background: url(images/hosting-arrow.gif) center right no-repeat;
	line-height: 20px;
	padding: 0 14px 0 5px;
	color: white;
	font-size: 11px;
	display: block;
}
div#packages div.image_holder {
	height: 80px;
	float: none;
}
div#packages div.column {
	width: 108px;
	margin-right: 14px;
}
div#packages div.column:last-child {
	margin-right: 0 !important;
}

/* Portfolio Navigation Widget */
div#portfolioMenu {
	width: 219px;
}
div#portfolioMenu a.chooser {
	display: block;
	width: 100px;
	font-size: 1.5em;
	margin-top: -120px;
	height: 30px;
	padding-top: 120px;
	padding-left: 8px;
	z-index: 9;
}

/* Portfolio */
div#portfolio {
}
div#portfolio a {
	display: block;
	float: left;
	width: 156px;
	margin-right: 35px;
	margin-bottom: 0px;
	height: 120px;
}
div#portfolio a.end {
	margin-right: 0;
}
div#portfolio a img {
	margin-bottom: 0px;
}
div#portfolio a p.name {
	height: 30px;
	padding: 0 0 0 30px;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 10px;
}
div#portfolio a p.client {
	vertical-align: middle;
	padding: 0 0 0 30px;
}
/* Portfolio Leaves */
div#portfolioLeaf {
	padding: 5px 5px 0;
}
div#portfolioLeaf ul#selector {
	height: 26px;
}
div#portfolioLeaf ul#selector li.title {
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 10px;
	font-size: 12px;
}
div#folio {
	padding: 0 5px;
}
ul#selector {
}	
ul#selector li {
	float: left;
}

div#leafs {
	height: 30px;
	margin-top: 20px;
}
div#leafs ul {
	height: 22px;
}
div#leafs ul li {
	float: left;
	padding-top: 8px;
}
div#leafs ul li a {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	display: block;
	color: #333;
	font-size: 1.2em;
	padding: 0 8px;
	height: 20px;
	line-height: 20px;
}

div#leafs ul li a.end {
	border-right: 1px solid #666;
}
div#leafs ul li.active a {
	background: #eee;
}

div#nav {
	width: 960px;
	padding: 0 120px;
	position: absolute;
	bottom: 0;
	height: 71px;
}
div#nav .nav {
	cursor: pointer;
	float: left;
}

div#otherProjects {
	width: 693px;
	margin: 0 5px 0;
	float: left;
	position: relative;
	overflow: hidden;
}
	
div#otherProjects ul {
	height: 50px;
	position: relative;
	left:0;
	width: 9999px;
}
div#otherProjects ul li {
	margin-right: 7px;
	float: left;
}
img.activeProject {
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	border-left: 2px solid #666;
}

div#rollover {
	display: block;
	clear:both;
	text-align:center;
	position: absolute;
	bottom: 6px;
	width: 940px;
}
div#rollover span {
	padding: 0 5px;
}
div#box {
	padding: 30px 0 0 5px;
	width: 185px;
	float: left;
}

/* PDF Download block */
a.pdf {
	display: block;
	height: 64px;
}
a.pdf img {
	float: left
}
a.pdf p {
	margin-top: 6px;
	font-size: 10px !important;
}
a.pdf span {
	color: #333 !important;
}

/* Contact Widget */
#contactWidget {
	width: 219px;
	margin-top: 10px;
}

#contactWidget h4 {
	font-family: "Arial", sans-serif;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	background: #f09;
	color: white;
	padding-left: 6px;
	margin-bottom: 3px;
}

#contactWidget ul li {
	height: 12px;
	border-bottom: 2px solid #f09;
	line-height: 12px;
	margin-bottom: 0 !important;
	padding: 5px 0 6px 0px;
}

#contactWidget ul li.link {
	padding: 5px 0 6px 24px;
	background: transparent url(images/readmore/contact.png) no-repeat center left;
	cursor: pointer;
}	

#contactWidget ul li span.phoneNumber {
	float: right;
	color: #f09;
}


/* Email Popup */

div.popup {
	position:fixed;
	top: 25%;
	right: 50%;
	width: 690px;
	background: transparent url(/images/contact/popup-bg.png) no-repeat bottom right;
	margin-right: -360px;
	overflow:hidden;
	z-index:999;
	display:none;
}
* html div.popup {
	position:absolute;
}
div.popup .header {
	background: #ec008c url(/images/contact/contact-bg.png) top left repeat;
	float:none !important;
	height: 30px;
}	
div.popup h5 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 35px;
	margin-bottom:0;
	float: left;
}

div.popup .innerContent {
	height: 0px;
	overflow: hidden;
	background: white;
	float: none !important;
	clear:left;
}

div.popup .form {
	display: none;
}

div.popup .bottom {
	background: #ec008c url(/images/contact/contact-bg.png) top left repeat;
	height: 5px;
	width: 100%;
}

div.popup form fieldset {
	float: left;
	*display:inline;
	margin-left: 40px;
	width: 186px;
	height: 260px;
}

div.popup form label,
div.popup form input,
div.popup form textarea {
	display: block;
	float: none;
	font-family: "Verdana", Arial, sans-serif;
}

div.popup form label {
	font-size: 10px;
	color: #333;
	margin-bottom: 3px;
}

div.popup form input.text,
div.popup form textarea
{
	border: 1px solid black;
	width: 180px;
	text-size: 8px !important;
	padding: 3px;
	margin-bottom: 6px;
}

div.popup form input.text {
	height: 16px;
}

div.popup form textarea {
	height: 95px;
}

div.popup form input.image {
	margin-top: 16px;
}

div.popup div#envelopes {
	float:none;
}

/* Maps */
#maps {
}
#maps span {
	display: block;
	float: left;
	margin-right: 1px;
	background: #f09 url(images/map-arrow.gif) no-repeat top right;
	color: white;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	padding: 0 22px 0 6px;
	z-index: 999;
}
#maps #holder {
	position: relative;
	height: 226px;
	overflow: hidden;
	float: none;
	clear: left;
}
#maps #holder div {
	position: absolute;
	top: 0;
	left: 0;
}

/* Pager */

#pager {
	text-align: right;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: white;
	background: #0099ff;
	margin-bottom: 20px;
}

#pager #container span {
	display: block;
	float: left;

}

#pager span.number a {
	display: block;
	color: #333;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	background: white;
	line-height: 18px;
	height: 18px;
	width: 20px;
	text-align: center;
}
#pager div#numbers span:last-child a {
	border-right: 1px solid #666;
}

/* Portfolio Widget */
div#portfolioWidget {
	height: 20px;
	line-height: 20px;
	width: 735px;
	padding-top: 30px;
}

div#portfolioWidget h4 {
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding: 0 20px 0 6px;
	color: white;
	background: #f09;
	line-height: 20px;
	height: 20px;
	margin:0;
	border-right: 5px solid white;
	width: 75px;
}
div#portfolioWidget div ul{
	float: right;
	margin: 0;
}

div#portfolioWidget div ul li {
	float: left;
}

div#portfolioWidget div#border {
	border-top: 1px solid #f09;
	border-bottom: 1px solid #f09;
	width: 629px;
	float: left;
	height: 18px;
}

div#portfolioWidget div ul li {
	height: 18px;
	line-height: 18px;
	margin: 0;
}

div#portfolioWidget div ul li.link {
	margin: 0 98px;
	padding: 0 22px 0 0;
	background: transparent url(images/readmore/contact.png) no-repeat center right;
	cursor: pointer;
}

div#portfolioWidget div ul li.end {
	float: left;
	margin: 0 4px 0 24px !important;
}

div#portfolioWidget div ul li span.phoneNumber {
	color: #f09;
	padding-left: 12px;
}
