/* @override 
	http://filmgraphics.net/filmgrap_ee/stylesheets/filmgraphics.css
	http://www.filmgraphics.net/filmgrap_ee/stylesheets/filmgraphics.css
	http://filmgraphics.net/stylesheets/filmgraphics.css
*/

/*-------------------------------------
Filmgraphics

Structure

version: 1.0
author: IMP Designs
email:info@impdesigns.com
website:http://www.impdesigns.com
copyright:(c)2009
---------------------------------------*/
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,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
 	 margin: 0;
	 padding: 0;
 	 border: none;
 	 outline: none;
 	 vertical-align: baseline;
 	 list-style: none;
 	 text-decoration: none;
}

body{
	font: normal 14px/14px "Trebuchet MS", 
	"Lucida Grande", Lucida, Verdana, sans-serif;
	color: #434343;
	width: 100%;
	height: 100%;
}

.container{
	margin: 0 auto;
	width: 890px;
	height: 100%;
}

/* @group Structure */

#header {
	margin: 0;
	padding: 0;
	height: 136px;
}

#sub_nav{
	margin: 0 auto;
	padding: 0;
	width: 890px;
	height: 45px;
}

#subheader {
	margin: 0 auto;
	width: 890px;
	height: 294px;
}

#content {
	width: 890px;
	margin: 15px auto 0;
	height: 100%;
}

#middle_content{
	width: 890px;
	margin: 15px auto;
	height: 170px;
	padding: 0;
}

#bottom_list{
	padding: 0 0 5px;
	width: 890px;
	margin: 15px auto 0;
	background: #f3f3f3;
}

.background{
	width: 890px;
	background: url(../../images/bottom_bg_slice.gif) repeat-y;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

#footer{
	width: 890px;
	height: 25px;
	background-color: #F0F0F0;
	border-top: 1px solid silver;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 15px;
}

#header_text {
	background: url(../../images/header_text.gif) no-repeat 0 bottom;
	text-indent: -9999px;
	height: 58px;
	width: 550px;
	float: left;
	margin-left: 11px;
	padding: 0;
	margin-top: 40px;
}

h1#site_logo{
	width: 208px;
	height: 106px;
	background: url(../../images/site_logo.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

h1#site_logo a{
	width: 100%;
	height: 100%;
	display: block;
}	

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clearBoth{
	clear: both;
}

.noMargin{
	margin: 0;
}

#id_logo{
	padding: 0;
	float: right;
	background-position: 0 -50px;
	margin: 0 10px 0 0;
}

#leftcol{
	width: 550px;
	float: left;
	margin: 0 20px 20px 0;
}

#leftcol ul{
	padding-left: 100px;
	line-height: 19px;
	padding-bottom: 12px;
}

#leftcol ul li{
	list-style-type: disc;
	list-style-position: outside;
}


#rtcol{
	margin: 20px 0;
	float: left;
	border-left: 2px solid #F0F0F0;
	width: 315px;
	height: 100%;
}

#rtcol2{
	margin: 0 0 20px;
	float: left;
	border-left: 2px solid #F0F0F0;
	width: 315px;
	height: 100%;
}

#leftcol_contact{
	width: 480px;
	float: left;
	margin: 0 20px 20px 0;
}

#rtcol_contact{
	width: 360px;
	margin: 0 0 20px;
	float: left;
	padding-left: 20px;
	border-left: 2px solid #F0F0F0;
}

/* @end */

/* @group Navigation */

ul#main_nav{
	list-style: none;
	height: 30px;
	margin: 0;
	display: block;
	float: left;
	width: 890px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul#main_nav li{
	text-indent: -9999px;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;	
}

ul#main_nav li#home {
	width: 53px;
}

ul#main_nav li#about {
	width: 82px;
}

ul#main_nav li#lrgformat {
	width: 116px;
}

ul#main_nav li#displays {
	width: 139px;
}

ul#main_nav li#artrepro {
	width: 136px;
}

ul#main_nav li#prepress {
	width: 144px;
}

