@charset "UTF-8";
/* CSS Document */

html, 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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}
 
ol, ul, li {
	list-style : none;
}

em {
	font-style: italic;
}

strong {
	font-weight:bold;
}

/*--- =html ---*/
html {
	height:100%;
}

/*--- =body ---*/
body {
	background:url(../images/Header_Background_01.png) 50% 0% no-repeat;
	background-color:#ffffff;
	font:normal 12px 'Helvetica', arial, verdana, sans serif;
	color:#939598;
	margin:0;
	padding:0 0 0 0;
}

/*--- =blocktext ---*/
h1, h2, h3, h4, h5, p, blockquote, address, dl, ul, ol {
	margin: 0px 0px 15px 0px;
	padding: 0;
}

/*--- =clear floats ---*/
.clear {
	clear:both;
}

/*--- =container ---*/
div#container {
	width:979px;
	margin:0 auto 50px auto;
	position:relative;
	z-index:0;
	background:url(../images/blueprints.png) 25px 190px no-repeat;
}

div#container_pages {
	width:979px;
	margin:0 auto 50px auto;
	position:relative;
	z-index:0;
	background:url(../images/blueprints_pages.png) 25px 190px no-repeat;
}

/*--- =header ---*/
#header {
	width:100%;
	padding:0 0 0 0;
	position:relative;
	margin:0 0 0 0;
}

#header h1 {
	padding:0 0 0 19px;
	height:132px;
	background:transparent;
	margin:42px 0 0 0;
}

#header h1 a {
	text-decoration:none;
	position:absolute;
	background:url(../images/widesign.png) no-repeat;
	height:132px;
}

#header h1 a:hover {
	background:url(../images/Widesign_2.png);
	height:132px;
}


/*--- =sidebar ---*/
ul#sidebar {
	width:251px;
	margin:0 0 0 -12px;
	padding:22px 0 0 0;
	height:1%; /*--IE 6 trick to get browser to read background image of list item--*/
	background:url(../images/sidebar_background_06.png) no-repeat;
	min-height:396px;
	float:left;
}


ul#sidebar li {
	margin: 0 0 12px -29px;
}

ul#sidebar li a {
	margin:0 0 0 1px;
	text-decoration:none;
}

ul#sidebar li a:hover {
	margin:0 0 12px 12px;
}

ul#minibar {
	color:#be1e2d;
	font-size:16px;
}

ul#minibar li {
	margin:0 0 5px 80px;
}

ul#minibar li a {
	text-decoration:none;
	color:#c8cacc;
}

ul#minibar li a:hover {
	text-decoration:underline;
	margin:0 0 0 0px;
}



/*--- =body copy ---*/
div#body_copy {
	width:601px;
	padding:22px 0 0px 0px;
	margin:0 0 0 345px;
	border-bottom:1px solid #939598;
	height:368px;
}

div#body_copy h2 {
	margin:0 0 23px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #939598;
}

div#body_copy p {
	line-height:1.45em;
	font-size:15px;
}

div#body_copy p.artist {
	margin-top:-7px;
	position: relative;
  	left: 2px;
  	top: 2px;
    color: #000;
	line-height:1.45em;
	font-size:20px;
	height:284px;
	width:595px;
	overflow:auto;
}

div#body_copy p.about {
	margin-top:-7px;
	position: relative;
  	left: 2px;
  	top: 2px;
    color: #000;
	line-height:1.45em;
	font-size:15px;
	height:284px;
	width:595px;
	overflow:auto;
}

.links {
	padding-left:2px;
	font-size:20px;
	position:relative;
	top:-15px;
	line-height:1.925em;
}

.contains {
  position: relative;
  left: 2px;
  top: 2px;
  color: #000;
}

/*.text {
  position: absolute;
  left: -1px;
  top: -1px;
  color: #c8cacc;
}*/
					
div#body_copy p a {
	color: #000;
}

div#body_copy p a:hover {
	color:#be1e2d;
}

div#body_copy p.bottom {
	margin:0 0 35px 0;
}

div#body_copy p img {
	float:right;
	margin:-10px 0 20px 0;
}

div#body_copy p.samples a img {
	float:left;
	margin:-15px 0 20px 2px;
	border:solid 10px #939598;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

div#body_copy p.samples a:hover img {
	float:left;
	margin:-15px 0 20px 2px;
	border:solid 10px #c8cacc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

div#body_copy p.resume a img {
	float:left;
	margin:-15px 0 20px 16px;
	border:solid 10px #939598;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

div#body_copy p.resume a:hover img {
	float:left;
	margin:-15px 0 20px 16px;
	border:solid 10px #c8cacc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

div#body_copy p.pricing a img {
	float:left;
	margin:-15px 0 20px 18px;
	border:solid 10px #939598;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

div#body_copy p.pricing a:hover img {
	float:left;
	margin:-15px 0 20px 18px;
	border:solid 10px #c8cacc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}
	
div#body_copy p.fine_print {
	font-size:10px;
}




/*--- =samples---*/

div#samples {
	margin:80px 0 0 0px;
	width:908px;
	height:913px;
	position:relative;
}

div#samples h3 {
	margin:0 0 0 100px;
	position:relative;
	z-index:1005;
}

