/* colours */
/*---------
light to dark (blueish)
2a2c2e
25282a
191d1f --- background blue
14181b
101214
---------*/


/* --------------- */
/* element classes */
/* --------------- */
* {
	padding:0;
	margin:0;
}
body {
	background:url(images/body_bg.png) fixed;
	color:#aaa;
	font-size:14px;
	font-family:Arial;
}
img {
	border:0;
}

/* headers */
h1, h2 {
	font-family:"Trebuchet MS","Lucida Grande",Arial;
	font-weight:normal;
	color:#eee;
	display:block;
}
h1 {
	font-size:28px;
	line-height:32px;
	padding-bottom:10px;
}
h1 a{
	padding-top:30px;
	display:block;
	height:100%;
}
h2 {
	padding:12px 0 10px 0; 
	font-size:19px;
	line-height:26px;
	padding-bottom:10px;
	/*color:#09f;*/
}
hr {
	clear:both;
	border:0;
	height:0;
	line-height:0;
	margin:30px 0 0 0 ;
	border-top:1px solid #333;
	border-bottom:1px solid #000;
}

/* paragraphs + lists */
p, ul, ol {
	font-size:14px;
	line-height:19px;
	margin-top:4px;
	margin-bottom:10px;
}

/* links */
a:link, a:visited {
	color:#ccc;
}
p:hover a:link, p:hover a:visited {
	color:#fff;
}
a:hover, p:hover a:hover{
	color:#09f;
}
.f-right a:hover, p.top:hover a:hover {
	color:#e61000;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color:inherit;
}

/* forms */
form fieldset {
	border:0;
	padding-top:10px;
}
form legend{
	display:none;
}
form div.formitem {
	overflow:hidden;
	padding:0 0 15px 0;
}
label{
	display:block;
	padding:2px 0 6px 18px;
	background:url(images/ul_li_bg.png) no-repeat 0 7px;
}
.f-right label{
	background-image:url(images/ul_li_bg_red.png);
}
form label span, #content span.conditions{
	font-size:12px;
	color:#555;
}
form label span {
	padding:5px 0 0 0;
	display:block;
}
button {
	padding:0;
	background:none;
	border:0;
	cursor:pointer;
}
.formitem input, .formitem textarea {
	background:#101214;
	border:#25282a 1px solid;
	padding:4px;
	font-size:14px;
	color:#999;
	font-family:Arial;
}
.f-left form label{
	float:left;
	width:100px;
}
.f-left form .formfield {
	margin-left:130px;
}


/* --------------- */
/* generic classes */
/* --------------- */
.container {
	overflow:hidden;
}
.container  .f-left {
	float:left;
	width:440px;
	padding-right:42px;
}
.container  .f-right {
	width:178px;
	float:left;
	background:#141718;
	border:1px solid #101214;
	padding:20px;
}
.f-right h2 {
	color:#e61000;
	margin:0;
	padding:0;
}
p.top {
	display:block;
	clear:both;
	text-align:right;
	padding-top:20px;
}
p.top a, a.top {
	padding-left:12px;
	background:url(images/top_bg.png) no-repeat 0 4px;
}
.hidden {
	display:none;
}

/* --------------- */
/* ids and classes */
/* --------------- */
#page {
	width:759px;
	margin:0 auto;
	padding:40px 0 0 0;
}