ul#main_nav li#client_login {
	width: 116px;
}

ul#main_nav li#contact {
	width: 104px;
}

ul#main_nav li a{
	width: 100%;
	height: 100%;
	float: left;
}

ul#main_nav li#home a{
	background-image: url(../../images/nav_home.gif);
}

ul#main_nav li#about a{
	background-image: url(../../images/nav_about.gif);
}

ul#main_nav li#lrgformat a{
	background-image: url(../../images/nav_lrgformat.gif);
}

ul#main_nav li#displays a{
	background-image: url(../../images/nav_displays.gif);
}

ul#main_nav li#specs a{
	background-image: url(../../images/nav_specs.gif);
}

ul#main_nav li#client_login a{
	background-image: url(../../images/nav_clientlogin.gif);}
	
ul#main_nav li#artrepro a{
	background-image: url(../../images/nav_artrepro.gif);
}

ul#main_nav li#prepress a{
	background-image: url(../../images/nav_prepress.gif);
}

ul#main_nav li#contact a{
	background-image: url(../../images/nav_contact.gif);
}

li a:hover {
	background-position: 0 -30px;	
}

li.current a{
	background-position: 0 -60px;	
}

li a:active{
	background-position: 0 -90px;	
}

ul.sub_nav{
	width: 890px;
	height: 100%;
}

ul.sub_nav li{
	height: auto;
	width: auto;
	float: left;
}

#sub_nav ul.sub_nav li a{
	list-style: none;
	text-decoration: none;
	color: #999;
	width: 106px;
	display: block;
	float: left;
	font-size: 13px;
	margin-top: 7px;
	height: 30px;
	padding-right: 5px;
	text-align: center;
}

#sub_nav ul.sub_nav li a:hover{
	color: #990000;
}

#sub_nav ul.sub_nav li.current a{
	color: #990000;
}


ul#footer_nav{
	list-style: none;
	float: left;
	text-decoration: none;
	color: #666666;
	width: 750px;
	font-size: 10px;
	float: left;
	padding-left: 15px;
	margin-top: 5px;
	height: 15px;
}

ul#footer_nav li{
	display: inline;
	float: left;
	margin-left: 3px;
}

ul#footer_nav li.copyright{
	margin-left: 30px;
}

/* @end */

/* @group TEXT */

a{
	color: #333;
}

p a{
	color: #990000;
}

p a:hover{
	color: black;
	text-decoration: underline;
}

.intro{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	padding-left: 15px;
}
.intro_no_top_margin {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 15px;
}

.intro_contact{
	font-size: 15px;
	line-height: 21px;
	margin-left: 15px;
	width: 254px;
	float: left;
}

.intro_contact a{
	color: #990000;
}

.intro_contact a:hover{
	color: #999999;
}


p{
	font-size: 14px;
	line-height: 20px;
	padding-left: 75px;
	padding-right: 0;
	padding-bottom: 12px;
}
p.registration{
	padding-left: 15px;
}
p.registration a{
	color: #fff;
	background-color: #990000;
	padding: 3px 5px;
}
p.registration a:hover{
	background-color: #db0000;
	text-decoration: none;
}
p.subheader_img {
	background: none no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	width: 527px;
	height: 294px;
}

p.subheader_img img {
	height: auto;
}


.subheader_text {
	margin: 0;
	background-image: url(../../images/rt_subnav.gif);
	width: 363px;
	padding: 25px 0 0;
	clear: none;
	float: right;
	height: 269px;
	color: #666666;
	font-size: 125px;
	line-height: 150px;
	text-align: center;
	letter-spacing: 10px;
}

p.subheader_subtext {
	color: #666666;
	font-size: 40px;
	line-height: 0;
	letter-spacing: 5px;
	margin: 0;
	padding: 0;
}

p.smsubtext{
	font-size: 15px;
	color: #cc6600;
	margin: 20px 0 0;
	letter-spacing: 0;
	line-height: 22px;
	padding: 0;
}

