/**********************************************************************************
=Global 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, 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: 0;
	outline: 0;
	font-weight: bold;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body
{
	height:100%;
}

body 
{
    color:#FFFFFF;
    background: #151313 url(../images/bg.gif ) no-repeat 50% 0;    
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
	line-height: 1;
}

/**********************************************************************************
=Useful Classes
**********************************************************************************/
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

	/* WinIE7 only */
	*:first-child+html .clearfix 	{ height:1%; }
	
	/* WinIE6 and below */
	/*¥*/
	* html .clearfix { height:1%;}

	/**/
	/* MacIE only */
	/*¥*//*/
	.clearfix { display:inline-table; }
	/**/

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }

.b , strong, b { font-weight:bold; }
.i , em, i { font-style:italic; }

.nobrk  { white-space : nowrap; }
.upper {text-transform:uppercase;}

/**********************************************************************************
=Common Elements
**********************************************************************************/
h1
{
	margin-bottom:10px;
	font-size:2.18em;
	font-weight:bold;
	float:right;
	color:#007CC2;
}

h2
{
	font-size:1.6em;
	font-weight:bold;
}
  
h3
{
	font-size:1.4em;
	font-weight:bold;
}

h4
{
	font-size:1.2em;
	font-weight:bold;
}

h5{font-weight:bold;}

p
{
	padding:0px;
	font-size:1em;
	font-weight:bold;
}

