
* {
    margin: 0;
    padding: 0;
}    
html {
    margin: 0;
    padding: 0;
}    
body {
    font-size:62.5%;
    margin:0;
    padding:0;
    min-width: 978px;
}
/* ----- HEADINGS ----- */
h1 {
    cursor: pointer;
    height: 54px;
    overflow: hidden;
    text-indent: 0;
    width: 275px;
}
    h1 span {
        height: 54px;
        overflow: hidden;
        position: absolute;
        text-indent: -9999em;
        width: 275px;
    }
   
  
h2 {
    color: #787878;
    font: bold 2.6em Helvetica, Arial, Verdana, sans-serif;
}
    h2 span {
        color: #414141;
        display: block;
        font: bold 0.5em Helvetica, Arial, Verdana, sans-serif;
        padding-bottom: 27px;
    }
h3 {
    color: #414141;
    display: block;
    font: bold 1.3em/1.6em Helvetica, Arial, Verdana, sans-serif;
    padding-top: 12px;
}
    h3.blueHeadline {
        color: #3e9ad6;
        font: bold 1.8em Helvetica, Arial, Verdana, sans-serif;
        padding-bottom: 10px;
        padding-top: 0;
    }
h4 {
    color: #bebebe;
    font: bold 1.4em/1.33em Helvetica, Arial, Verdana, sans-serif;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
    .module.rollover h4 {
        color: #787878;
    }
h5 {
    color: #414141;
    display: block;
    font: bold 1.2em/1.6em Helvetica, Arial, Verdana, sans-serif;
    padding-top: 30px;
}
h6 {
    color: #5c8dab;
    display: block;
    font: bold 0.9em/1.5em Helvetica, Arial, Verdana, sans-serif;
    padding-bottom: 10px;
    text-transform: uppercase;
}
/* ----- PARAGRAPHS ----- */
p {
    color: #414141;
    display: block;
    font: 1.2em/1.6em Helvetica, Arial, Verdana, sans-serif;
    padding-bottom: 12px;
}
p.shortened {
    width: 480px;
}    
/* ----- QUOTES ----- */
blockquote {
    background: url(/images/icons/left.quote.png) 0 0 no-repeat;
    display: block;
    padding-top: 20px;
    quotes: none;
}
    blockquote p {
        background: url(/images/icons/right.quote.png) right bottom no-repeat;
        display: block;
        font: 1.1em Helvetica, Arial, Verdana, sans-serif;
        padding-bottom: 20px !important;
    }
cite {
}
/* ----- CODE ----- */
pre {
}
code {
}
/* ----- LISTS ----- */
li {
}
ol {
}
ul {
    display: block;
    list-style: none;
}
ol li {
}
ul li {
}
/* ----- IMAGES ----- */
img {
    border:0;
    margin:0;
    padding:0;
}
/* ----- TEXT FORMATTING ----- */
strong {
    font-weight: bold;
}
em {
}
b {
}
i {
}
ins {
    text-decoration: none;
}
del {
}
sup {
    font-size: 0.5em;
}
/* ----- LINKS ----- */
a {
}
a:visited {
}
a:hover {
}
/* ----- TABLES ----- */
table {
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
th {
}
td {
}
/* ----- FORMS ----- */
form {
    margin:0;
    padding:0;
}
fieldset {
}
legend {
}
label {
}
input, select, textarea {
}
    input.loginField{ 
        background: url(assets/cust_login_input.png) 0 0 no-repeat;
        border: none;
        color: #696969;
        display: block;
        font: 1.1em/1.0em Helvetica, Arial, Verdana, sans-serif;
        float: left;
        height: 17px;
        margin-right: 2px;
        padding: 3px 5px;
		margin-top:2px;
        width: 97px;
    }
    a.loginBtn{
        background: url(assets/cust_login_btn.png) 0 0 no-repeat;
        display: block;
        float: left;
        height: 29px !important;
        margin-right: 10px;
        text-indent: -9999em;
        width: 70px;
    }
    a.loginBtn:hover {
        background-position: 0 -30px;    
    }
     
optgroup {
}
option {
    width: 100%;
    overflow: visible;
}
  
.validationerror{
    color: #FF0000;
    display: block;    
    font: 1.2em/1.6em Helvetica, Arial, Verdana, sans-serif;    
    font-weight: bold;
}

.validationerrortoken{
    color: #FF0000;   
    font: 1.5em Helvetica, Arial, Verdana, sans-serif;
    padding-left: 4px;
    font-weight: bold;
}



/* ----- DEFINITIONS ----- */
dl { 
}
dt {
}
dd {
}
/* ----- Horizontal Rule -----*/
hr{
}
.hr{
}
/* ----- ID AND CLASS SELECTORS ----- */
.clear {
    clear:both;
    font-size:1px;
    line-height:1px;
    margin:0px;
    padding:0px;
}
.clearBoth{
    clear:both;
}
.floatLeft{ 
    float:left;
    position:relative;
}
.floatRight{ 
    float:right;
    position:relative;
}

/* *************************************************************************
=LAYOUT
************************************************************************* */
.bgImage {
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    height: 820px;
    min-width: 978px;
    width: 100%;
    z-index: 0;    
}
 	#home #bgImage {	
    	background-image: url(assets/backgrounds/home.jpg);
		height: 820px;
	}
	
	#aboutUs #bgImage {
		background-image: url(assets/backgrounds/about.jpg);
		height: 900px;
	}
	
	#design #bgImage {
		background-image: url(assets/backgrounds/design.jpg);
		height: 900px;
	}
	
	#production #bgImage {
		background-image: url(assets/backgrounds/production.jpg);
		height: 850px;
	}
	
	#support #bgImage {
		background-image: url(assets/backgrounds/support.jpg);
		height: 800px;
	}
    
	#contact #bgImage {
		background-image: url(assets/backgrounds/contact.jpg);
		height: 700px;
	}

