/* CSS Document */

/********** General styles and resets **********/
html, body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #a7a798;
	line-height: 1em;
}

div {
	margin: 0;
	padding: 0;
}

a {
	color: #8f8e7b;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0.75em 0 0 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
}

h2 {
	margin: 0.75em 0 0 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
}

h3, h4, h5, h6 {
	margin: 0.75em 0 0 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1em;
	font-family: Tahoma, Geneva, sans-serif;
}

p {
	margin: 0.75em 0 0 0;
	padding: 0;
	line-height: 1.2em;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.2em;
}

hr {
	width: 100%;
	height: 0px;
	margin: 1em 0 0 0;
	padding: 0;
	overflow: hidden;
	background: #cccccc;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

label {
	font-weight: bold;
	color: #8f8e7b;
}

input, textarea, select {
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	border-color: #b9b9ad;
	border-style: solid;
	border-width: 1px;
	color: #8f8e7b;
}

input:focus, 
textarea:focus, 
select:focus {
	border-color: #8f8e7b;
	border-style: solid;
	border-width: 1px;
	background: #ededea;
}

.button {
	width: auto;
	padding: 4px 10px;
	background: #b9b9ad;
	color: #ffffff;
	font-weight: bold;
	border-color: #b9b9ad;
	border-style: solid;
	border-width: 1px;
	font-family: Tahoma, Geneva, sans-serif;
	cursor: pointer;
}

.button:hover {
	background: #8f8e7b;
	border-color: #8f8e7b;
}

/********** IE6 warning box **********/

#ie6-warning {
	display: none;
	clear: both;
	background: #cc0000;
	color: #ffffff;
	overflow: hidden;
}
* html #ie6-warning {
	display: block;
}

#ie6-warning p {
	margin: 0;
	padding: 10px;
}

#ie6-warning a {
	color: #ffffff;
	text-decoration: underline;
}

#ie6-warning a:hover {
	text-decoration: none;
}

/********** Content lists **********/

.col1 ul, .col1 ol,
.col2 ul, .col2 ol,
.col3 ul, .col3 ol,
.col4 ul, .col4 ol,
.row1 ul, .row1 ol {
	padding: 1em 0 0 1.5em;
}

/********** Document container **********/

.content-container {
	clear: both;
	width: 100%;
	overflow: hidden;
	font-size: 1em;
}

/********** Header **********/

.top {
	overflow: hidden;
	width: 960px;
	margin: 60px auto 0 auto;
	padding: 0 0 20px 0;
	border-color: #b9b9ad;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
}

.header {
	width: 165px;
	margin: 0 35px 0 0;
}

.header .logo {
	float: left;
	width: 165px;
	height: 27px;
	text-indent: -9000px;
	background: url('../images/header/logo.gif') no-repeat top left;
}

.header .logo a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

/********** Main menu **********/

.main-menu {
	float: right;
	font-size: 1.3em;
	line-height: 1em;
}

.main-menu li {
	float: left;
	margin: 0.25em 0 0 20px;
}

.main-menu li.first {
}

.main-menu li a {
	color: #a7a798;
	text-decoration: none;
}

.main-menu li a:hover {
	color: #6f6959;
}

.main-menu li.selected a {
	color: #6f6959;
}

/********** Page peeler **********/

.peeler {
	position: absolute;
	top: 0;
	right: 0;
}

.page-peel {
	position: relative;
}

.page-peel img {
	width: 64px;
	height: 70px;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
}

.page-peel .msg-block {
	width: 64px;
	height: 64px;
	position: absolute;
	z-index: 50;
	right: 0;
	top: 0;
	background: #000000 url('../images/page-peel/digital.gif') no-repeat right top;
	text-indent: -9000px;
}

/********** Main content container **********/

.content {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	font-size: 1.25em;
}

.content ul,
.content ol {
	margin: 0;
}

.content ul li,
.content ol li {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: square;
}

.content ol li {
	list-style: decimal;
}


/*********** Full width content **********/

