@import url(main_editor_styles.css);

/* Styles common to the MIX html editor and the website are entered here */

body {
	margin:0;
	color:#f1f1f1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:bottom left no-repeat url(../images/background1.jpg) #000000;
}

body, p, td, a, span, h1, h2, h3 {
	color:#f1f1f1;
}

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

h2 {
	color:#f1f1f1;
	font-size:20px;
	line-height: 22px;
	font-weight:normal;
	background: #0F0F0C;
	padding: 4px 12px;
	float: left;
	border: 1px solid #404143;
}

h2 span {
	font-size:24px;
	color:#f1f1f1;
	font-weight:bold;
}
h3 {
	color:#f1f1f1;
	font-size:16px;
	font-weight:normal;
}
h4 {
	color:#f1f1f1;
	font-size:12px;
	margin:0;
}

table.even_rows tr td {
	line-height: 30px;
	padding-left: 10px;
}

table.even_rows tr.row_highlight {
	background: #121212;
}

/* News Items */

div.news_item {
	clear: both;
	padding-bottom: 10px;
	width: 400px;
	border-bottom: 1px dashed #707173;
}

div.news_item.last {
	border: none;
}

div.news_item h3 {
	color: #f1f1f1;
	font-size: 14px;
	float: none;
	display: block;

	padding-bottom: 4px;
}

div.news_item h3 span {
	color: #f1f1f1;
	font-size: 10px;
	font-weight: bold;
	float: right;
	line-height: 16px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #707173;
}

div.news_item img {
	float: right;
	margin-left: 10px;
}

div.news_item p {
	font-size: 10px;
}


/* Team Items */

div.team_item {
	clear: both;
	padding-bottom: 10px;
	width: 600px;
}

div.team_item.last {
	border: none;
}

div.team_item h3 {
	color: #f1f1f1;
	font-size: 18px;
	float: none;
	display: block;
	margin-bottom: 5px;
}

div.team_item h3 span {
	color: #f1f1f1;
	font-size: 10px;
	font-weight: bold;
	float: right;
	line-height: 16px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #f1f1f1;
}

div.team_item img {
	float: left;
	margin-right: 10px;
}

div.team_item p {
	font-size: 10px;
}

/* Recent Projects Slideshow */

div.slideshow {
	position: relative;
	width: 455px;
	height: 325px;
	margin-bottom: 20px;
}

div.slideshow img#pause {
	position: absolute;
	z-index: 50;
	right: 10px;
	bottom: 55px;
	display: none;
}

div.slideshow ul.dots {
	position: absolute;
	z-index: 5;
	right: 10px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	max-width: 160px;
}

div.slideshow ul.dots li {
	list-style: none;
	width: 12px;
	height: 12px;
	margin: 2px;
	float: left;
	background-image: url(../images/dots.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.slideshow ul.dots li.active {
	background-position: bottom left;
}

div.slideshow div.slide {
	position: absolute;
	width: 455px;
	height: 325px;
	display: none;
}

div.slideshow div.slide img {
	width: 455px;
	height: 285px;
}

div.slideshow div.slide #name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 5px 50px 5px 10px;;
	width: 395px;
	height: 40px;
	opacity: 0.85;
	background: #000;
	font-size: 14px;
	color: #fff;
}

div.slideshow div.slide #category {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

div.slideshow div.slide a {
	position: absolute;
	right: 5px;
	bottom: 25px;
	color: #C0C1C3;
}



/* header */

#header {
	background: #828282;
	min-width: 1010px;
}
#header .content {
	/*width:872px;*/
	width:80%;
	min-width: 1010px;
	padding:5px 5% 5px 5%;
}
#header .flash {
	margin-left:-44px
}
#header .gallery {
	float:left;
	padding-top: 20px;
	position: relative;
	width: 685px;
}

#header .gallery img {
	margin:0 10px 5px 0;
	border:2px solid #000000;
}
#header img.logo {
	float:right;
	margin:25px 0;
}

#header ul.menulist {
	clear: left;
	width: 700px;
}

#header ul, #header li {
	padding:0;
	margin:0;
	list-style:none;
}
#header li {
	text-align:left;
	width: 100px;
	float: left;
	padding: 5px 10px 10px 0;
}