#overlay {
    background: url(/images/backgrounds/overlay.png) 0 0 repeat;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 100;
}
/* --- containers --- */
#wrapper {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 978px;
    z-index: 1;
}

#content {
    background: url(assets/body_bg.png) 0 0 repeat-y;
    display: block;
    float: left;
    height: auto;
	padding-left:26px;
	padding-right:26px;
	min-height: 500px;
    width: 926px;
}
    #home #content {
        float: none;
        height: 572px;
        padding-bottom: 0;
        z-index: 1;
    }
  
        #home #content a#moreInfo,
        #home #content a#moreInfo:hover {
            background-image: url(/images/buttons/more.information.green.png);
            background-image: none;
            background-position: no-repeat;
            background-repeat: 0 0;
            display: block;
            height: 22px;
            /*left: 748px;*/
            left: 75.8%;
            overflow: hidden;
            position: relative;
            text-indent: -9999em;
            top: 398px;
            width: 108px;
            z-index: 1000;
        }
        #home #content a#moreInfo:hover {
            background-image: url(/images/buttons/learn.more.png);
        }
        
		#home #content #bottom
		{
			position: absolute;
            top:542px;
			display: block;
			background-image: url(assets/footer_bg.png);
			background-repeat: repeat;
			width:926px;
			height:140px;
		}
		
		#bottom .bucketDivider{
			margin-top: 10px;
			display: block;
			float: left;
			background-image: url(assets/bucket_divider.png);
			background-repeat: no-repeat;
			height: 118px;
			width:6px;
		}
			
        .homeBucket {
            position:relative;
	    display: block;
	    color: #e6e6e6;
            float: left;
            width: 280px;
	    margin-left:20px;
            z-index: 12;
        }
        .homeBucket h3 {
			margin-top: 15px;
			display: block;
            height: 15px;
            overflow: hidden;
            text-indent: -9999em;
        }
			
			#bucket1 h3{
				background-image: url(assets/bucket_title1.png);
				background-repeat: no-repeat;
			}
			#bucket2 h3{
				background-image: url(assets/bucket_title2.png);
				background-repeat: no-repeat;
			}
			#bucket3 h3{
				background-image: url(assets/bucket_title3.png);
				background-repeat: no-repeat;
			}
        
			

        .homeBucket p {
            position:relative;
	    color: #c0c0c0;
            font: normal 12px Helvetica, Arial, Verdana, sans-serif;
            letter-spacing: 0px;
	    line-height: 16px;
            z-index: 12;
        }
            .homeBucket p a{
                color: #4ab1ff;
                display: inline;
                font: 0.85em Helvetica, Arial, Verdana, sans-serif;
                text-decoration: none;
            }
            .homeBucket p a:hover {
                 text-decoration: underline;
            }