.layout1 {
	width: 960px;
}

.layout1 .col1 {
	
}

/********** 2 columns narrow/wide **********/

.layout3 {
	width: 960px;
}

.layout3 .col1 {
	display: inline;
	float: left;
	width: 225px;
	margin: 0 20px 0 0;
}

.layout3 .col2 {
	display: inline;
	float: left;
	width: 715px;
}



/********** 2 equal columns with header block **********/

.layout10 {
	width: 960px;
}

.layout10 .row1 {
	display: inline;
	float: left;
	width: 960px;
}

.layout10 .col1 {
	display: inline;
	float: left;
	width: 459px;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
	border-color: #b9b9ad;
	border-style: solid;
	border-width: 0 1px 0 0;
}

.layout10 .col2 {
	display: inline;
	float: left;
	width: 460px;
	margin: 20px 0 0 20px;
}

/********** Footer **********/

.footer {
	clear: both;
	width: 960px;
	margin: 40px auto 50px auto;
	overflow: hidden;
	border-color: #b9b9ad;
	border-style: solid;
	border-width: 1px 0 0 0;
	font-family: Tahoma, Geneva, sans-serif;
}

.footer .contact {
	display: inline;
	float: left;
	margin: 10px 20px 0 0;
}

.footer .contact li {
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	border-left: #a7a798 1px solid;
}

.footer .contact li.first {
	clear: both;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
}

.footer .newsletter {
	float: right;
	width: 460px;
}

.footer .newsletter h2 {
	margin: 20px 0 0 0;
}

.footer .newsletter p {
	float: left;
	width: 180px;
	margin: 10px 10px 0 0;
}

.footer .newsletter input {
	width: 165px;
}

.footer .newsletter .submit {
	width: 80px;
	margin: 30px 0 0 0;
}

.footer .newsletter .submit .button {
	width: 80px;
}

.footer .newsletter .message {
	clear: both;
	width: 420px;
	background: none;
	padding: 0;
	color: #ff0000;
}

/********** Gallery **********/

.gallery-list {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.gallery-list .main-image {
	float: left;
	width: 400px;
	height: 300px;
	margin: 20px 0 0 0;
	overflow: hidden;
	text-align: center;
}

.gallery-list ul {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
}

.gallery-list ul li {
	position: relative;
	float: left;
	width: 150px;
	height: 115px;
	margin: 20px 0 0 20px;
	padding: 0;
	list-style: none;
}

.gallery-list ul li .image {
	width: 150px;
	height: 115px;
}

.gallery-list ul li:hover .caption {
	display: block;
}

.gallery-list ul li .caption {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	padding: 5px 10px;
	overflow: hidden;
	background: #ffffff;
	font-weight: bold;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

/********** JQuery slideshow **********/

.slideshow {
	position: relative;
	clear: both;
	width: 100%;
	height: 300px;
	margin: 1em 0 0 0;
	overflow: hidden;
}

.slideshow .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slideshow .wrapper ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #efefef;
}

.slideshow ul li {
	position: relative;
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
}

.slideshow ul li .image {
	width: 100%;
	height: 100%;
}

.slideshow ul li .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: transparent url('/templates/default/images/slideshow/caption-bg.png') repeat top left;
	color: #ffffff;
	font-size: 1.5em;
}

.slideshow ul li .caption a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
}

.slideshow .arrow  { 
	display: block;
	position: absolute;
	bottom: 20px;
	width: 11px;
	height: 23px;
	margin: -30px 0 0 0;
	background: transparent url('/templates/default/images/slideshow/arrows.png') no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

.slideshow .back { 
	background-position: 0 0; 
	right: 41px;
}

.slideshow .back:hover { 
	background-position: 0 -23px;
}

.slideshow .forward {
	background-position: -11px 0; 
	right: 20px;
}

.slideshow .forward:hover {
	background-position: -11px -23px;
}

#thumbNav {
	position: relative;
	top: 0;
	left: 50px;
}

