/* 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;
}

body {
line-height: 1;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

:focus {
outline: 0;
}

ins {
text-decoration: none;
}

del {
text-decoration: line-through;
}

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

/* pixelfashion main */

* {
padding:0;
margin:0 auto;
}

select option {
padding:0 5px;
}

select, option {
color:black;
}

.left {
float:left;
}

.right {
float:right;
}

.clear {
clear:both;
height:1px;
font-size:1px;
line-height:1px;
margin-bottom: 10px;
}

a img {
border:none;
outline:none;
}

body {
background:#fff;
border-top:5px solid #000;
color:#333;
font-size:14px;
font-family:Georgia;
line-height:140%;
}

img {
display:block;
}

#navlist a {
color:#fff;
text-decoration:none;
font-weight:normal;
}

#navlist a:hover {
text-decoration:none;
}

a {
color:#00aeff;
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration:underline;
}

h1 {
font-family:helvetica, sans-serif;
font-size:2em;
color:#151515;
margin-right:15px;
font-weight:normal;
line-height:100%;
margin-top:40px;
}

h2 {
font-family: Arial,sans-serif;
color:#222;
font-weight:600;
text-transform: uppercase;
font-size: 12px;
padding-bottom:10px;
}

p {
line-height:140%;
font-size: 1em;
margin-right: 12px;
color:#7b7b7b;
margin-bottom:10px;
margin-right:50px;
}

p.introduction {
line-height:140%;
font-size: 1.3em;
margin-right: 12px;
padding-bottom: 30px;
color:#7b7b7b;
margin-top:16px;
margin-right:50px;
}

p a {
color:#7b7b7b;
text-decoration:underline;
font-weight:normal;
}

p a:hover {
color:#19adf3;
}

ul, li {
margin:0px;
padding:0px;
}

#navlist {
color:#fff;
height:50px;
line-height:50px;
}

#navlist ul {
list-style-type:none;
}

#navlist li {
float:left;
font-size:19px;
height:40px;
line-height:40px;
}

.off {
margin-top:10px;
}

#navlist li a {
display:block;
background-color:#000;
padding-left:33px;
padding-right:33px;
text-decoration:none;
}

#navlist li a:hover {
color:#fff;
text-decoration:underline;
}

img {
border:0;
display:block;
}

#navlist li a.on, #navlist li a:hover.on {
background-color:#fff;
color:#000;
height:50px;
padding-top:10px;
}

.intro {
display:block;
float:left;
width:280px;
margin-right:30px;
border:5px solid #dddddd;
margin-bottom:30px;
}

a.intro {
}

a:hover.intro {
}

ul.focuslist {
display:block;
margin-top:0px;
}

ul.focuslist li {
list-style: none;
display:inline;
margin-right:50px;
background-color:#40c2ff;
padding:10px;
padding-left:15px;
padding-right:15px;
font-family: Arial,sans-serif;
color:#fff;
font-weight:400;
text-transform: uppercase;
font-size: 12px;
line-height:60px;
}

ul.focuslist li a {
color:#fff;
text-decoration:underline;
}

input.textfield {
border:1px solid #ddd;
font-size:18px;
font-weight:normal;
padding:8px;
margin:0;
width:300px;}

input.textfield:focus {
border-color:#aaa;
background-color:#fafafa;
font-weight:normal;
}

textarea {
border:1px solid #ddd;
font-size:18px;
padding:8px;
margin:0;
margin-bottom:20px;
width:400px;
}

textarea:focus {
border-color:#aaa;
background-color:#fafafa;
}

.formblock {
margin-bottom:20px;
}

.formblock span {
display:block;
margin:0px;
padding:0px;
margin-top:5px;
margin-left:0px;
}

.LV_validation_message {
display:block;
font-weight:bold;
margin:0 0 0 5px;
padding-left:10px;
padding-top:2px;
}

.LV_valid {
color:#ccc;
display:none;
visibility:hidden;
}