#content #rightCol
{
	background: url(assets/column_bg.png) no-repeat left center;
	width: 525px;
	min-height: 550px;
	display: block;
	float:right;
	padding-left:55px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	#design #content #rightCol,
	#production #content #rightCol,
	#support #content #rightCol,
	#contact #content #rightCol
	{
		width:462px;
	}

#content #nextPageLink
{
	padding: 15px;
	display: block;
	float:right;
}

#content #nextPageLink a
{
	font-size: 12px;
	color: #5498cc;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#content #nextPageLink a:hover
{
	text-decoration:underline;
}

#content #rightCol h1
{
	width: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 42px;
	color: #646464;
	font-size: 24px;
}

#content #rightCol h2
{
	color: #5498cc;
	font-size: 18px;
}

#content #rightCol h3
{
	padding:0;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: normal;
}

#content #rightCol h3 span
{
	color: #7f7f7f;
	font-size: 14px;
	font-weight: normal;
}

#content #rightCol p
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #7f7f7f;
	line-height:18px;
}    

#content #rightCol ul
{
	list-style: none outside url('assets/bullet.png');
	padding-left:20px;
}

#content #rightCol b
{
	color:#646464;
}

#content #rightCol ul li p
{
	padding-bottom: 5px;
}

#content #rightCol img
{
	padding: 15px 0 15px 0;
}

         
/* ----- header ----- */
#header {
}
    #header #topMenu {
        display: block;
        height: 46px;
        padding-top: 10px;
        width: 980px;
    }
        #header #topMenu ul {
            float: right;
            position: relative;
        }
            #header #topMenu ul li {
                display: block;
                height: 30px;
                float: left;
                margin-top: 5px;
		margin-left: 8px;
            }
				
                #login span{
			margin-top:2px;
                    	background-image: url(assets/cust_login_title.png);
	                display: block;
			float: left;
	                height: 23px;
			width: 100px;
	                overflow: hidden;
	                text-indent: -9999em;
                }

    #header #nav {
        display: block;
        width: 980px;
    }
        #header #nav ul {
		margin:0;
		padding:0;
        }
            #header #nav ul li {
                display: block;
                float: left;
                height: 54px;
                overflow: hidden;
            }
                #header #nav ul li#logo {
			background: url('assets/header_bg.png') repeat-x;
			display: block;
			width: 275px;
			padding: 0 58px 0 20px;
                }
                
                #header #nav ul li#aboutUs {
                    width: 108px;
                }
                #header #nav ul li#design {
                    width: 179px;
                }
                #header #nav ul li#production {
                    width: 123px;
                }
                #header #nav ul li#support {
                    width: 100px;
                }
                #header #nav ul li#contactUs {
                    width: 116px;
                }
            	#header #nav ul li a {
               		cursor: pointer;
                	display: block;
	                height: 54px;
	                overflow: hidden;
	                position: relative;
	        }
           
			#header #nav ul li a span#logo {
				background-image: url(assets/logo.png);
			}
			
            #header #nav ul li a span {
                background: url(assets/nav_menu.png) no-repeat;
                display: block;
                height: 54px;
                overflow: hidden;
                text-indent: -9999em;
            }
                #header #nav ul li#aboutUs a span { background-position: 0 0; }
		#header #nav ul li#aboutUs a.selected span { background-position: 0 -108px; }
                #header #nav ul li#aboutUs a:hover span { background-position: 0 -54px; }
                #header #nav ul li#design a span {background-position: -108px 0;}
		#header #nav ul li#design a.selected span { background-position: -108px -108px;}
                #header #nav ul li#design a:hover span { background-position: -108px -54px;}
                #header #nav ul li#production a span{ background-position: -287px 0;}
		#header #nav ul li#production a.selected span { background-position: -287px -108px;}
                #header #nav ul li#production a:hover span { background-position: -287px -54px;}
                #header #nav ul li#support a span { background-position: -410px 0; }
		#header #nav ul li#support a.selected span { background-position: -410px -108px;}
                #header #nav ul li#support a:hover span { background-position: -410px -54px;}
                #header #nav ul li#contactUs a span { background-position: -511px 0;}
		#header #nav ul li#contactUs a.selected span {background-position: -511px -108px;}
                #header #nav ul li#contactUs a:hover span {background-position: -511px -54px;}

 	#header #subnav {
		background: url(assets/body_bg.png) 0 0 repeat-y;
        	display: block;
        	width: 926px;
		padding: 0 26px 0 26px;
    	}
		#header #subnav .subnavbar{
			background: url(assets/subnav_bg.png) 0 0 repeat-x;
			display:block;
			height: 32px;
			width:926px;
		}
			#header #subnav ul {
				margin: 0 auto;
				height: 20px;
			}
			#header #subnav ul li {
				 display: block;
	             		float: left;
	            		overflow: hidden;
				text-align:center;
				 height: 26px;
				padding:0;
			}
				#header #subnav ul li.divider {
					background-color: #646464;
					display:block;
					height: 18px;
					width: 1px;
					margin-top: 3px;
				}
			
			#header #subnav ul li a {
              		  cursor: pointer;                
	              	  display: block;                 
	              	  height: 25px;                   
	              	  overflow: hidden;               
	              	  position: relative;             
	              	  text-align: center;       
			  color: #646464;
	              	  display: inline;                
	              	  font: 1.1em Helvetica, Arial, Verdana, sans-serif;
	              	  text-decoration: none;    
			}
           	
			#header #subnav ul li a:hover span{
            			background-color: #c7c7c7;
    			}
			
			#header #subnav ul li a.selected span{
            			background-color: #ffffff;
				border: 1px dotted #646464;
    			}

            #header #subnav ul li a span {
                display: block;
		padding-top: 6px;
                height: 20px;
            }
		
			/* -------  About ------- */
     		    	#header #subnav #about ul {	width: 241px;}
			#header #subnav #about ul li#overview {width: 120px;}
                	#header #subnav #about ul li#customers {width: 120px;}
           
		 	/* ------- Design ------- */
			#header #subnav #design ul {width: 281px;}
			#header #subnav #design ul li#overview {width: 120px;}
                	#header #subnav #design ul li#proddev {width: 160px;}

			/* ------- Production -------*/
			#header #subnav #production ul {width: 281px;}
			#header #subnav #production ul li#overview {width: 120px;}
                	#header #subnav #production ul li#capabilities {width: 160px;}
			
			/* ------- Contact -------*/
			#header #subnav #contact ul {width: 281px;}
			#header #subnav #contact ul li#info {width: 120px;}
                	#header #subnav #contact ul li#careers {width: 160px;}
					