.precis{font-weight:bold;color:#007CC2;}

ul, ol
{
	padding:0 0 20px 20px;
	font-weight:bold;
}

img {border:none;}

a:active, a:focus {outline: 0;}

del {text-decoration: line-through;}

/**********************************************************************************
=Text
**********************************************************************************/


/**********************************************************************************
=Links
**********************************************************************************/

a {color:#FFFFFF;text-decoration:none;}
a:hover {color:#86D0FF;text-decoration:underline;}

a.aBack
{
    background:url(../images/arrow_prev_faded.gif) no-repeat left;
    padding-left:20px;
    float:left;
    height:21px;
    line-height:15px;
}

a.aMore, a.bMore
{
    background:url(../images/arrow_next_blu.gif) no-repeat right;
    padding-right:20px;
    float:right;
    height:21px;
    line-height:15px;
}
    a.bMore{float:left;}

/**********************************************************************************
=Forms 
**********************************************************************************/

form
{
	margin:0;
	padding:0;
}

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}

/**********************************************************************************
=Tables 
**********************************************************************************/
table
{
	font-size: 100%;
	border:0;
	margin:0;
	padding:0;
	border-collapse: separate;
	border-spacing: 0;
}
	caption, th, td
	{
		text-align: left;
		font-weight: bold;
	}
	
table.form td
{
    padding:2px 0;
}

/**********************************************************************************
=Layout
**********************************************************************************/
#container
{
	margin-left:12px;
	margin-right:12px;	
	text-align:left;	
	width:978px;
}
	
#header
{
	width:978px;
}

#strap
{
    font-size:1.5em;
    padding:45px 0 0 20px;
    float:left;
    color:#007CC2;
    font-weight:normal;
}

#nav
{
	width:954px;
	height:47px;
	background: url(../images/nav_bg.gif ) repeat;
	font-size:1.09em;
	padding:0 0 0 24px;
	margin:10px 0 0 0;
}

	#nav ul
	{
		list-style-type:none;
		padding:19px 0;
		margin:0;
		text-align:center;
		clear:both;}
		
		#nav ul li
		{
			float:left;}
			
			#nav ul li.home{width:95px;}
			#nav ul li.machinery{width:188px;}
			#nav ul li.upgrades{width:197px;}
			#nav ul li.spare{width:127px;}
			#nav ul li.rebuilt{width:197px;}
			#nav ul li.contact{width:121px;}
			
						
			#nav ul li a:hover{text-decoration:none;}
	
#outer
{
	margin-top: 3px;
	padding: 5px 4px;
	width:962px;
	border: 4px solid #292E31;
	background: #000000;
	
}

#left_container{width: 208px; float:left;}

#submenu
{
	padding: 11px 11px 15px;
	width: 178px;
	border: 4px solid #3E4447;
	background: #161A1D;}
	
	#submenu h2
	{
	    font-weight:bold;
	    color:#777C7F;
	}
	
	#submenu ul
	{
		list-style-type:none;
		padding:0;
		margin:0;		
		width:175px;
		clear:both;
		line-height:20px;
	}
		
		#submenu ul li{border-bottom:dashed 2px #3E4447;}
		#submenu ul li.last{border-bottom:none;}
		
		#submenu ul li.selected{font-weight:bold;}
		
	    #submenu ul li ul
	    {
		    list-style-type:none;
		    padding:0;
		    margin:0 0 0 20px;		
		    width:145px;
		    clear:both;
		    line-height:20px;
		    font-weight:bold;
		    text-transform:none;
		}
    		
		    #submenu ul li ul li{border-bottom:none;}
		    #submenu ul li ul a{color:#9F9F9F;}
		    
		    #submenu ul li ul a.current{color:#9F9F9F;font-weight:bold;}
		
		
#latest_news_image
{
	margin-top:19px;
	padding: 0;
	width: 200px;
	height:150px;
	border: 4px solid #3E4447;
	background: #161A1D;}	
	
#latest_news_article
{
	margin-top:3px;
	padding: 6px 12px 7px 9px;
	width: 179px;
	height: 66px;
	*height: 60px;
	border: 4px dashed #3E4447;
	background: #231F20;
	}
	
	#latest_news_article .title{font-size:1em;line-height:15px;color:#86D0FF;}	

#content
{
	padding:25px 35px 0 38px;
	width:681px;
	float:right;
	font-size:1.2em;
}
    #content.home
    {
        padding:0 0 0 18px;
        width:730px;
    }
    
    #content p{padding:0 0 10px 0;}

#footer
{
	margin: 15px 0 0 0;
	*margin: 45px 0 0 0;
	padding: 0;
	width:962px;
	height:124px;
	background: url(../images/bg_footer.gif) no-repeat;	
}	 

#footer .contact_details
{
	margin:0 28px 0 0;
	padding:16px 0 0 0;
	float:right;
	text-align:left;
}

	#footer .contact_details .t
	{
		padding-left:15px;
		background: url(../images/icon_footer_t.gif) no-repeat left;
		width:115px;
		height:19px;
		line-height:15px;}
		
	#footer .contact_details .f
	{
		margin-top:10px;
		padding-left:15px;
		background: url(../images/icon_footer_f.gif) no-repeat left;
		width:115px;
		height:22px;
		line-height:15px;}
		
	#footer .contact_details .e
	{
		margin-top:10px;
		padding-left:15px;
		background: url(../images/icon_footer_e.gif) no-repeat left;
		width:115px;
		height:16px;
		line-height:10px;}

#footer .address1,.address2
{
	margin:0 28px 0 0;
	padding:18px 0 0 0;
	width:120px;
	float:right;
	text-align:left;
}		

	#footer .address1 b,.address2 b{font-size:1.09em;color:#86D0FF;text-transform:uppercase;}
	
	.social_network
	{
	    text-transform:uppercase;
	    float:right;
	    margin:15px 100px 0 0;
	    text-align:right;
	}
	    .social_network img{margin:5px 0 0 2px;}

#footer2
{		
	margin: 0 0 0 20px;
	padding: 13px 10px 0 0 ;	
	height:32px;
	color:#989DA0;
	line-height:15px;
}	

	#footer2 a{color:#989DA0;}


.toplinks
{
	margin: 0;
	padding: 45px 30px 0 0;
	font-size:1.09em;
	text-transform:uppercase;
	} 
	
	.toplinks a.selected{color:#989DA0;}

.product_box
{	
	margin-left:8px;
	margin-bottom: 25px;
	padding: 8px 7px 2px 7px;
	width: 144px;
	border: dashed 2px #3E4447;
	float: left;
	height:auto!important;
	height:255px;
	min-height:255px;
	}	
	
	.product_box div
	{
	    height:auto!important;
	    height:235px;
	    min-height:235px;
	    padding-bottom:10px;
	}
	.product_box img.product_thumb{border:solid 4px #9FA6AA;}
	.product_box .title{padding-top:5px;font-size:1.09em;font-weight:bold;color:#86D0FF;float:left;text-transform:none;}
	.product_box p{clear:both;float:left;width:130px;text-align:left;text-transform:none;}
	.product_box .title2{color:#86D0FF;float:left;text-transform:none;}
	.product_box a{text-align:right;}
	
.previous	
{
	float:left;
	width:76px;
	height:21px;	
	text-transform:uppercase;
	line-height:15px;
	}
	
	.previous img{float:left;margin-right:4px;}
	.previous a{font-size:1.2em;color:#86D0FF;}
	.previous a:hover{color:#86D0FF;}
	
.next
{
	float:right;
	width:50px;
	height:21px;	
	text-transform:uppercase;
	line-height:15px;}	
	
	.next img{float:right;margin-left:4px;}
	.next a{font-size:1.2em;color:#86D0FF;}
	.next a:hover{color:#86D0FF;}
	
#images
{
    width:352px;
    float:left;
    display:inline;
}
    #images img, .news_image
    {
        border:4px solid #3E4447;
        margin:0 0 10px 0;
    }
	 .news_image
	 {
	    margin:0 0 10px 10px;
	    float:right;
	 }
	
	
#details
{
    float:left;
    width:309px;
    padding-left:20px;
    display:inline;
}

    h3.details, h2.title
    {
        color:#86D0FF;
        font-weight:bold;
        margin:0 0 10px 0;
    }
    h3.title{font-weight:bold;}
    .details
    {
        float:right;
        clear:both;
    }
    
.team
{
    margin:0 0 10px 0;
    padding:0 0 10px 0;
    border-bottom:2px solid #3E4447;
    float:left;
    clear:both;
}
    .team img
    {
        float:left;
        border:3px solid #3E4447;
    }

    .team div
    {
        float:left;
        width:590px;
        margin-left:6px;
    }
    
        .team div.noimage
        {
            width:auto;
            margin:0;
        }

        .team h3
        {
            color:#86D0FF;
            font-weight:bold;
        }  
        
        .team span.role
        {
            font-size:1.2em;
            font-weight:bold;
        }  
        
.cat_top
{
    margin:0 0 10px 8px;
    padding:20px 290px 10px 20px;
    height:auto!important;
    min-height:356px;
    height:356px;
    border:2px solid #292E31;
    font-size:1.09em;
    font-family:Tahoma;
}
    .cat_top h1{float:left;}
       
/**********************************************************************************
=Homepage
**********************************************************************************/
.home_middle_container
{

	float:left;
	width:555px;
	font-size:0.9em;
	padding: 0px 0px 0px 0px;}
	
	#homeimage
    {
        z-index:1;
		border: 4px solid #3E4447;
        height:246px;
        width:547px;
    }
        #homeimage div
        {
            z-index:2;
            height:246px;
            width:547px;
        }
        
        #homeimage a
        {
            z-index:3;
            display:block;
            width:547px;
            height:100%!important;
            text-decoration:none;
            text-align: right;
            vertical-align: bottom;
            color: Black;
        }  	

	.home_image_box
	{
		border: 4px solid #3E4447;	
		width:352px;
		height:246px;
		float:left;
		}
		
	.home_image_text_box
	{	
		margin-left:5px;
		padding: 22px 12px 7px 9px;
		width:161px;
		height:217px;
		border: 4px solid #3E4447;
		background: #161A1D;
		float:right;
		}	

	.home_image_text_box .title{font-size:1.09em;font-weight:bold;line-height:15px;color:#86D0FF;}	
	.home_image_text_box a:hover{color:#86D0FF;text-decoration:underline;}	

	.home_image_text_box .title2{font-size:1.27em;line-height:15px;}	
	.home_image_text_box .title3{font-size:1em;line-height:15px;color:#86D0FF;}	
	.home_image_text_box p{line-height:15px;}

	.home_webshop_box
	{
		margin-top: 19px;
		border: 4px solid #3E4447;	
		width:200px;
		float:left;		
		}
		
	.home_welcome_box
	{	
		margin-top: 19px;
		margin-left: 13px;
		padding: 58px 9px 14px 12px;
		width:304px;
		height:168px;
		border: 4px dashed #3E4447;
		background: #231F20 url(../images/bg_welcome.gif) no-repeat top left;
		float:left;
		}
		
	.home_welcome_box .title{font-size:2.0em;line-height:1em;color:#BDDDF4;}	
	.home_welcome_box .title2{font-size:1.27em;line-height:2em;color:#6FAED2;}	
	
.home_right_container
{
    border:1px solid #3E4447;
	padding: 11px 15px 0 6px;
	width:128px; 
	height: 508px;
	background-color:#0A3A66; 
	float:right;
	text-align:center;}
	
	.home_right_container .featured{padding-bottom:55px;}
	.home_right_container .featured img{border:solid 4px #76A8D7;}	
	.home_right_container .featured .title{padding-top:5px;font-size:1.09em;font-weight:bold;color:#76A8D7;float:left;}
	.home_right_container .featured p{clear:both;float:left;width:130px;text-align:left;font-weight:normal;}
	.home_right_container .featured .title2{color:#76A8D7;float:left;}
	
	
/**********************************************************************************
=Layout
**********************************************************************************/
.news
{
    border-bottom:2px dashed #3E4447;
    padding:10px 0;
}

    .news .date
    {
        color:#64B7ED;
        font-size:1em;
    }
    
    .news .title
    {
        margin:0 0 10px 0;
        text-decoration:none;
        font-size:1.2em;
    }
    
/**********************************************************************************
=Albums
**********************************************************************************/
#album
{
    width:483px; 
    border:4px solid #3E4447;
    margin:0 auto;
}

#album #big_image, #album #big_image img
{
    width:483px;
    height:362px;
    position:relative;
    cursor:pointer;
}
    #album #big_image span.warning
    {
        display:block;
        font-size:1.4em;
        color:#A4AF8E;
        padding:150px 20px 0;
        text-align:center;
    }
    #aEnlarge, #aSave
    {
        display:block;
        position:absolute;
        bottom:0;
        right:10px;
        background:url(../images/bg_enlarge.png) no-repeat;
        width:110px; height:30px;
        line-height:30px;
        padding: 0 0 0 33px;
        color:#DDDDDD;
        text-decoration:none;
        text-transform:uppercase;
        font-size:0.8em;
    }
    #aSave
    {
        bottom:0;
        right:160px;
        background:url(../images/bg_save.png) no-repeat;
        width:45px;
    }
    
#album h3
{
    color:#FFFFFF;
    background:#383D41;
    text-transform:uppercase;
    font-size:1.1em;
    font-weight:bold;
    padding:6px 5px;
    border-top:2px solid #FFFFFF;
}
#album #thumbnails_container
{
    border-left:2px solid #FFFFFF;
    float:left;
    width:419px;
}

    #album #thumbnails ul
    {
        padding:0;
        margin:0;
        list-style-type:none;   
        background:#FFFFFF;
        display:block;
        border-bottom:2px solid #FFFFFF;
    }
        #album #thumbnails ul li{float:left;border-right:2px solid #FFFFFF;padding:0;}
        #album #thumbnails ul li img{float:left;}    
        
/**********************************************************************************
=FancyBox
**********************************************************************************/
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/fancybox/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/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 110;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 110;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 110;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/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/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/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/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/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(../images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_right.png) repeat-x;
}