#header div.thumbs {
	float: left;
}

#header div.thumbs a.thumb {
	width:100px;
	height: 67px;
	display: block;
	float: left;
	margin: 0 10px 5px 0;
}

#header div.thumbs img {
	border: none;
	width:100px;
	border:2px solid #525252;
}


#header a {
	color:#000000;
	text-decoration:none;
	background:none;
	width:100px;
}
#header a:hover, #header .selected a {
	color:#FFFFFF;
}

/* Drop Downs */

div.dropdown {
	position: absolute;
	display: none;
	top: 120px;
	background: none repeat scroll 0 0 #828282;
	opacity: 0.85;
	padding-top: 5px;
	z-index: 50;
}

div.dropdown#ourcompany {
	left: 105px;
}

div.dropdown#projects {
	left: 215px;
}


div.dropdown a {
	padding: 5px 10px;
	display: block;
}


/* fade */

#fade {
	height:8px;
	background:top left no-repeat url(../images/fade-bgnd.gif);
}


/* homemain */

#homemain {
	/*width:780px;*/
	padding: 0 20px 0px;
	min-height: 450px;
	padding:110px 0 30px 5%;
	width:95%;
	min-width: 990px;
	min-height: 100%;
}

#homemain table#page_content {
	min-width: 860px;
}

#homemain table.loginform {
	min-width: 0;
}

#homemain div.admin_container table {
	min-width: 0;
}

#f_text_container {
	width:400px;
	float:left;
}
#image-show {
	height:178px;
	position:relative;
}
#f_image_container {
	height:178px;
}

/* Contact Form */

form#contact table {
	width: 560px;
	min-width:400px;
}

form#contact input, form#contact textarea {
	width: 380px;
}

/* main */

#main {
	/*width:870px;*/
	width:918px;
	width:946px;
	padding:40px 0 20px 80px;
	padding-left:52px;
	min-height:450px;
	background:bottom left no-repeat url(../images/background2.jpg);
}

#main .left {
	float:left;
	width:500px;
}
#main .right {
	width:340px;
	float:right;
	min-height:405px;
	padding-top:5px;
}


/* portfolio */

#main .right ul.portnav, #main .right .portnav li {
	padding:0;
	margin:0;
}
#main .right .portnav li {
	list-style:none;
	float:left;
	display:block;
	width:98px;
	height:130px;
	margin:9px 0 18px 14px;
	background:bottom left no-repeat #000000;
}
#main .right .portnav li a {
	float:left;
	width:98px;
	height:130px;
	display:block;
	background:bottom left no-repeat url(../images/thumb-hover.png);
	text-align:center;
	text-transform:lowercase;
}
#main .right .portnav li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:none;
}
#main .right .portnav li p {
	margin:0;
}

#main .right p.indent {
	margin-left:8px;
	color:#f1f1f1;
}
#main .right p.unavailable {
	margin:20px 0 0 8px;
}



#main .left ul.portf_menu {
	margin:0 0 0 18px;
	padding:0;
}
#main .left .portf_menu li {
	padding:0;
	margin:0 28px 0 0;
	list-style:none;
	display:inline;
}
#main .left .portf_menu li {
	text-transform:lowercase;
}
#main .left .portf_menu li.first {
	margin-left:8px;
}
#main .left li a:hover, #main .left li.selected a {
	color:#ffffff;
	text-decoration:none;
}

#main .left img.sidehead {
	float:left;
	padding:12px 20px 0 12px;
}
#main .left .content {
	float:left;
	width:410px;
	padding:58px 0 100px 90px;
}


#main .caption {
	width:482px;
	margin:15px 0 0 8px;
	padding-top:10px;
}

#main .portf_image {
	background-color:#000000;
	padding:20px 0 0 18px;
}