.LV_invalid {
color:#ec018a;
background: #fff url(/images/arrow_right.gif) no-repeat;
background-position:5px 6px;
padding-left:25px;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
/*border: 1px solid #00CC00;*/
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
border: 1px solid #fe25b4;
}

.clear {
clear:both;
}

.clearex {
clear:both;
display:block;
margin-top:50px;
}

.styleborder {
float:left;
padding-right:10px;
width:450px;
border:10px solid #e8e8e8;
padding-left:30px;
padding-top:20px;
padding-bottom:30px;
}

#footer {
margin-bottom:10px;
margin-top:10px;
line-height:20px;
font-family: Arial,sans-serif;
color:#999;
font-weight:normal;
text-transform: uppercase;
font-size: 10px;
margin-left:30px;
}

#footer a {
font-weight:normal;
color:#999;
text-decoration:underline;
}

#footer a:hover {
color:#19adf3;
}

.raquo {
font-weight:bold;
font-size:16px;
margin-right:10px;
}

ul#filter {
float: left;
list-style: none;
padding:15px;
margin-left:0px;
width:1240px;
background-color:#ececec;
margin-bottom:10px;
line-height:140%;
font-size: 1.1em;
}

ul#filter li {
float: left;
line-height: 16px;
margin-right: 30px;
padding-right: 30px;
}

ul#filter a {
color: #999;
text-decoration: none;
font-weight:normal;
text-decoration:underline;
text-transform:lowercase;
}

ul#filter li.current a, ul#filter a:hover {
text-decoration: none;
font-weight:normal;
}

ul#filter a:hover {
color:#19b6ff;
text-decoration:underline;
}

ul.focuslist li.current a {
color: #fff;
font-weight: bold;
font-weight:normal;
text-decoration:none;
}

ul#footerlinks {
list-style: none;
margin-left:0px;
}

ul#footerlinks li {
border-right: 1px solid #ccc;
float: left;
line-height: 16px;
margin-right: 10px;
padding-right: 10px;
}

.custref {
float:left;
margin-right:60px;
margin-bottom:30px;
}

#content{
margin-left:30px;
}

.block {
margin-right:30px;
margin-bottom:30px;
width:620px;
float:left;
height:520px;
}

.block h2 {
display:inline;
font-family:helvetica, sans-serif;
font-size:1.3em;
color: #151515;
margin-right: 15px;
font-weight:normal;
line-height: 100%;
margin-top:40px;
}

.block h3 {
display:inline;
margin-right:5px;
font-family: Arial,sans-serif;
color:#222;
font-weight:600;
text-transform: uppercase;
font-size: 12px;
padding-bottom:10px;
}

.block p {
padding-right:10px;
margin:0;
display:inline;
}

.block .imageholder {
border:10px solid #e8e8e8;
width:600px;
margin-bottom:20px;
}

.block .contentholder {
padding-left:10px;
}

.block .linkholder {
display:inline;
margin-left:20px;
}

.block .infoholder {
margin-top:10px;
}

.container {
background-image:url(/images/bg.gif);
background-repeat:repeat-x;
}

.divider {
width:360px;
margin-left:30px;
margin-top:20px;
border-bottom:1px solid #ccc;
}

.me {
float:left;
padding-bottom: 30px;
}

.me img {
border:5px solid #dddddd;
}

.reflink {
display:block;
position:relative;
width:600px;
height:354px;
padding:0px;
}
.reflink:hover, .reflink:focus {
text-decoration:none !important;
cursor:pointer;
}

.reflink span.reflinkout {
display:block;
width:100%;
height:100%;
}

.reflink span.reflinkhover {
display:none;
position:absolute;
top:50%;
left:50%;
width:80px;
height:55px;
margin: -30px 0 0 -40px;
background:url(/images/enlarge2.png) no-repeat;
}

a.external {
padding-right:20px;
background: url(/images/external.png) no-repeat right;
}

a.externalsw {
padding-right:20px;
background: url(/images/external_sw.gif) no-repeat right;
}


html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #e8e8e8;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}