@charset "UTF-8";

/*-----------------------------------------------------------------------------

[Stylesheet]

Project:			Artspec Website
Version:			1.0
Last change:		27.01.2010
Assigned to:		Alexander Frings
Primary use:		Artspec

-------------------------------------------------------------------------------

[Table of contents]

01. Browser Reset
02. Text & Links
03. General Layout
04. Header
05.
06.
07.
08.
09.
10.

-------------------------------------------------------------------------------

[Color codes]

Background:			#FFFFFF (white)
Content:			#666 (mid dark grey)
Header h1:			#666 (mid dark grey)
Header h2:			#666 (mid dark grey)
Header h3:			#666 (mid dark grey)

a (standard):		#666 (mid dark grey)
a (visited):		#666 (mid dark grey)
a (active):			#666 (mid dark grey)

-------------------------------------------------------------------------------

[Typography]

Body copy:			12px/1.5 Arial, Verdana, Helvetica, Geneva, sans-serif;
Header h1:			2.7em/1.3em Arial, Verdana, Helvetica, Geneva, sans-serif;
Input, textarea:	1.1em Arial, Verdana, Helvetica, Geneva, sans-serif;

Notes:				Notes here...

------------------------------------------------------------------------------*/

/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 01. Browser Reset */
/*////////////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	background: #FFF url(../images/bg_pattern.gif) top left repeat;
	background-attachment: fixed;
}

body {
	background: transparent;
	color: #999;
	/*font:76%/150% Arial,Verdana,Helvetica,sans-serif;*/
	font:13.5px/1.4 Arial,Verdana,Helvetica,sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.number1 {
	background-color: #000000;
	width: 200px;
	height: 400px;
	float: left;
}

.number2 {
	background-color: #990033;
}

.width {
	float: inherit;
	width: 200px;
	height: 100px;
}

.clear {
	clear: both;
}

.spacer {
	height: 30px;
	line-height: 30px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

object { 
	background: transparent; 
	outline: none; 
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 02. Text & Links */
/*////////////////////////////////////////////////////////////////////////////*/

h1 {
	font-size:25px;
}

h2 {
	font-size:23px;
}

h3 {
	font-size:21px;
}

h4 {
	font-size:19px;
}

h5 {
	font-size:17px;
}

h6 {
	font-size:15px;
}

p,h1,h2,h3,h4,h5,h6 {
	margin-bottom: 20px;
}

.smaller {
	font-size: 10px;
}

.upper {
	text-transform: uppercase;
}

a,
a:link {
	color: #933020;
	text-decoration: underline;
}

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

a:visited {
	color: #933020;
	text-decoration: underline;
}

a:active {
	color: #933020;
	text-decoration: underline;
}

a.greylink,
a.greylink:link {
	color: #999;
	text-decoration: underline;
}

a.greylink:hover {
	color: #999;
	text-decoration: none;
}

a.greylink:visited {
	color: #999;
	text-decoration: underline;
}

a.greylink:active {
	color: #999;
	text-decoration: underline;
}

.red {
	color: #933020;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 03. General Layout */
/*////////////////////////////////////////////////////////////////////////////*/

#wrap {
	background: transparent url(../images/bg_paper.png) top left repeat-y;
	width: 1004px;
}

#header {
	background: transparent url(../images/bg_header.jpg) top left no-repeat;
	width: 992px;
	height: 697px;
}

#footer {
	background: transparent url(../images/bg_footer.jpg) top left no-repeat;
	width: 966px;
	height: 137px;
	margin-top: 60px;
	padding: 124px 26px 0 0;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 04. Header */
/*////////////////////////////////////////////////////////////////////////////*/

#header_right {
	float: right;
	width: 486px;
}

h1#welcome {
	background: transparent url(../images/logo.gif) top left no-repeat;
	width: 240px;
	height: 28px;
	margin: 471px 0 14px 0;
}

h2#address {
	background: transparent url(../images/address.gif) top left no-repeat;
	width: 240px;
	height: 22px;
	margin-bottom: 24px;
}

h1#welcome span,
h2#address span {
	display: block;
	height: 0;
	text-indent: -9999px;
}

ul#mainnav {
	background: transparent url(../images/bg_nav.gif) top left no-repeat;
	width: 460px;
	height: 104px;
}

ul#mainnav li {
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -9999px;
}

ul#mainnav li a {
	border: 0;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: transparent url(../images/bg_nav.gif) no-repeat;
}

ul#mainnav li#mn_show a {
	width: 460px;
	height: 26px;
}

ul#mainnav li#mn_studio a {
	width: 460px;
	height: 26px;
}