#main .portf_gallery {
	background-color:#000000;
	padding:15px 0 7px 16px;
}
#main .portf_gallery ul, #main .portf_gallery li {
	padding:0;
	margin:0;
}
#main .portf_gallery li {
	list-style:none;
	display:inline;
}
#main .portf_gallery li a {
	float:left;
	padding-left:1px;
	width:23px;
	height:15px;
	display:block;
	text-align:center;
	background:top left no-repeat url(../images/navbox-bgnd.gif);
}
#main .portf_gallery li.first a {
	width:20px;
	background:top left no-repeat url(../images/navbox-first-bgnd.gif);
}
#main .portf_gallery li a span {
	display:none;
}
#main .portf_gallery li a:hover, #main .portf_gallery li.selected a {
	color:#525355;
	text-decoration:none;
	background-position:0 -15px;
}
#main .portf_gallery li a:hover span, #main .portf_gallery li.selected a span {
	display:block;
}
#main .portf_gallery .nav-switch {
	float:left;
	margin-left:15px;
}
#main .portf_gallery .nav-switch a {
	float:left;
	height:15px;
	display:block;
}
#main .portf_gallery a.prev-button {
	margin-right:6px;
	padding-left:20px;
	background:top left no-repeat url(../images/prev-button.gif);
}
#main .portf_gallery a.next-button {
	padding-right:20px;
	background:top right no-repeat url(../images/next-button.gif);
}
#main .portf_gallery .nav-switch a:hover {
	background-position:0 -15px;
	text-decoration:none;
	color:#ffffff;
}
#main .portf_gallery a.next-button:hover {
	background-position:30px -15px;
}
/*#main .portf_gallery a.prev-button span, #main .portf_gallery a.next-button span {
	display:none;
}*/


#main .right .portf_detail {
	float:left;
	width:275px;
	color:#ffffff;
}
#main .right .portf_detail table {
	border:1px solid #838585;
	border-collapse: collapse;
}
#main .right .portf_detail td {
	border:1px solid #838585;
}

#main .right .portfolio-images {
	padding-left:14px;
}


/* contact */

#homemain .contact-column a {
	color:#FFFFFF;
}

/* video */

#main .video-left, #main .video-right {
	float:left;
	width:473px;
	text-align:center;
}


/* footer */

#footer {
	border-top:1px solid #6d6e71;
	position: fixed;
	width: 100%;
	height: 30px;
	bottom: 0px;
	background: #0F0F0C;
}
#footer .content {
	width:730px;
	padding:6px 60px 0 160px;
}
#footer ul, #footer li {
	padding:0;
	margin:0;
	list-style:none;
}
#footer ul {
	float:left;
}
#footer li {
	display:inline;
	border-left:1px solid #525355;
	padding:0 12px 0 15px;
}
#footer li.first {
	border:none;
}
#footer a:hover {
	background:none;
}
#footer a.silver {
	float:right;
	padding-top:2px;
	text-decoration:underline;
}
#footer a.logon {
	float:left;
	border-left:1px solid #525355;
	padding:2px 12px 2px 15px;
	margin:0px 0 0 0;
}
#footer a:hover.logon {
	color:#FFFFFF;
	text-decoration:none;
}
#footer .logged-in {
	padding-top:2px;
}


/* Styles for the public site are entered here */

#body {
	margin:0;
	padding:0;
}

/* Some handy common styles */

.html a {  }
.html a:hover {  }

.html img[align=right] {
	clear:right;
	margin:0 0 2px 10px;
}
.html img[align=left] {
	clear:left;
	margin:0 10px 2px 0;
}

.clear { clear:both; }

/* project Cat Box */

a.project_cat {
	float: left;
	width: 150px;
	height: 130px;
	color: #C0C1C3;
}

a.project_cat.small {
	width: 100px;
	height: 90px;
	color: #C0C1C3;
}

a.project_cat:hover, a.project_cat:hover img {
	text-decoration: none;
	opacity: 1;
}

a.project_cat img {
	height: 100px;
	text-align: center;
	border: none;
	opacity: 0.8;
}

a.project_cat.small img {
	width: 70px;
	height: auto;
	float: left;
	
}

a.project_cat span {
	text-align: left;
	font-size: 14px;
}

a.project_cat.small span {
	font-size: 11px;
}

/* project Box */

a.project {
	float: left;
	width: 250px;
	height: 40px;
	padding: 5px;
	color: #C0C1C3;
}

a.project:hover, a.project:hover img {
	text-decoration: none;
	opacity: 1;
	background: #121212;
}

a.project img {
	height: 40px;
	text-align: center;
	border: none;
	opacity: 0.8;
	float: left;
	margin-right: 20px;
}