/* header */
#header {
	background:url(images/header_bg.png) no-repeat;
	height:117px;
	padding:20px;
	position:relative; top:0; left:0;
}
#header h1{
	position:absolute;
	left:32px;
	bottom:2px;
	background:url(images/logo.png) no-repeat;
	width:179px;
	height:109px;
	overflow:hidden;
	text-indent:-1000000px;
	padding:0;
}
#header h2{
	position:absolute;
	left:250px;
	top:42px;
	margin:0;
	padding:0;
	width:500px;
	color:#fff;
	font-size:21px;
}
#header ol{
	width:500px;
	position:absolute;
	left:250px;
	top:71px;
	font-family:"Trebuchet MS","Lucida Grande",Arial;
	font-size:15px;
	font-weight:bold;
	color:#ccc;
	list-style-type:none;
	overflow:hidden;
}
#header ol li{
	float:left;
	padding-left:54px;
	padding-right:25px;
	height:74px;
}
#header ol li#step1{
	background:url(images/steps_upload.png) 0 0 no-repeat;
}
#header ol li#step2{
	background:url(images/steps_build.png) 0 0 no-repeat;
}
#header ol li#step3{
	background:url(images/steps_pack.png) 0 0 no-repeat;
}
#header ol li strong{
	display:block;
	font-size:19px;
	color:#e61000;
	font-weight:normal;
}
/* !header! */


#body {
	background:#101314 url(images/content_bg.gif) repeat-y;
	padding:0 8px;
}

#nav {
	overflow:hidden;
	height:45px;
	height:100%;
}
#nav ul{
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0 20px;
	width:703px;
	background:url(images/nav.png) no-repeat;
}
#nav li {
	list-style-type:none;
	float:left;
	color:#fff;
	font-size:16px;
	font-family:"Trebuchet MS","Lucida Grande",Arial;
	font-weight:bold;
}
#nav li a{
	background:url(images/nav.png) no-repeat -20px 0;
	width:100px;
	display:block;
	overflow:hidden;
	text-indent:-100000px;
	height:45px;
}
#nav li a:hover{
	background-position: -20px -48px;
}
#nav li#nhow a{width:145px;background-position:-20px 0px;}
#nav li#nwhat a{width:144px;background-position:-165px 0px;}
#nav li#nresources a{width:123px;background-position:-309px 0px;}
#nav li#ndesign a{width:161px;background-position:-432px 0px;}
#nav li#nstarted a{width:130px;background-position:-593px 0px;}

#nav li#nhow a:hover{background-position:-20px -48px;}
#nav li#nwhat a:hover{background-position:-165px -48px;}
#nav li#nresources a:hover{background-position:-309px -48px;}
#nav li#ndesign a:hover{background-position: -432px -48px;}
#nav li#nstarted a:hover{background-position: -593px -48px;}

