@import url(main_editor_styles.css);

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

body {
	color:#BFCCD8;
	background-color:#00387F;
}
body, input, select, option, textarea {
	font:normal normal normal 16px Calibri, Tahoma, Arial, Helvetica, sans-serif;
}

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

#body {
	margin:0;
	padding:0;
	background:top center #00387F no-repeat url(../images/page-bgnd.jpg);
}
#body.home { background:top center #00387F no-repeat url(../images/homepage-bgnd.jpg); }

/* Some handy common styles */

.html a { border-bottom:1px solid #4C72A5;  }
.html a:hover { color:#F2C700; border-bottom:1px solid #F2C700; }

.html img { padding:1px; border:1px solid #215A90; }
.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; }


/* main site */

a { color:#FFFFFF; text-decoration:none; }
p { margin-top:0 }
h1 { margin-top:0; font-size:33px; font-weight:normal; color:#5178A1; line-height:110%; }
h2 { margin-top:0; font-size:22px; font-weight:normal; color:#FFFFFF; }
h3 { margin-top:0; font-size:22px; font-weight:normal; color:#00387F; }
h4 { margin-top:0; font-size:16px; font-weight:normal; color:#999999; }

#header .content, #home-banner, #banner, #menu, #main, #footer .content { width:900px; margin:0 auto; }


/* header */

#header { height:98px; padding-top:22px; background-color:#FFFFFF; }
#header img.logo { float:left; margin-right:22px; }
#header .caption { float:left; padding-top:16px; }
#header h3 { margin:0; line-height:22px; }
#header h4 { margin:0; line-height:16px; }
#header form { float:right; margin-top:27px; }
#header form input.box { float:left; width:164px; height:18px; padding:2px 0 0 25px; font-size:13px; color:#999999; border:none; background:top left no-repeat url(../images/search-bgnd.gif); }

/* home-banner */
#home-banner {width:901px;height:320px;position:relative;margin:0 auto;padding:0;}
#home-banner div {float:left; margin:0 0 0 1px; width:65px; height:320px; cursor:pointer; overflow:hidden;position:static}

#home-banner #transport-banner ul{height:30px;}
#home-banner #transport-banner {background:32% 0 no-repeat url(../images/banner-transport2.jpg);width:636px;margin:0;}
#home-banner #architecture-banner {background:60% 0 no-repeat url(../images/banner-architecture2.jpg);}
#home-banner #fixtures-banner {background:80% 0 no-repeat url(../images/banner-fixtures2.jpg);}
#home-banner #aerospace-banner {background:82% 0 no-repeat url(../images/banner-aerospace2.jpg);}
#home-banner #more-banner {background:20% 0 no-repeat url(../images/banner-more2.jpg);}

#home-banner #transport-banner ul {right:468px;}
#home-banner #architecture-banner ul {right:316px;}
#home-banner #fixtures-banner ul {right:206px;}
#home-banner #aerospace-banner ul {right:70px;}
#home-banner #more-banner ul {right:-17px;}

#home-banner ul {padding:0;margin:0;position:absolute;right:0;bottom:0;height:0;overflow:hidden;width:auto;}
#home-banner li { list-style:none; display:inline; padding:0; margin:0; float:left;}
#home-banner li.subfirst, #home-banner li.sublast, #home-banner li a { float:left; height:26px; display:block; padding:4px 7px 0 9px; color:#7491AE; background-color:#053E78; }
#home-banner li.subfirst { width:15px; padding:4px 0 0 0; background:top left no-repeat url(../images/banner-menu-start.png); }
#home-banner li.sublast { width:16px; padding:4px 0 0 0; background:top left no-repeat url(../images/banner-menu-end.png); }
#home-banner li a:hover { color:#FFFFFF; }

/* menu */

#menu { padding-top:1px; }
#menu ul, #menu li { margin:0; padding:0; }
#menu.right ul { float:right; }
#menu li { list-style:none; float:left; display:block; height:40px; }
#menu li.start, #menu li.end { width:21px; background:top left no-repeat url(../images/menu-start-bgnd.png); }
#menu li.end { background-image:url(../images/menu-end-bgnd.png); }
#menu li.divider { width:24px; background:top left no-repeat url(../images/menu-divider-bgnd.png); }
#menu li a { height:40px; display:block; padding:5px 8px 0 7px; font-size:22px; color:#A5BDD3; background:top left repeat-x url(../images/menu-bgnd.png); }
#menu li a:hover { color:#FFFFFF; }

/* main */

#main { padding:54px 0 58px 0; }
#main .left { float:left; width:210px; }
#main .right { float:right; width:628px; margin-right:30px; }
#main .subtop { height:3px; background:top left no-repeat url(../images/submenu-top-bgnd.png); }
#main .submenu { width:144px; padding:28px 32px 36px 35px; background:bottom left no-repeat url(../images/submenu-bottom-bgnd.png); }
#main .submenu p { margin-bottom:12px; color:#FFFFFF; }
#main .submenu ul, #main .submenu li { padding:0; margin:0 ; }
#main .submenu li { list-style:none; border-top:1px solid #1B467D; margin-top:5px; }
#main .submenu li a { color:#67A5D8; display:block; padding-left:16px; margin-top:4px; background:top left no-repeat url(../images/submenu-bullet.png); }
#main .submenu li.first { border:none; margin:0; }
#main .submenu li.first a { margin-top:0; }
#main .submenu li a:hover { color:#98B8D6; background-position:-200px 0; }
#main .submenu ul ul { margin-top:0.5em; }
#main .submenu ul ul li { border:none; margin:0.5em 0; }
#main .submenu ul ul li a { padding-left:16px; margin:0; font-size:13px; color:#5E92BE; border:none; background:none; }
#main .submenu ul ul li a:hover { color:#98B8D6; }
#main .submenu ul ul ul { margin:0.5em 0 0.5em 1em; }
#main .submenu ul ul ul li { margin:0; }
#main .left a.promo { width:185px; height:82px; padding:10px 10px 0 15px; display:block; margin-top:32px; background:top left no-repeat url(../images/promo-bgnd.jpg); }
#main .left .promo h2 { margin:0; color:#000000 }
#main .left .promo p { font-size:12px; color:#796300; line-height:13px; }
#main .left a:hover.promo p { color:#000000 }
#main .right .textcol { float:left; width:392px; margin-right:10px; }
#main .right .gallerycol { float:left; width:226px; }

/* slideshow */

#main .right .wrapper { display:block; height:600px; padding-top:20px; }
#main .right .inner .img { width:537px; position:absolute; top:0; left:0; }
#main .right .inner .img-area { padding:1px; border:1px solid #215A90; }
#main .right .inner .caption { float:right; text-align:right; margin-top:1px; background:top left repeat-x url(../images/caption-bgnd.png); }
#main .right .inner .caption img { float:left; }
#main .right .inner .caption .content { float:left; padding:5px 5px 0 9px; color:#BFCCD9; }
#main .right .slidenav { position:relative; top:0; left:537px; width:92px; }
#main .right .slidenav img { padding:1px; border:1px solid #215A90; margin:0 0 4px 4px; }

/* footer */

#footer { padding-bottom:50px; font-size:13px; color:#4B709E }
#footer a { color:#4B709E; }
#footer.bgnd { padding-top:40px; background:top left #00387F repeat-x url(../images/footer-bgnd.png); }

#footer .nav ul, #footer .nav li { padding:0; margin:0; }
#footer .nav li { float:left; width:100px; list-style:none; margin-right:12px; }
#footer .nav .company { float:left; width:128px; margin-right:12px; }
#footer .nav .company a.title { color:#FFFFFF; }
#footer .nav li.transportation, #footer .nav .transportation li { width:110px; }
#footer .nav li.architecture, #footer .nav .architecture li { width:80px; }
#footer .nav li.fixtures, #footer .nav .fixtures li { width:90px; }
#footer .nav li.aerospace, #footer .nav .aerospace li { width:90px; }
#footer .nav li.other, #footer .nav .other li { width:132px; }
#footer .nav li.other { margin-right:0 }
#footer .nav li a { color:#FFFFFF; }
#footer .nav li a.email { color:#4B709E; }
#footer .nav ul ul li { margin:0; }
#footer .nav ul ul li a { padding-left:14px; color:#4C72A5; background:top left no-repeat url(../images/nav-bullet.png); }
#footer .nav ul ul li a:hover { color:#849EBF; background-position:0 -16px; }

#footer .textblock { float:right; text-align:right; }


/* Gallery */
.mix_gallery_item img { padding:1px; border:1px solid #215A90; margin:0 0 10px 10px; }

#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 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 { position: static; 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; font-weight:bold; }
	.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; }

	/* Delete Checkbox */
	.form_standard div.delete_checkbox{ padding:4px; }
	.form_standard div.delete_checkbox label {position: relative; top: -2.3em; left: 11em; display: block;font-weight:normal;}

	/* User Image Upload */
	.form_standard div.user_image_upload { float:left; margin:0 8px 8px 0; border:1px solid #EBDAC7; padding:10px; width:130px; height:180px; background-color:#FFFFFF }
	.form_standard div.user_image_upload:hover, .form_standard div.user_image_upload.selected { border:2px solid #FFCC00; padding:9px; background-color:#FFFFCC }


	.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; }

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


/* User Media */
.user_media_browser {float:left;margin:0 0 10px;text-indent:0; padding:10px;}
.user_media_browser li.thumb {float:left;list-style-type:none;padding:0;margin:10px;text-indent:0;width:100px;position:relative;}
.user_media_browser a.thumb {width:100px;height:100px;display:block;position:relative;background:center center no-repeat;}
.user_media_browser h2 {font-size:10px;}
.user_media_browser_admin li.thumb {width:220px;}
.user_media_browser_admin a.thumb {float:left;}
.user_media_browser_admin .info {width:100px;float:right;}

.user_media_browser_admin ul.actions li{margin:0;padding:0;list-style-type:none;text-indent:0;}
.edit a, .delete a {display:block;padding-left:20px;background:url('../images/user_media/icon_edit.png') center left no-repeat;}
.delete a{background-image:url('../images/user_media/icon_delete.png')}

.user_media_comments {width:280px;margin:20px 0;float:left;}
.user_media_comments .date {position:absolute;top:0;right:0;}
.user_media_comments .comment {border:0;border-bottom:1px solid #c4a86f;position:relative;margin:9px 0;padding:0;}
.user_media_comments .comment h3 {padding:0;margin:0 0 3px;}
.user_media_comments .comment p {padding:0;margin:0 0 3px;}
.user_media_comments textarea {width:270px;}
.user_media_comments input {float:right;margin-right:-1px}


div.album_picker form{float:right;margin-top:10px;}
div.album_picker h1{float:left;}
div.alert {padding:10px;background:#f4eedf;border:1px solid #ead6af;} /*where is this? */
li.alert, p.alert {font-style:italic;font-weight:bold;}
#displimit {font-size:9px;font-family:arial;margin-left:110px; } /*what is this*/
/* /END */

/* upload page */
form p{font-size:10px;}
.checklabel{ float:left; width:110px;}
.cbr_group img{vertical-align:middle;}
.cbr_group label{display:block;padding-bottom:10px;}


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

/* Box on Forum startpage */
#currentuser { margin-top: 5px; margin-bottom: 15px; position:relative; width:500px; text-align:left; left: 2px; } /* enclosing box */
.forum_currentuser { font-weight:bold; }
.forum_userdetails { clear: both; font-style: italic; }
.forum_userdetails_posts { clear: both; }

#alluserposts { margin-top: 5px; margin-bottom: 15px; position:relative; width:500px; text-align:left; left: 2px; } /* enclosing box */
lative; width:500px; text-align:left; left: 2px; } /* enclosing box */