p.form{
	margin: 0;
	padding-left: 0;
	line-height: 16px;
	font-weight: bold;
	padding: 0;
	font-size: 14px;
}

p.map{
	margin-bottom: 10px;
	padding: 0;
}

table th{
	float: left;
	margin-bottom: 5px;
}



ul.graphic_spec{
	padding-left: 75px;
	font-size: 14px;
	line-height: 20px;
	padding-right: 0;
}

ul.graphic_spec.li,strong{
	font-size: 14px;
	line-height: 23px;
}

ul.graphic_spec li{
	font-size: 14px;
	line-height: 17px;
}

h1 {
	color: #990000;
	line-height: 50px;
	font-size: 26px;
	margin-left: 15px;
}
h1.top_margin_15{
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
}
h2{
	color: #990000;
	display: block;
	line-height: 40px;
}
h2.subhead{
	padding-left: 75px;
	color: #000;
	line-height: 18px;
	margin-bottom: 12px;
	padding-top: 10px;
}
h2.product_category{
	color: #666666;
	clear: left;
	height: 40px;
	width: 890px;
}

h2.product_category a:hover{
	color: #990000;
	text-decoration: underline;
}
h3.subhead_level2{
		color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-left: 75px;
	line-height: 18px;
}

h3.product_detail{
	color: #333333;
	margin: 0;
	padding: 0;
}

.category_group, a:hover h3.product_detail{
	color: #888;
}

h4.product_detailtext{
	color: #777;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
	margin-top: 4px;
}


ul.middle_content{
	width: 820px;
	padding: 0;
	height: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

ul.middle_content li{
	float: left;
	margin-right: 20px;
	width: 190px;
	text-align: center;
}

ul.middle_content li.last{
	margin-right: 0;
}

p.midcont_text a:hover{
	color: #990000;
}

ul.middle_content li p.midcont_text{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 0;
	line-height: 30px;
}

ul.middle_content li .frontimage_text{
	font-size: 12px;
	text-align: center;
}

ul.middle_content a img{
	float: left;
	display: block;
}


ul.middle_content li h3{
	font-size: 16px;
	line-height: 23px;
}

.thumb_box{
	width: 150px;
	height: 170px;
	display: table-cell;
	vertical-align: bottom;
}

/* @group Middle Content on Portable Displays */

.image_size{
	height: 160px;
	width: 160px;
	margin: 0 auto 10px;
}

#middle_contentport{
	width: 890px;
	margin: 15px auto 0;
	height: 450px;
	padding: 0;
}

.category_area {
	width: 100%;
	float: left;
	border-top: 1px solid #F0F0F0;
}

.item_area {
	width: 200px;
	float: left;
	margin-right: 20px;
	text-align: center;
	height: 230px;
}

.item_area h2 {
	line-height: 1em;
	font-size: 18px;
	padding-right: 15px;
	padding-left: 15px;
}

ul.middle_contentport{
	width: 820px;
	padding: 0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	height: 225px;
	border-bottom: 1px solid #F0F0F0;
}

ul.middle_contentport li{
	float: left;
	margin-right: 20px;
	width: 180px;
	text-align: center;
	height: 100%;
	display: block;
}

ul.middle_contentport li.last{
	margin-right: 0;
}

ul.middle_contentport a{
}

ul.middle_contentport li p.midcont_text{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	width: 130px;
	height: 55px;
	padding: 0;
	margin: 0 auto;
}

ul.middle_contentport li .frontimage_text{
	font-size: 12px;
	text-align: center;
}

ul.middle_contentport a img{
	margin-right: auto;
	margin-left: auto;
}


ul.middle_contentport li h3{
	font-size: 16px;
	line-height: 23px;
}

#middle_contentport2{
	width: 890px;
	height: 450px;
	padding: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}


ul.middle_contentport2{
	width: 820px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	margin-top: 15px;
}

ul.middle_contentport2 li{
	float: left;
	margin-right: 20px;
	width: 180px;
	text-align: center;
	height: 100%;
	display: block;
}

ul.middle_contentport2 li.last{
	margin-right: 0;
}

