@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin:0px auto;
	font-family:Helvetica, Arial,sans-serif;
	font-size:12px;
	padding-bottom:0px;
	background-color:#333;
}

#bodybg {
	background-image:url(images/top_background.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0px auto;
	padding:0px;
	width:100%;
}

:focus {
	outline:none;
}

#container {
	width:898px;
	margin:0px auto;
	background-image:url(images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:10px;
	min-height: 632px;
	height: auto !important;
	height: 100%;
	overflow:hidden;
}

#header #logo {
	margin-top:22px;
	margin-left:11px;
	border:none !important;
}

#footer {
	margin:0px auto;
	clear:both;
	margin-bottom:0px;
	font-size:10px;
	text-align:center;
	background-color:#333;
	padding:20px;
	color:#999;
	bottom:0px;
	left:0px;
	position:relative;
	right:0px;
	overflow:hidden;
	height:100%;
	display:block;
}

#footer a, #footer a, #footer a:visited {
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	color:#CCC;
	text-decoration:none;
}

#nav {
	padding:10px;
	padding-top:46px;
	border-bottom:1px solid #CCC;
}

#nav ul {
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}

#nav li {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

#nav em {
	font-style: normal;
	font-weight: normal;
	border-bottom:1px solid #CCC;
}

#nav a {
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
	margin:5px;
	padding:10px;
}

#nav a:hover, #nav .current {
	color:#000;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding-left:9px;
	padding-right:9px;
	border-bottom:1px solid #FFF;
}

#content {
	padding:20px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-color:#FFF;
	min-height:300px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	margin-top:5px;
}

.button a {
	display:block;
	background-color:#10a8c7;
	color:#FFF;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
	margin:15px auto;
	width:300px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
}

.button a:hover {
	background-color:#0F9BB7;
}

.button_small a {
	display:block;
	background-color:#10a8c7;
	color:#FFF;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
	margin:15px auto;
	width:100px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
}

.button_small a:hover {
	background-color:#0F9BB7;
}


.threewide {
	 border-top:1px solid #E3E3E3;
	 margin:auto;
	 margin-top:30px;
	 padding-bottom:20px;
	 clear:both;
}

.threewide .mini-wide {
	width:265px;
	padding:10px;
	float:left;
	text-align:justify;
}

.threewide h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
}

/* Feedback */

.feedback_bubble {
	display:block;
	background-color:#d5dfe1;
	color:#000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
	padding-left:15px;
	margin:15px auto;
	width:800px;
	text-align:justify;
	font-size:14px;
}

small {
	font-size:12px;
	color:#666;
	text-align:right;
	display:block;
	margin-right:20px;
}


/* Homepage slideshow */

#slideshow {
    position:relative;
    height:200px;
	width:280px;
	margin-bottom:15px;
	padding:1px;
}

#slideshow img {
    position:absolute;
    z-index:8;
	border:1px solid #CCC;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

#slideshow a span {
	display:none;
}

#slideshow a:hover span {
	display:block;
	background-color:#000;
	width:267px;
	padding:7px;
	color:#FFF;
	text-align:right;
	position:absolute;
	margin-top:170px;
	float:right;
	z-index:200;
	opacity:0.7;
}

/* Services / Packages */

#services_table {
	border-collapse:collapse;
}

#services_table tr {
	border:1px solid #CCC;
}

#services_table td {
	padding:10px;
}

#services_table tr {
	color:#4B4B4B;
}

#services_table tr:hover {
	color:#000;
}

#services_table h2 {
	text-align:center;
}

/* Contact */

.contact_error {
	border:1px solid #FF666A;
	background-color:#FFCECF;
	margin:10px;
	padding-right:10px;
	margin-bottom:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.contact_error h2 {
	color:#FF666A;
	margin:0px;
	padding:0px;
	padding-left:5px;
}

.contact_error ul li, .contact_sucess ul li {
	list-style:square;
}

.contact_sucess {
	border:1px solid #7DFF77;
	background-color:#CCFFD5;
	margin:20px;
	margin:10px;
	margin-bottom:20px;
}

.contact_sucess h2 {
	color:#390;
	margin:0px;
	padding:0px;
	padding-left:5px;
}

input, select, textarea {
	width:250px;
	margin:10px;
	padding:4px;
	background-color:#F0F0F0;
	border:1px dashed #999;
}

textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

select {
	width:260px;
}

input:hover, input:focus, input:active, select:hover, select:focus, select:active, textarea:hover, texarea:focus, texarea:active {
	background-color:#EAEAEA;
}

.sendbutton input {
	width:100px;
	height:40px;
	margin-right:45px;
	display:block;
	background-color:#10a8c7;
	color:#FFF;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
	margin:15px auto;
	width:300px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	border:none;
}

.sendbutton input:hover {
	background-color:#0F9BB7;
}

label {
	width:60px;
	display:block;
	float:left;
	text-align:right;
	margin:10px;
	padding:4px;
	margin-right:5px;
}

/* Collab Specific */

td {
	padding: 6px;
}

table {
	border-collapse:collapse;
}

h3 {
	margin-bottom:5px;
}

/* Gallery */

.gallery {
	text-align:center;
	margin:0px auto;
}

.gallery a img {
	border:1px solid #999;
	margin:4px;
	padding:4px;
}

.gallery a:hover img {
	border:1px solid #333;
}

.gallery a {
	border:none;
	text-decoration:none;
}

.preview a img {
	border:1px dotted #666;
	padding:5px;
}

.preview span {
	display:none;
}

.preview a:hover span {
	display:block;
	background-color:#000;
	width:399px;
	padding:7px;
	color:#FFF;
	text-align:right;
	position:absolute;
	margin-top:230px;
	float:right;
	z-index:200;
	opacity:0.7;
}

.browse img {
	border:none !important;
	margin:3px;
	opacity:0.8;
}

.browse:hover img {
	opacity:1;
}

.prev {
	float:left;
	margin-top:100px;
	margin-right:5px;
	clear:both;
}

.next {
	float:right;
	margin-top:100px;
	clear:both;
	position:absolute;
	top:300px;
	margin-left:830px;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width:810px;
	height:300px;

}

.scrollable .items {
	width:20000em;
	clear:both;
	position:absolute;
	margin-right:15px;
}

.scrollable .page {
	width:810px;
	float:left;
}

.items div {
	width:800px;
}

.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