#thumbNav a { 
	float: left;
	display: block;
	width: 15px;
	height: 20px;
	padding: 0 5px 5px 5px;
	margin: 0 5px 0 0;
	background: #ffffff;
	text-align: center;
	color: #666666;
	font-size: 0.8em;
}

#thumbNav a:hover { 
	background: #cccccc;
}

#thumbNav a.cur { 
	color: #ffffff;
	background: #666666;
}

#start-stop { 
	position: absolute;
	left: 20px;
	top: 0;
	width: 15px;
	height: 15px;
	background: #ffffff url('/templates/default/images/slideshow/play-button.gif') no-repeat top left;
	color: #ffffff;
	padding: 5px;
	text-indent: -9000px;
}

#start-stop.playing { 
	background: #ffffff url('/templates/default/images/slideshow/pause-button.gif') no-repeat top left;
}

#start-stop:hover { 
	
}

.slideshow .wrapper ul ul { 
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.slideshow .wrapper ul ul li { 
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/********** Page menus **********/

ul.page-menu {
	list-style: none;
	margin: 2.25em 0 0 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
}

ul.page-menu li {
	list-style: none;
	margin: 0.5em 0 0 0;
	padding: 0;
}

ul.page-menu li.title {
}

ul.page-menu li a {
	text-decoration: none;
	color: #a7a798;
}

ul.page-menu li a:hover {
	color: #6f6959;
}

ul.page-menu li.selected a {
	color: #6f6959;
}

/********** Blog **********/

.blog-menu {
	float: left;
	width: 420px;
	margin: 1em 20px 0 0;
	padding: 0 20px 0 20px;
	background: #333333;
	color: #ffffff;
}

.related-posts {
	width: 260px;
}

.blog-menu ul {
	margin: 0;
	padding: 0;
}

.blog-menu ul li {
	padding: 10px 0;
	list-style: none;
	position: relative;
}

.blog-menu ul li a {
	color: #ffffff;
}

.blog-menu ul li a:hover {
	color: #cc0000;
}

.blog-menu .title {
	font-size: 1.4em;
}

.blog-menu ul li:hover ul {
	display: block;
}

.blog-menu ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	width: 420px;
	padding: 0 20px;
	background: #333333;
}

.blog-post-item {
	clear: both;
	width: 100%;
	padding: 0 0 20px 0;
	overflow: hidden;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.blog-post-item h2,
.blog-post-item h3 {
	font-size: 1.4em;
}

.blog-post-item p.image {
	float: left;
	width: 200px;
	margin: 1.25em 20px 20px 0;
}

.blog-post-reply {
	position: relative;
	margin: 1em 0 0 0;
	padding: 0 0 1em 20px;
	overflow: hidden;
	background: #f7f7f7;
}

.blog-post-reply .date {
	float: right;
	width: 120px;
	margin: 1em 0 0 0;
	padding: 10px;
	color: #ffffff;
	background: #cc0000;
	font-size: 0.8em;
}

.blog-post-reply img {
	float: left;
	width: 50px;
	margin: 1.5em 0 0 0;
	border-color: #dddddd;
	border-style: solid;
	border-width: 10px;
}

.blog-post-reply h3 {
	float: right;
	width: 360px;
}

.blog-post-reply p {
	float: right;
	width: 480px;
	margin: 1em 20px 0 0;
}

.blog-post-reply-form {
	position: relative;
	margin: 1em 0 0 0;
	padding: 0 20px 20px 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}

.blog-post-reply-form textarea {
	width: 95%;
	height: 6em;
}

/********** Media **********/

.media-player-container {
	margin: 1em 0 0 0;
	overflow: hidden;
}

.media-player-container .media-player {
	float: left;
	background: #000000;
}

.media-player-container .media-link {
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
}

.media-player-container .media-link a {
	color: #ffffff;
}

.media-player-container .media-link a:hover {
	
}

.media-player-main {
	width: 438px;
	height: 330px;
	margin: 1em 0 0 0;
	background: #000000;
}

.media-group-selection {
}

.media-thumb {
	float: left;
	width: 120px;
	height: 11.5em;
	margin: 20px 20px 0 0;
	overflow: hidden;
	background: #333333;
}

.media-thumb .thumb {
	float: left;
	width: 120px;
}

.media-thumb p {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0 10px 10px 10px;
}

.media-thumb a {
	color: #ffffff;
}

.media-thumb a:hover {
	color: #cc0000;
}

/********** Email form **********/

.email-form {
}

.email-form p.required {
	display: none;
}

.email-form .form-row {
	clear: both;
	margin: 1em 0 0 0;
	overflow: hidden;
	font-weight: bold;
}

.email-form .form-row label {
	float: left;
	width: 100%;
	font-weight: bold;
}

.email-form .form-row input,
.email-form .form-row textarea,
.email-form .form-row select {
	float: left;
	width: 90%;
	margin: 0.5em 0 0 0;
}

.email-form .form-row .checkbox,
.email-form .form-row .radio {
	width: auto;
}

.email-form .form-row .options {
}

.email-form .form-row .options input {
	clear: both;
	float: left;
}

.email-form .form-row .options label {
	float: left;
	width: auto;
	margin: 0.5em 0 0 0.5em;
}

.email-form .form-row .button {
	width: auto;
}

.form-message-success {
	padding: 10px;
	background: #cc0000;
	color: #ffffff;
}

.form-message-error {
	padding: 10px;
	background: #cc0000;
	color: #ffffff;
}

/********** Newsletter Form **********/

.newsletter-subscribe {
	margin: 1em 0 0 0;
	padding: 0 20px 20px 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
}

.newsletter-subscribe .form-row {
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
}

.newsletter-subscribe .form-row label {
	float: left;
	width: 100%;
	font-weight: bold;
}

.newsletter-subscribe .form-row input {
	float: left;
}

/********** Twitter Feed **********/

.latest-tweets {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.latest-tweets h2 {
	float: left;
	width: 350px;
}

.latest-tweets ul {
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.latest-tweets ul li {
	margin: 0.25em 0 0 0;
	padding: 0;
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #333333;
}

.latest-tweets .said-by {
	font-family: "Times New Roman", Times, serif;
	color: #a7a798;
}

.latest-tweets .link {
	float: right;
	width: 65px;
	height: 95px;
	padding: 0 10px 10px 10px;
	margin: 1em 0 0 0;
	background: url('../images/twitter/twitter-bird.gif') no-repeat top left;
	font-size: 0.85em;
}

.latest-tweets .link a {
	display: block;
	height: 100%;
	text-align: center;
}

/********** Google Map **********/

.google-map {
	margin: 1em 0 0 0;
}

.google-map p {
	float: left;
	width: 100%;
	margin: 0.5em 0 0 0;
}

.google-map label, input {
	float: left;
	width: 95%;
}

.google_map .directions {
	overflow: hidden;
}

/********** Custom styles **********/

.link-button {
	
}

.link-button a {
	
}

.link-button a:hover {
	
}

.image-left {
	float: left;
	margin: 0 10px 10px 0;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

/********** User form **********/

.user-form {
}

.user-form div {
	float: left;
	width: 440px;
	margin: 1em 0 0 0;
}

.user-form div div {
	float: left;
	width: 200px;
	margin: 0.5em 20px 0 0;
}

.user-form div div label {
	clear: both;
	width: 100%;
	font-weight: bold;
}

.user-form div div input,
.user-form div div textarea,
.user-form div div select {
	clear: both;
	width: 100%;
}

.user-form div div .radio,
.user-form div div .checkbox {
	width: auto;
}

.user-form .address .address textarea {
	height: 4.6em;
}

.user-form .address .country {
	clear: both;
}

.user-form .personal .title {
	width: 60px;
}

.user-form .personal .firstname {
	width: 120px;
}

.user-form .additional .comments {
	width: 420px;
}

.user-form .additional .newsletter {
	width: 420px;
}

.user-form .additional .how-hear {
	width: 420px;
}

.user-form .avatar .current {
	width: 140px;
}

.user-form .avatar .new {
	width: 260px;
}

.user-form p.required {
	display: none;
}

.user-form .message {
	width: 420px;
}

.user-form .newsletter input {
	clear: none;
	float: left;
	width: auto;
}

.user-form .newsletter label {
	clear: none;
	float: left;
	width: 390px;
	margin: 0 0 0 10px;
}

/********** Login **********/

.login-form {
	clear: both;
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: 0 20px 20px 20px;
	background: #444444;
	color: #ffffff;
}

.login-form .message {
	padding: 10px;
	background: #ffffff;
	color: #cc0000;
}

.login-form a {
	color: #ffffff;
}

.login-form a:hover {
	color: #cc0000;
}

/********** Messages **********/

.message {
	margin: 1em 0 0 0;
	padding: 10px;
	background: #cc0000;
	color: #ffffff;
	overflow: hidden;
}

/********** Search **********/

.search-highlight {
	padding: 2px 5px;
	font-style: italic;
	background: #cccccc;
	color: #666666;
}

/********** Pagination **********/

ul.pagination {
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul.pagination li {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px 6px;
	border-color: #cc0000;
	border-style: solid;
	border-width: 1px;
	list-style: none;
}

ul.pagination li.title,
ul.pagination li.prev,
ul.pagination li.next {
	border: none;
	padding: 1px 0;
}

ul.pagination li.selected {
	border-color: #999999;
	color: #999999;
}

/********** Portfolio **********/

.col1 .portfolio {
	margin: 1em 0 0 0;
	padding: 0;
}

.col1 .portfolio li {
	float: left;
	width: 224px;
	margin: 0;
	padding: 40px 10px 10px 10px;
	border-color: #b9b9ad;
	border-style: solid;
	border-width: 0 1px 0 0;
	list-style: none;
}

.col1 .portfolio li.row-first {
	padding-top: 0;
}

.col1 .portfolio li.col-first {
	clear: both;
	padding-left: 0;
}

.col1 .portfolio li.col-last {
	padding-right: 0;
	border: none;
}

.col1 .portfolio li h2 {
	color: #000000;
}

.col1 .portfolio li .image {
	width: 224px;
	height: 180px;
	margin: 0;
}

.col1 .portfolio li .intro {
	height: 5.5em;
}

.think {
	float: left;
	width: 225px;
	margin: 0 20px 0 0;
}

.create {
	float: left;
	width: 470px;
	margin: 0 20px 0 0;
}

.create .main-image {
}

.create .image-list {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.create .image-list li {
	float: left;
	margin: 0 0 0 13px;
	padding: 0;
	list-style: none;
}

.create .image-list li.first {
	margin: 0;
}

.deliver {
	float: left;
	width: 225px;
}

.think h2,
.create h2,
.deliver h2 {
	margin: 0.25em 0 0 0;
	font-size: 2.25em;
	color: #D1D2C8;
}

.links {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.view-more {
	float: left;
	margin: 1em 40px 0 0;
}

.back {
	float: right;
	margin: 1em 0 0 0;
}

/********** Clients **********/

.col1 .clients {
	margin: 0;
	padding: 0;
	list-style: none;
}

.col1 .clients li {
	position: relative;
	float: left;
	width: 225px;
	height: 140px;
	margin: 20px 10px 0 10px;
	padding: 0;
	list-style: none;
	background: #a7a798;
}

.col1 .clients li.row-first {
}

.col1 .clients li.col-first {
	clear: both;
	margin-left: 0;
}

.col1 .clients li.col-last {
	margin-right: 0;
	border: none;
}

.col1 .clients li a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/********** Custom styles **********/

h1.intro {
	margin: 0.65em 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.1em;
}

.contact-info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
}

.red-rocket {
	font-weight: bold;
	color: #000000;
}