ul.middle_contentport2 a{
}

ul.middle_contentport2 li p.midcont_text{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 0;
	line-height: 20px;
	width: 130px;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
}

ul.middle_contentport2 li .frontimage_text{
	font-size: 12px;
	text-align: center;
}

ul.middle_contentport2 a img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}


ul.middle_contentport2 li h3{
	font-size: 16px;
	line-height: 23px;
}

/* @end */

/* @group bottom listbox */

#bottom_listbox,.container h5{
	background: #f3f3f3 url(../../images/alldisplays.gif) no-repeat;
	height: 41px;
	width: 875px;
	margin: 0;
	text-indent: -9999px;
	padding: 0 0 0 15px;
	float: left;
}

.bottom_listbox{
	padding: 0 10px 0 0;
	float: left;
	margin: 0 0 0 15px;
	width: 195px;
}

.bottom_listboxlast{
	width: 200px;
	padding: 0 14px 0 0;
	float: left;
	margin: 0 0 0 15px;
}

.bottom_listbox li{
	line-height: 14px;
	font-size: 11px;
}

.bottom_listbox li a strong{
	line-height: 20px;
	font-size: 12px;
}

.bottom_listbox li a:hover{
	color: #999999;
}

.bottom_listboxlast li{
	line-height: 14px;
	font-size: 11px;
}

.bottom_listboxlast li strong{
	line-height: 20px;
	font-size: 12px;
}

.bottom_listboxlast li a:hover{
	color: #999999;
}

.bottom_border{
	width: 204px;
	border-right: 1px solid #999;
	margin: 5px 0 0 15px;
	padding: 0;
	float: left;
	height: 100%;
}


/* @end */

/* @group Form */

form#contact_form{
	text-align: left;
	width: 358px;
	margin: 10px 0;
	float: left;
}

form#contact_form dt{
	line-height: 20px;
}

form#contact_form dd input.text{
	width: 350px;
}

form#contact_form dd textarea{
	width: 350px;
}

form#contact_form dd.checkboxes .check_group{
	line-height: 22px;
	text-indent: 35px;
}

h2.contact{
	color: #990000;
	line-height: 23px;
	margin-left: 15px;
	width: 254px;
	display: list-item;
	background-image: none;
}

/* @end */


/* @end */

/* @group Elements */

a p#ftplogin{
	width: 100px;
	height: 30px;
	text-indent: -9999px;
	float: right;
	margin: 68px 0 0;
	padding: 0;
	background: url(../../images/ftplogin.gif) no-repeat;
}

a:hover p#ftplogin{
	background: url(../../images/ftplogin.gif) no-repeat 0 -30px;
}

h6.pdf_button{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

h6.pdf_button a{
	background-color: #990000;
	font-size: 12px;
	padding: 5px;
	color: white;
}


.thank_you{
	margin-bottom: 100px;
}

#category_list{
	margin-left: 15px;
}

.category_list{
	margin-left: 15px;
	width: 875px;
	float: left;
	height: 100%;
	margin-top: 25px;
}

.category_list2{
	margin-left: 15px;
	width: 875px;
	float: left;
	height: 100%;
	border-top: 1px solid #F0F0F0;
	margin-top: 25px;
}


.category_group{
	width: 150px;
	text-align: center;
	margin-right: 20px;
	line-height: 16px;
	float: left;
	height: 230px;
	margin-top: 25px;
}

img.category_image{
	margin-bottom: 10px;
}

/* @group Product Variant page */
#left_col{
	float: left;
	width: 400px;
	height: 350px;
	padding-right: 0;
	margin-right: 20px;
	margin-bottom: 40px;
}
#right_col{
	float: left;
	width: 470px;
	height: 100%;
}

#right_col p{
	margin: 0;
	padding: 0;
}

.bottom_variant{
	width: 200px;
	margin-right: 50px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-top: 25px;
}

.bottom_variant h3.product_detail{
	line-height: 20px;
}

.bottom_variant h4.product_detail{
	margin-top: 10px;
	width: 175px;
	letter-spacing: 1px;
}