div#samples p img {
	position:absolute;
	z-index:1000;
	top:-20px;
	left:252px;
}




/*--- =thumbnails---*/

/*#preview{
	position:absolute;
	background:#ffffff;
	height:530px;
	width:571px;
	display:none;
	color:#fff;
	border:solid 15px #939598;
	}
	
#preview2{
	position:absolute;
	background:#ffffff;
	height:530px;
	width:571px;
	display:none;
	color:#fff;
	border:solid 15px #939598;
	}*/	

ul#thumbnail_logo {
	margin:0 0 35px 25px;
	position:relative;
	width:934px;
	height:225px;
	background:#CCC;
	border:solid 1px #939598;
}

ul#thumbnail_logo li:first-child {
	margin:10px 30px 35px 10px;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_logo li {
	margin:10px 30px 35px 0;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_logo li.last {
	margin:10px 0 35px 0;
	float:left;
	width:278px;
	height:185px;
}


ul#thumbnail_logo li a img {
	width:278px;
	height:185px;
	text-decoration:none;
	padding:9px;
	border:solid #939598 1px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	-khtml-opacity: 0.60;
}

ul#thumbnail_logo li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

ul#thumbnail_print {
	margin:0 0 35px 25px;
	position:relative;
	width:934px;
	height:225px;
	background:#CCC;
	border:solid 1px #939598;
}

ul#thumbnail_print li:first-child {
	margin:10px 30px 35px 10px;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_print li {
	margin:10px 30px 35px 0;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_print li.last {
	margin:10px 0 35px 0;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_print li a img {
	width:278px;
	height:185px;
	text-decoration:none;
	padding:9px;
	border:solid #939598 1px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	-khtml-opacity: 0.60;
}

ul#thumbnail_print li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

ul#thumbnail_identity {
	margin:0 0 35px 25px;
	position:relative;
	width:934px;
	height:225px;
	background:#CCC;
	border:solid 1px #939598;
}

ul#thumbnail_identity li:first-child {
	margin:10px 30px 35px 10px;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_identity li {
	margin:10px 30px 35px 0;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_identity li.last {
	margin:10px 0 35px 0;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_identity li a img {
	width:278px;
	height:185px;
	text-decoration:none;
	padding:9px;
	border:solid #939598 1px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	-khtml-opacity: 0.60;
}

ul#thumbnail_identity li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

ul#thumbnail_web {
	margin:0 0 35px 25px;
	position:relative;
	width:934px;
	height:225px;
	background:#CCC;
	border:solid 1px #939598;
}

ul#thumbnail_web li:first-child {
	margin:10px 30px 35px 10px;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_web li {
	margin:10px 30px 35px 0;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_web li.last {
	margin:10px 0 35px 0;
	float:left;
	width:278px;
	height:185px;
}

ul#thumbnail_web li a img {
	width:278px;
	height:185px;
	text-decoration:none;
	padding:9px;
	border:solid #939598 1px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	-khtml-opacity: 0.60;
}

ul#thumbnail_web li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}




/*--- =text_logo---*/

ul#text_logo {
	position:absolute;
	top:-15px;
	padding:139px 0 0 0;
	left:236px;
	background:url(../images/label_column_bg.png) 50% 0% repeat-y;
	z-index:1001;
	width:208px;
}

ul#text_logo li.logo {
	margin:0 0 0 0;
	padding:0 0 200px 7px;
}

ul#text_logo li.logo a img {
	width:194px;
	text-decoration:none;
}

ul#text_logo li.logo a:hover {
	border-bottom:solid 5px #be1e2d;
}

ul#text_logo li.print {
	margin:0 0 0 0;
	padding:0 0 200px 7px;
}

ul#text_logo li.print a img {
	width:194px;
	text-decoration:none;
}

ul#text_logo li.print a:hover {
	border-bottom:solid 5px #be1e2d;
}

ul#text_logo li.identity {
	margin:0 0 0 0;
	padding:0 0 200px 7px;
}

ul#text_logo li.identity a img {
	width:194px;
	text-decoration:none;
}

ul#text_logo li.identity a:hover {
	border-bottom:solid 5px #be1e2d;
}

ul#text_logo li.web {
	margin:0 0 0 0;
	padding:0 0 205px 7px;
}

ul#text_logo li.web a img {
	width:194px;
	text-decoration:none;
}

ul#text_logo li.web a:hover {
	border-bottom:solid 5px #be1e2d;
}





/*--- =footer ---*/

div#footer {
	position:relative;
	width:992px;
	margin:320px 0 0 0;
	border-top:solid 1px #be1e2d;
}

#footer a {
	margin:-40px 0 0 -20px;
	width:108px;
	height:42px;
	background:url(../images/Wi.Design_bottom.png);
	float:left;
}

#footer a:hover {
	background-position:0 -60px;
}

#footer p {
	margin:5px 0 0 0;
	float:right;
	font-size:12px;
	font-weight:lighter;
	letter-spacing:.6px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	padding:-1px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #ffffff;}
#TB_window a:focus{color: #ffffff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background:url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #525252;
	z-index: 102;
	color:#ffffff;
	display:none;
	border: 10px solid #525252;
	text-align:left;
	top:50%;
	left:47.5%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	/*margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;*/
}

#TB_caption{
	height:25px;
	padding:12px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}