/* content */
#content {
	min-height:300px;
	padding:30px 20px 20px 20px;
	border-bottom:1px solid #404040;
}
#content ul {
	list-style:none;
	padding-left:20px;	
}
#content ul li, #footer ul li{
	list-style:none;
	background:url(images/ul_li_bg.png) no-repeat 0 7px;
	padding-left:16px;
	margin:0 0 2px 0; 
}
#content .f-right ul li, #footer ul li {
	background-image:url(images/ul_li_bg_red.png);
}
#content ol {
	padding-left:40px;
}
#content ol li{
	color:#09f;
	margin:0 0 2px 0; 
}
#content ol li span{
	color:#aaa;
}
#content h1#intro {
	display:block;
	background:url(images/construction.gif) no-repeat 500px 6px;
	padding-right:210px;
}
#content .portfolio {
	margin:10px 0 0 0;
	margin-right:-13px;
	overflow:hidden;
}
#content .portfolio a{
	background:#141718;
	border:1px solid #262829;
	padding:3px;
	margin:0 13px 13px 0;
	display:block;
	float:left;
}
#content .f-right .portfolio a{
	margin:0 0 13px 0;
}
#content .portfolio a:hover{
	border:1px solid #09f;	
}
#content .f-right .portfolio a:hover{
	border:1px solid #e61000;	
}
p.tags {
	line-height:17px;
}
.tag1 {font-size:17px; color:#eee;}
.tag2 {font-size:16px; color:#ddd;}
.tag3 {font-size:15px; color:#ccc;}
.tag4 {font-size:14px; color:#bbb;}
.tag5 {font-size:13px; color:#aaa;}
.tag6 {font-size:12px; color:#999;}
.tag7 {font-size:11px; color:#888;}
.tag8 {font-size:10px; color:#777;}
.tag9 {font-size:9px; color:#666;}

#content .f-right ul {
	padding:0; margin:10px 0 0 0;
}
#content .f-right ul.pack {
	overflow:hidden;
	width:178px;
}
#content .f-right ul.pack li {
	background:url(images/pack_css.gif) no-repeat 0 0;
	padding-left:30px;
	float:left;
	width:50px;
	margin:0 0 10px 0;
}
#content .f-right ul li.packhtml { background-image:url(images/pack_html.gif);}
#content .f-right ul li.packimg { background-image:url(images/pack_img.gif);}
#content .f-right ul li.packslices { background-image:url(images/pack_slices.gif);}

#content .f-right ul.downloads {
}
#content .f-right ul.downloads li {
	padding:0 0 5px 0;
}
#content .f-right ul.downloads li a{
	display:block;
	padding:5px;
	background:#141718 url(images/tgz.png) no-repeat 5px 5px;
	border:1px solid #262829;
	padding-left:30px;
	text-decoration:none;
}
#content .f-right ul.downloads li a:hover{
	border:1px solid #e61000;
	color:#ccc;
}
#content .errors {
	border:1px solid #333;
	background:#111;
	padding:0 20px 10px 20px;
	margin:10px 0;
}
#content .errors ul {
	padding:0;
}
#content .error label {
	font-weight:bold;
	color:#09f;
}
#content .f-right .errors {
	padding:10px 15px;
}
#content .f-right .errors h2{
	font-size:16px;
	font-weight:bold;
}
#content .f-right .errors ul{
	margin:0;
	font-size:13px;
}
#content .f-right .error label {
	font-weight:bold;
	color:#e61000;
}
/* !content! */

#footer {
	border-top:1px solid #000;
	background:#101010 url(images/footer_bg.png);
	padding:20px;
}
#footer p, #footer ul{
	font-size:12px;
}
#footer a, #footer span {
	margin:0 5px;
}
#footer ul a{
	margin:0;
}
#footer strong {
	margin:0 0 0 10px;
}
#footer a:link, #footer a:visited {
	color:#999;
}
#footer a:hover {
	color:#e61000;
}
#footer h3{
	padding:15px 0 4px 0;
	font-size:16px;
	font-weight:normal;
	color:#ccc;
}
#footer ul {
	list-style:none;	
}
#footer h4{
	padding:10px 0 4px 0;
	font-size:14px;
	color:#e61000;
	font-weight:normal;
}
#footer hr {
	margin:20px 0 10px 0;
	border-top:1px solid #333;
	border-bottom:1px solid #000;
}
#footer ul.links {
	overflow:hidden;
}
#footer ul.links li {
	float:left;
	width:30%;
}/* CSS Document */

#lightbox {
	left:0pt;
	line-height:0pt;
	position:absolute;
	text-align:center;
	top:40px;
	width:100%;
	z-index:100;
}
#lightbox a img {
	border:medium none;
}
#outerImageContainer {
	background-color:#eee;
	height:250px;
	margin:0pt auto;
	position:relative;
	width:250px;
}
#imageContainer {
padding:10px;
}
#loading {
display:block;
height:25%;
left:0%;
line-height:0pt;
position:absolute;
text-align:center;
top:30%;
width:100%;
}
#hoverNav {
height:100%;
left:0pt;
position:absolute;
top:0pt;
width:100%;
z-index:10;
}
#imageContainer > #hoverNav {
left:0pt;
}
#hoverNav a {
outline-color:invert;
outline-style:none;
outline-width:medium;
}
#prevLink, #nextLink {
background:transparent url(images/blank.gif) no-repeat scroll 0%;
display:block;
height:100%;
width:49%;
}
#prevLink {
float:left;
left:0pt;
}
#nextLink {
float:right;
right:0pt;
}
#prevLink:hover, #prevLink:visited:hover {
background:transparent url(images/prev.gif) no-repeat scroll left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
background:transparent url(images/next.gif) no-repeat scroll right 15%;
}
#imageDataContainer {
background:#fff;
color:#666;
margin:0pt auto;
}
#imageData {
padding:0pt 13px;
}
#imageData #imageDetails {
float:left;
text-align:left;
width:70%;
display:none;
}
#imageData #caption {
font-weight:bold;
}
#imageData #numberDisplay {
clear:left;
display:block;
padding-bottom:1em;
}
#imageData #bottomNavClose {
float:right;
padding:5px 0;
}
#overlay {
background-color:#000;
height:500px;
left:0pt;
position:absolute;
top:0pt;
width:100%;
z-index:90;
}
.clearfix:after {
clear:both;
content:".";
display:block;
height:0pt;
visibility:hidden;
}
* html > body .clearfix {
width:100%;
}
* html .clearfix {
height:1%;
}/* CSS Document */