/* ----- footer ----- */
#footer {
    background: url(assets/footer_bg.png) 0 0 repeat-x;
    display: block;
    float: left;
    height: 26px;
    width: 978px;
	padding-bottom: 50px;
}
#home #footer {
	margin-top:1px;
    float: none;
}
   
    #footer ul {
    }
        #footer ul li {
            color: #9a9a9a;
            display: block;
            font: 1em Helvetica, Arial, Verdana, sans-serif;
            height: 24px;
            margin-right: 1px;
            float: left;
        }
            #footer ul li#careers {
                width: 200px;
		padding-left: 20px;
            }
            #footer ul li#contactUs {
                width: 110px;
		padding-right: 20px;
            }
        
    #footer ul li a {
        cursor: pointer;
        display: block;
        height: 10px;
        overflow: hidden;
        margin: 5px 0 9px 0;
    }
    #footer ul li a span {
        background: url(assets/footer_menu.png) no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -9999em;
    }
        #footer ul li#careers a span { background-position: 0 0;}
        #footer ul li#careers a:hover span {background-position: 0 -12px;}
        #footer ul li#contactUs a span { background-position: -201px 0;}
        #footer ul li#contactUs a:hover span { background-position: -201px -12px;}
           	
        }
        #footer ul li span {
            font: 0.9em Helvetica, Arial, Verdana, sans-serif;
        }
    #footer ul li.copyright {
		padding-right: 20px;
        padding-left: 384px;
		padding-top:5px;
		height:19px;
    }