.bottom_variant h6.product_detail{
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 19px;
}

.bottom_variant h5.product_detail ul li{
	font-size: 11px;
	color: #666666;
}


img.product_variants{
	margin-bottom: 10px;
}

.bottom_variant-text{
}

/* @end */

/* @group Google Map */
#google_map{
	clear: left;
	float: left;
	width: 400px;
	height: 100%;
	margin-top: 20px;
	padding-left: 15px;
}

#map_canvas{
	width: 400px;
	height: 300px;
	border: 1px solid #666;
}

/* @end */


/* @end */


/* @group GALERIA */

#gallery{
	float: left;
}

ul.gallery{
	display: block;
	float: left;
	width: 400px;
}

ul.gallery li{
	width: 52px;
	height: 52px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

.galleria {
	list-style: none;
}

#main_slide{
	position: relative;
	padding: 0;
	margin: 10px 0 5px;
	width: 400px;
	height: 375px;
}

.galleria_wrapper {
	display: table-cell;
	vertical-align: top;
	height: 350px;
	width: 400px;
	padding-bottom: 30px;
}

img.replaced {
	padding: 0;
	float: none;
	display: block;
	margin: 0 auto;
}

img.replaced a {
}

ul.gallery, ul.galleria {
	width: 450px;
	float: left;
	padding: 0;
	margin: 0;
	height: 80px;
}

ul.gallery_nothumb {
	width: 570px;
	float: left;
	padding: 0;
	margin: 0;
}

.galleria li, .gallery li {
	float: left;
	margin: 15px 13px 0 0;
	width: 58px;
	height: 58px;
}

.galleria li a, .gallery li a {
	width: 58px;
	height: 58px;
	display: block;
}

.galleria li img, .gallery li img{
	background-color: #666666;
	cursor: pointer;
	padding: 2px;
	border: 1px solid #666666;
	margin: 0;}

.galleria li.active img, .gallery li.active img{
	background-color: #990000;
	border: 1px solid #990000;
}


.caption {
	position: absolute;
	background-color: #666666;
	font-size: .9em;
	color: white;
	text-align: left;
	margin: 40px 0 0;
	padding: 10px 20px;
	width: 360px;
	bottom: 0;
}

* html .galleria li div span {
	width: 400px
}

/* MS

IE bug */

/* @end */

/* @group Login Form */

#login_form form{
	text-align: left;
	width: 358px;
	margin: 10px 0 10px 15px;
	
}

 #login_form form dt{
	line-height: 20px;
}
 #login_form form dt label{
}
#login_form form dd input.text{
	width: 350px;
	height: 25px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

login_form form dd textarea{
	width: 350px;
}

#login_form form dd.checkboxes .check_group{
	line-height: 22px;
	text-indent: 35px;
}
#login_form dd.forgot a{
	text-decoration: underline;
	padding-top: 4px;
	display: block;
	font-size: 12px;
}
#login_form dd.submit input{
	background-color: #990000;
	color: #ffffff;
	font: 20px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	border-style: none;
	margin-top: 10px;
	cursor: pointer;
}
/* @end */

/* @group Tables */
table#pro_clients{
	border-collapse:collapse;
	border: 2px solid #000;
	margin-top: 12px;
	width: 470px;
	margin-left: 75px;
	text-align: center;
	padding: 0;
	margin-bottom: 24px;
}
table#pro_clients.four_column td, table#pro_clients.four_column th{
	width:25%;
}
table#pro_clients.three_column td, table#pro_clients.three_column th{
	width:33%;
}  
table#pro_clients td{
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
} 
table#pro_clients th{
	border-left-style: solid;
	border-left-width: 1px;
	float: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
tr.table_header{
	color: #fff;
	background-color: #000;
	
}
td.first_column, th.first_column {
	border-left-style: none;
}
td.first_column{
	background-color: #eee;
}
span.table_desc{
	font-size: 10px;
}
tr.alt{
	background-color: #ededed;
}
/* @end */