ul#mainnav li#mn_services a {
	width: 460px;
	height: 26px;
}

ul#mainnav li#mn_contact a {
	width: 460px;
	height: 26px;
}

ul#mainnav li#mn_show a:hover, ul#mainnav li#mn_show a:focus {
	background-position: -460px 0px;
}

ul#mainnav li#mn_studio a, ul#mainnav li#mn_studio a:visited {
	background-position: 0px 26px;
}

ul#mainnav li#mn_studio a:hover, ul#mainnav li#mn_studio a:focus {
	background-position: -460px -26px;
}

ul#mainnav li#mn_services a, ul#mainnav li#mn_services a:visited {
	background-position: 0px 52px;
}

ul#mainnav li#mn_services a:hover, ul#mainnav li#mn_services a:focus {
	background-position: -460px -52px;
}

ul#mainnav li#mn_contact a, ul#mainnav li#mn_contact a:visited {
	background-position: 0px 78px;
}

ul#mainnav li#mn_contact a:hover, ul#mainnav li#mn_contact a:focus {
	background-position: -460px -78px;
}

p.copy {
	margin-top: 24px;
	font-size: 9px;
	line-height: 1.3;
}

p.copy a {
	color: #999;
}

#flashprofile {
	width: 506px;
	height: 664px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 05. MAIN CONTENT */
/*////////////////////////////////////////////////////////////////////////////*/

.divider {
	background: transparent url(../images/divider.gif) bottom left no-repeat;
	height: 72px;
	clear: both;
}

.divider_end {
	background: transparent url(../images/divider.gif) bottom left no-repeat;
	height: 56px;
	clear: both;
}

.toplink {
	background: transparent url(../images/btn_top.gif) top left no-repeat;
	width: 25px;
	height: 22px;
	display: block;
	float: right;
	border: 0;
	text-decoration: none;
	overflow: hidden;
}

.toplink:hover, .toplink:focus {
	background-position: -25px 0px;
}

.toplink span {
	display: none;
}

.topdiv {
	width: 979px;
	height: 22px;
	margin-bottom: 10px;
}

.bub {
	float: left;
	margin: 0 12px 0 16px;
	width: 68px;
	height: 70px;
}

.bub a span,
p.bub_text span {
	display: block;
	height: 0;
	text-indent: -9999px;
}

p.bub_text {
	background: transparent url(../images/artspec_is.gif) top left no-repeat;
	padding: 0;
	margin: 11px 0 0 0;
	width: 369px;
	height: 33px;
	float: left;
}

a#intro {
	background: transparent url(../images/bub_intro.gif) top left no-repeat;
	width: 68px;
	height: 70px;
	display: block;
	border: 0;
	text-decoration: none;
	overflow: hidden;
}

#intro:hover, #intro:focus {
	background-position: -68px 0px;
}

.continue {
	background: transparent url(../images/bub_continue.gif) top left no-repeat;
	width: 68px;
	height: 70px;
	display: block;
	border: 0;
	text-decoration: none;
	overflow: hidden;
}

.continue:hover, .continue:focus {
	background-position: -68px 0px;
}

#end {
	background: transparent url(../images/bub_end.gif) top left no-repeat;
	width: 68px;
	height: 54px;
	display: block;
	border: 0;
	text-decoration: none;
	overflow: hidden;
}

#end:hover, #end:focus {
	background-position: -68px 0px;
}

h2.mainhead span {
	display: block;
	height: 0;
	text-indent: -9999px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 06. INTRO */
/*////////////////////////////////////////////////////////////////////////////*/

p.artspecis {
	background: transparent url(../images/artspecis.gif) top left no-repeat;
	width: 220px;
	height: 180px;
}

p.artspecis span,
p.intro_adv span {
	display: block;
	height: 0;
	text-indent: -9999px;
}

p.intro_adv {
	background: transparent url(../images/intro_adv.gif) top left no-repeat;
	width: 220px;
	height: 240px;
}

.ourpromise {
	text-align: center;
	margin: 0 auto;
	width: 149px;
	margin-bottom: 12px;
}

.ourpromise:hover {
	cursor: pointer;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	width: 219px;
}

h4.prom_top {
	background: transparent url(../images/prom_top.gif) top left no-repeat;
	width: 219px;
	height: 26px;
	margin: 0;
	padding: 0;
}

h4.prom_top span {
	display: block;
	height: 0;
	text-indent: -9999px;
}

.prom_mid {
	background: transparent url(../images/prom_mid.gif) top left repeat-y;
	text-align: center;
	color: #FFF;
	font-size: 10.5px;
	font-family: Lucidia Grande, Arial, Verdanan, Sans-serif;
	margin: 0;
	padding: 0 10px;
}

.prom_bot {
	background: transparent url(../images/prom_bot.gif) bottom left no-repeat;
	height: 12px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 07. SHOWCASE */
/*////////////////////////////////////////////////////////////////////////////*/

#showcase_holder {
	height: 450px;
}

h2.head_showcase {
	background: transparent url(../images/head_showcase.gif) top left no-repeat;
	width: 129px;
	height: 16px;
}

ul#showcaselist {
	margin-bottom: 30px;
}

