@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 {
	display: block;
	width: 100px;
	font-size: 1.5em;
	margin-top: -120px;
	height: 30px;
	padding-top: 120px;
	padding-left: 8px;
}

/* Portfolio */
div#portfolio {
}
div#portfolio a {
	display: block;
	float: left;
	width: 156px;
	margin-right: 35px;
	margin-bottom: 29px;
	height: 113px;
}
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: 10px;
}
div#portfolioLeaf ul#selector {
	height: 26px;
}
ul#selector {
	margin-bottom: 1em;
}	
ul#selector li {
	float: left;
}

div#leafs {
	height: 30px;
}
div#leafs ul {
	padding-left: 30px;
	height: 22px;
	
}
div#leafs ul li {
	float: left;
	padding-bottom: 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.name {
	border-left: 1px solid #666;
	line-height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	padding: 1px 8px;
}

div#leafs ul li.desc {
	line-height: 20px;
	font-size: 1.2em;
	height: 20px;
	padding: 1px 0;
}
div#leafs ul li.end {
	font-size: 1.2em;
	float: right;
	width: 156px;
}

div#leafs ul li:last-child a {
}
div#leafs ul li.active a {
	background: #eee;
}
div#otherProjects {
	clear: both;
	width: 830px;
	margin: 0 20px;
	position: absolute;
	overflow: hidden;
	float: left;
	
}
div#otherProjects ul {
	height: 71px;
	width: 9999px;
	position: relative;
}
div#otherProjects ul li {
	margin-right: 14px;
	display: inline;
}
div#portfolioLeaf .nav {
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	margin: 0;
	width: 14px;
	
}
div#portfolioLeaf #left {
	float: left;
}
div#portfolioLeaf #right {
	float: right;
}

/* PDF Download block */
.pdf {
}
div.pdf img {
	float: left
}
div.pdf p {
	margin-top: 6px;
	font-size: 0.95em;
}

/* 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 top right;
	margin-right: -360px;
	overflow:hidden;
	z-index:999;
	display:none;
}

div.popup h5 {
	background: #ec008c url(/images/contact/contact-bg.png) top left repeat;
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 35px;
	margin-bottom:0;
}

div.popup #innerContent {
	height: 0px;
	overflow: hidden;
	background: white;
	float: none;
}

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;
	margin-left: 40px;
}

div.popup form label,
div.popup form input,
div.popup form textarea {
	display: block;
	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: 10px;
	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;
}

/* 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 img {
	position: absolute;
	top: -226px;
	left: 0;
}

/* Pager */

#pager {
	text-align: right;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: white;
	background: #0099ff;
}

#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;
}