a.project span {
	text-align: left;
	font-size: 14px;
	color: #C0C1C3;
}

/* Project View */

a.project_thumb {
	outline: none;
	color: #C0C1C3;
}

a.project_thumb img {
	border: 2px #525355 solid;
}	

a.project_thumb span {
	display: none;
}

div#canvas {
	width: 525px;
	height: 335px;
	display: block;
	text-align: center;
}

div#canvas img {
	max-height: 305px;
	display: block;
}

div#canvas span {
	font-style: italic;
	line-height: 19px;
}

/* Gallery */
.mix_gallery_item img { border:none; padding:2px; }

#gallery_popup { padding:0; margin:0; background-color:#000000; color:#999999; font-size:12px }
#gallery_popup .gallery_caption, #gallery_popup .gallery_footer { width:152px; margin:14px 14px 14px 0 }
#gallery_popup .gallery_caption { position:absolute; top:0; right:0 }
#gallery_popup .gallery_caption h1 { color:#FFFFFF; font-weight:normal; font-size:16px; margin-top:0 }
#gallery_popup .gallery_footer { position:absolute; bottom:0; right:0; border-top:1px #666666 dotted }
#gallery_popup .gallery_footer h2 { color:#FFFFFF; font-weight:normal; font-size:1em; line-height:1.1em; margin:1em 0 0 0 }
#gallery_popup .gallery_browser { margin-top:1em }
#gallery_popup .gallery_browser img { margin-right:1px }
#gallery_popup #mix_ip_image { border-right:solid 1px #FFFFFF }

/* Standard Form Layout */
.form_standard fieldset { display: block; border: none; margin: 0 0 0 10px; padding: 0; }

	/* Radio button groups */
	.form_standard fieldset fieldset { clear: left; }
	.form_standard fieldset.radio {  } /* margin: 1em 0 0 -1em; */
	.form_standard fieldset.radio legend { font-weight:bold;}
	.form_standard fieldset.radio input { position: static; clear: both;  } /*float: left;*/
	.form_standard fieldset.radio label { position: relative; top: 0.5em; display: inline; width: auto; margin: 0 0 0 2em; font-weight: normal; }
	.form_standard fieldset.radio span { position: relative; top: 0.3em; }
	.form_standard fieldset.radio span span { top: 0; }

	/* Labels */
	.form_standard fieldset legend { color: black; font-weight: normal; padding: 0; margin: 5px 0 0 0; }
	.form_standard fieldset legend.bold { font-weight: bold; }
	.form_standard label { clear: both; float: left; display: block; width: 9em; margin-top: -0.8em; }
	.form_standard label.first { margin-top: 0.6em; }
	.form_standard label.no_input { position: relative; top: -1.6em; left: 9em; display: block; margin:0; padding:3px 0 3px 0; font-weight:normal; width: 18em;}

	/* Normal inputs */
	.form_standard input { position: relative; top: -1.6em; left: 9em; display: block;}
	.form_standard textarea { position: relative; top: -1.6em; left: 9em; display: block; width:200px;height:100px;}
	.form_standard span.text { position: relative; top: -1.1em; left: 9em; display: block; width: 250px; }
	.form_standard input.submit { clear: both; top: 0;;}
	.form_standard input.left { left: 1em; }
	.form_standard select { position: relative; top: -1.6em; left: 9em; display: block; }

	/* Smarty Date inputs - used in additional fields */
	.form_standard div { clear:both; width:250px; }
	.form_standard div select.month { display:inline; margin-right: 4px; }
	.form_standard div select.day { display:inline; margin-right: 4px; }
	.form_standard div select.year { display:inline; }

	.form_standard div.date_range { width: 300px; }
	.form_standard div.date_range div { float:left;clear:both; margin-left: 5px; font-weight:normal; }


	.fieldset_checkbox_scroll { width:350px;height:250px;overflow:auto; }

/* Contact Form */