ul#showcaselist li a {
	background: transparent url(../images/showcase_bg.gif) center left no-repeat;
	display: block;
	width: 220px;
	height: 21px;
	line-height: 21px;
	padding-left: 20px;
	margin-bottom: 3px;
	text-decoration: none;
	color: #999;
}

ul#showcaselist li a:hover {
	background: transparent url(../images/showcase_bg_hover.gif) center left no-repeat;
	display: block;
	width: 220px;
	height: 21px;
	line-height: 21px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
}

ul#showcaselist li a.active {
	background: transparent url(../images/showcase_bg_active.gif) center left no-repeat;
	display: block;
	width: 220px;
	height: 21px;
	line-height: 21px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
}

.showlefttop {
	height: 353px;
}

.hand {
	height: 32px;
	line-height: 32px;
	font-size: 10px;
	text-transform: uppercase;
}

.hand img {
	margin-right: 5px;
	float: left;
}

.shortdesc {
	background: transparent url(../images/divider2.gif) bottom left repeat-x;
	padding: 2px 0 10px 0;
	margin-bottom: 10px;
	clear: both;
}

.showleftbottom {
	background: transparent url(../images/divider2.gif) top left repeat-x;
	padding: 5px 0 0 0;
}

.slideshow_container {
	position: relative;
	clear: both;
	width: 460px;
	height: 343px; /* This should be set to be at least the height of the largest image in the slideshow */
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 460px;
	height: 343px; /* This should be set to be at least the height of the largest image in the slideshow */
}

#slideshow {

}

.thumbs {
	margin-top: 10px;
}

ul#thumblist li {
	float: left;
	margin-right: 5px;
}

ul#thumblist li.thumb_7 {
	margin-right: 0;
}

#slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#slideshow a.advance-link {
	display: block;
	width: 460px;
	height: 343px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	text-decoration: none;
}

#slideshow img {
	border: none;
	margin: -15px 0 0 0;
	padding: 0;
	width: 460px;
	height: 343px;
	vertical-align: top;
}


/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 08. STUDIO PROFILE */
/*////////////////////////////////////////////////////////////////////////////*/

h2.head_studio {
	background: transparent url(../images/head_studio.gif) top left no-repeat;
	width: 129px;
	height: 16px;
}

h3.pro_danny span.inv,
h3.pro_louis span.inv,
h3.pro_steph span.inv,
h3.pro_malin span.inv,
h3.pro_ed span.inv,
h3.pro_alex span.inv,
h3.pro_sandhya span.inv,
h3.pro_tanya span.inv,
h3.pro_victoria span.inv {
	display: block;
	height: 0;
	text-indent: -9999px;
}

h3.pro_danny {
	background: transparent url(../images/pro_danny.gif) top left no-repeat;
	width: 220px;
	height: 18px;
	font-size: 10px;
	padding-top: 34px;
}

h3.pro_louis {
	background: transparent url(../images/pro_louis.gif) top left no-repeat;
	width: 220px;
	height: 18px;
	font-size: 10px;
	padding-top: 34px;
}


h3.pro_steph {
	background: transparent url(../images/pro_steph.gif) top left no-repeat;
	width: 220px;
	height: 18px;
	font-size: 10px;
	padding-top: 34px;
}

h3.pro_malin {
	background: transparent url(../images/pro_malin.gif) top left no-repeat;
	width: 220px;
	height: 18px;
	font-size: 10px;
	padding-top: 34px;
}

h3.pro_ed {
	background: transparent url(../images/pro_ed.gif) top left no-repeat;
	width: 220px;
	height: 18px;
	font-size: 10px;
	padding-top: 34px;
}

h3.pro_alex {
	background: transparent url(../images/pro_alex.gif) top left no-repeat;
	width: 220px;
	height: 18px;
	font-size: 10px;
	padding-top: 34px;
}

h3.pro_sandhya {
	background: transparent url(../images/pro_sandhya.gif) top left no-repeat;
	width: 220px;
	height: 18px;
	font-size: 10px;
	padding-top: 34px;
}

h3.pro_tanya {
	background: transparent url(../images/pro_tanya.gif) top left no-repeat;
	width: 220px;
	height: 18px;
	font-size: 10px;
	padding-top: 34px;
}