/* *************************************************************************
=SECTION SPECIFIC
************************************************************************* */
/************************
= Home
*************************/
#home #title
{
	position: absolute;
	background: url(assets/home_text.png) 5px 0 no-repeat;
    display: block;
	width: 420px;
    height: 200px;
    overflow: hidden;
    text-indent: -9999em;
	top: 163px;
	left: 333px;
}

#home #title a.learnMoreBtn{
    background: url(assets/learnmore_btn.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: 31px !important;
    text-indent: -9999em;
    width: 122px;
    margin-top: 145px;
}

#home #title a.learnMoreBtn:hover {
    background-position: 0 -30px;    
}

#home #drawing{
	position: absolute;
	z-index: -1;
	top: 191px;
	left: 613px;
}

/************************
= Design
*************************/
#design #penTop
{
	position: absolute;
	background: url(assets/pen_top.png);
    display: block;
	height: 217px;
	width: 159px;
	left: -125px;
	top: 281px;
}

/************************
= Production
*************************/

#rightCol a.link
{
	font-size: 14px;
	color: #5498cc;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#rightCol a.link:hover
{
	text-decoration:underline;
}

/************************
= Contact
*************************/
#contact #rightCol #contactForm
{
	width: 420px;
}
	#contactForm .contactField
	{
		background: url(assets/contact_input.jpg) 0 0 no-repeat;
        	border: none;
        	color: #696969;
        	display: block;
        	font: bold 1.5em Helvetica, Arial, Verdana, sans-serif;
        	float: left;
        	height: 25px;
        	margin-right: 2px;
        	padding: 3px 5px;
		margin-top:2px;
       		width: 175px;
	}
	
	#contactForm p
	{
		padding:0;
	}
	
	#contactForm span
	{
		padding:0 15px 0 5px;
		color: #7f7f7f;
		font: normal 1.3em Helvetica, Arial, Verdana, sans-serif;
	}
	
	#contactForm textarea
	{
		height: 98px;
		width: 402px;
		color: #696969;
		font: bold 1.5em Helvetica, Arial, Verdana, sans-serif;
		background: url(assets/contact_textarea.jpg) 1px 1px no-repeat;
		border: none;
		resize:none;
		padding: 3px 5px;
	}
	
	#contactForm .errorContainer
	{
		display:block;
		float: left;
		height:15px;
		width: 190px;
		padding-top: 5px;
	}
	
	#contactForm .leftFields
	{
		display:block;
		float: left;
		width: 190px;
	}

	#contactForm .rightFields
	{
		display:block;
		float: right;
		width: 190px;
	}
	
	#phone
	{
		width:180px;
		padding-right:20px;
	}
	
	#contactForm input.submitBtn{
        background: url(assets/submit_btn.png) 0 0 no-repeat;
        display: block;
        float: right;
        height: 29px !important;
        text-indent: -9999em;
        width: 88px;
	border: none;
	margin: 10px 5px 0 0;
    }

    #contactForm input.submitBtn:hover {
        background-position: 0 -29px;    
    }

/************************
= Thanks
*************************/
#thanks
{
	height: 440px;
}

#thanks p
{
	font-size:12px;
}

#thanks .bigThanks
{
	font-size: 1.8em;
	color: #4ab1ff;
}