.error_text {color:#FF0000; font-style:italic;font-size:10px;padding:10px 10px 30px 10px;}
.form_inline strong, strong.form_inline, label.form_inline { clear:left; float:left; display:block; width:100px; }
.form_inline label { clear:left; float:left; }

div.change-form { width:350px; }
.change-form label.first {margin-top:0;}
.change-form label { float:left; width:100px; margin-top:0; padding:2px 0 2px 0; font-weight:normal; text-transform:lowercase; }
.change-form input { float:left; width:234px; position:static; margin-bottom:2px; background-color:#bcbdbe; }
.change-form textarea { float:left; left:0; width:234px; position:static; background-color:#bcbdbe; }
.change-form input.send-message { float:left; width:120px; margin-top:4px; background-color:#bcbdbe; border:2px outset #FFFFFF }

/* Shop */

.shopcrumb, .shopcrumb a { color:#666666; }

.shop_prod_list, .shop_prod_list li { clear:left; list-style:none; margin:0; padding:0; }
.shop_prod_list { width:80%; }
.shop_prod_list li { padding-bottom:20px; }
.shop_prod_list img { float:left; border:none; margin:0 10px 10px 0; }
.shop_prod_list .price_box { float:right; width:150px; margin:0 0 0 10px; font-weight:bold; text-align:right; }

.shop_pics { float:left; padding:0 15px 15px 0; width:100px; }
.shop_buynow { float:right; margin:0 0 15px 15px; width:170px; }
.shop_buynow form { margin:0; padding:0; }

/* Checkout */

.checkout_box { float:left; width:175px; margin:0px 15px 15px 0px; }
.checkout_box_input { float:left; width:35px; }
.checkout_box_label { float:left; width:150px; }
.checkout_subtle label { font-size:11px; color: #999; cursor: pointer; }
.checkout_textarea { width:200px; height:80px; }
.checkout_error { color:#FF0000; font-style:italic; }
.checkout_payment_options { list-style:none; margin-left:20px; padding-left:0; }

.checkout_order_summary th { font-style:italic; font-weight:normal; border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_item td			{ border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_discount td	{}
.checkout_order_summary tr.row_shipping td	{}
.checkout_order_summary tr.row_total td			{ border-bottom:1px solid #E7D9C5; border-top:1px solid #E7D9C5; }

/* User Signup */

.signup_text_label { float:left; clear:left; display:block; width:120px; font-weight:bold; }

/* Workshop */
.workshop_container { border: 1px solid black; width: 760px; }
.workshop_container legend { font-weight: bold; padding: 0; margin: 0; }

.workshop_build_preview { float: left; width: 200px; }
.workshop_build_canvas { display:block; }
.workshop_build_canvas ul { }
.workshop_build_canvas li { display: inline; padding-right: 25px; }

.workshop_build_scroll {  height: 400px; overflow: auto; }
.workshop_build_scroll_item { float:left; padding:5px; width:150px; border: 2px solid white; }
.workshop_build_scroll_item {  }
.workshop_build_scroll_radio p { margin-left: 25px; }

.workshop_build_scroll p { clear:both; }

.workshop_cat_tree { margin: 0 0 0 1em;	padding: 0;	overflow: auto; }
.workshop_cat_tree ul {	margin: 0; padding: 0; padding-left: 20px;	background: url(../admin/images/workshop_tree_menu.gif) no-repeat left top; }
.workshop_cat_tree li {	list-style: none;	margin: 0; padding: 0; }
.workshop_cat_tree span {	position: relative;	top: -0.3em; }

.workshop_build_sel { background-color: #eee; }

.workshop_fieldset { border: 1px solid black; margin: 5px; padding:5px; }
.workshop_fieldset legend { font-weight: normal; }
.workshop_fieldset p label { float: left; width: 100px; }

.workshop_panel_selected { font-weight: bold; }

.workshop_swatch_label { border: 1px dotted #000; padding: 4px; }
.workshop_swatch_image { text-align: center; padding: 4px; margin: 0;}
.workshop_swatch_image img { border: 1px solid #000; }

.workshop_swatch_pick { width: 35px; height: 35px; border: 1px solid black; }

/* forum */
.forum_input label {display:block;}
.forum_input textarea {width:50%;height:12em}
.forum_input input {width:30%;}
.forum_input .submit {width:auto;}
.forum_input .checkbox {width:auto;float:left;}

.cb_label { float:left; }
:auto;float:left;}

.cb_label { float:left; }
.cb_label { float:left; }
float:left; }
; }