div.fileinputs {
	position: relative;
	top:0;
	left:0;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: absolute;
	top:0;
	left:0;
	text-align: left;
	z-index: 2;
	height:30px;
}
.fakefile img.submit{
	cursor:pointer;
	padding-left:10px;
	vertical-align:middle;
}
/*Forms defaults - change as needed*/
.niceform label {
	cursor:pointer;
}
.niceform label.chosen {color:#09f;}

/*Transparent items*/
.niceform .outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.niceform .radioArea, .niceform .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.niceform .radioArea {background:url(images/radio.gif) no-repeat left top;}
.niceform .radioAreaChecked {background:url(images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.niceform .checkboxArea, .niceform .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.niceform .checkboxArea {background:url(images/checkbox.gif) no-repeat left top;}
.niceform .checkboxAreaChecked {background:url(images/checkbox.gif) no-repeat left bottom;}
.niceform .focused {border:1px dotted #ddd;}

/*Text inputs*/
.niceform .textinput, .niceform .textinputHovered {
	height:23px;
	background:url(images/input_bg.gif) repeat-x left top;
	border:none;
	padding:7px 0 0 0;
	vertical-align:middle;
}
.niceform .textinputHovered {background-position:left bottom;}
.niceform .inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.niceform .txtarea .tr, .niceform .txtarea .tr_xon {background:url(images/txtarea_tr.gif) no-repeat top right;}
.niceform .txtarea .tr_xon {background:url(images/txtarea_tr_xon.gif) no-repeat top right;}
.niceform .txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.niceform .txtarea .br, .niceform .txtarea .br_xon {background:url(images/txtarea_br.gif) no-repeat top right;}
.niceform .txtarea .br_xon {background:url(images/txtarea_br_xon.gif) no-repeat top right;}
.niceform .txtarea .cntr {background:url(images/txtarea_cntr.gif) repeat-y right top;}
.niceform .txtarea .cntr_xon {background:url(images/txtarea_cntr_xon.gif) repeat-y right top;}
.niceform .txtarea .cntr_l, .niceform .txtarea .cntr_l_xon {
	width:5px;
	background:url(images/txtarea_l.gif) repeat-y 0 12px;
	float:left;
}
.niceform .txtarea .cntr_l_xon {background:url(images/txtarea_l_xon.gif) repeat-y 0 12px;}
.niceform .txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.niceform .selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.niceform .selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.niceform .selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.niceform .selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.niceform .selectArea .right i {display:none;}
.niceform .selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.niceform .optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.niceform .optionsDivInvisible {display:none;}
.niceform .optionsDivVisible {display:block;}
.niceform .optionsDivVisible p {
	margin:0;
	padding:0;
}
.niceform .optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.niceform .optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.niceform .buttonSubmit, .niceform .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.niceform .buttonSubmitHovered {background-position:left bottom;}
.niceform .buttonImg {vertical-align:bottom;}#overlay {
opacity:0.6;
}
input.file {
	opacity: 0;
}