h3.pro_victoria {
	background: transparent url(../images/pro_victoria.gif) top left no-repeat;
	width: 220px;
	height: 18px;
	font-size: 10px;
	padding-top: 34px;
}
/* clients */

h2.head_clients {
	background: transparent url(../images/clients_head.gif) top left no-repeat;
	width: 220px;
	height: 100px;
}

h2.head_clients span {
	display: block;
	height: 0;
	text-indent: -9999px;
}

.clients_holder {
	background: transparent url(../images/divider2.gif) top left repeat-x;
	padding-top: 1px;
}

ul#clients_list {
	background: transparent url(../images/clientdiv.gif) top left repeat;
	height: 291px;
}

ul#clients_list li {
	height: 97px;
	line-height: 97px;
	float: left;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 09. SERVICES */
/*////////////////////////////////////////////////////////////////////////////*/

h2.head_services {
	background: transparent url(../images/head_services.gif) top left no-repeat;
	width: 95px;
	height: 16px;
}

h3.wedo {
	background: transparent url(../images/head_wedo.gif) top left no-repeat;
	width: 75px;
	height: 17px;
	margin-bottom: 12px;
}

h3.wedo span {
	display: block;
	height: 0;
	text-indent: -9999px;
}

ul.services_list {
	padding-bottom: 20px;
}

ul.services_list li {
	padding-bottom: 5px;
}

.serv_desc {
	display: block;
	margin: 2px 0 6px 0;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 15px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 10. CONTACT US */
/*////////////////////////////////////////////////////////////////////////////*/

h2.head_contact {
	background: transparent url(../images/head_contact.gif) top left no-repeat;
	width: 95px;
	height: 16px;
}

ul#sociallist {
	margin: 0 0 25px 0;
}

ul#sociallist li {
	display: block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	margin-bottom: 5px;
}

ul#sociallist li#soc_link {
	background: transparent url(../images/ico_link.gif) top left no-repeat;
}

ul#sociallist li#soc_map {
	background: transparent url(../images/ico_map.gif) top left no-repeat;
}

ul#sociallist li#soc_fb {
	background: transparent url(../images/ico_fb.gif) top left no-repeat;
}

#mapholder {
	width: 220px;
	height: 395px;
	margin-bottom: 6px;
	overflow: hidden;
}

form#contactform input,
form#contactform textarea {
	color: #999;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-serif;
}

legend {
	background: transparent url(../images/form_head.gif) top left no-repeat;
	width: 136px;
	height: 29px;
}

legend span {
	display: block;
	height: 0;
	text-indent: -9999px;
}

label {
	display: block;
	float: left;
}

label#namelabel,
label#emaillabel {
	width: 46px;
}

label#subjectlabel {
	width: 54px;
}

label#companylabel {
	width: 67px;
}

label#tolabel {
	width: 21px;
}

label.mandatory {
	background: transparent url(../images/star.gif) top left no-repeat;
	background-position: 0 3px;
	padding-left: 8px;
}

label#messagelabel {
	float: none;
	margin-bottom: 4px;
}

label#spamlabel {
	padding-right: 8px;
}

.formitem_name {
	width: 230px;
	float: left;
}

.formitem_company {
	width: 230px;
	float: left;
}

.formitem_subject,
.formitem_subject {
	float: left;
	margin-right: 10px;
}

.formitem_email,
.formitem_subject,
.formitem_to,
.formitem_message,
.formitem_spam,
.formitem_submit {
	margin-top: 15px;
}

.formitem_to {
	float: right;
}

.formitem_message {
	clear: both;
}

input#name,
input#company {
	width: 150px;
}

input#email {
	width: 233px;
}

textarea#message {
	width: 460px;
	height: 80px;
}

select#to {
	width: 135px;
}

select#subject {
	width: 235px;
}

p.spamhead {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1;
}

.thanks {
	padding-top: 20px;
	color: #666;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* ! 11. FOOTER */
/*////////////////////////////////////////////////////////////////////////////*/

.footer_copy {
	float: right;
}

.footer_copy p,
.footer_copy a {
	font-size: 10px;
	color: #999;
	text-align: right;
}

p.update {
	margin: 2px 0 10px 0;
}

.toplink_end {
	background: transparent url(../images/top_end.gif) top left no-repeat;
	width: 25px;
	height: 16px;
	display: block;
	float: right;
	border: 0;
	text-decoration: none;
	overflow: hidden;
}

.toplink_end:hover, .toplink_end:focus {
	background-position: -25px 0px;
}

.toplink_end span {
	display: none;
}