﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #FFF;
    font-size: .75em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img
{
    border:none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1025px;
    margin: 10px auto 0 auto;
}

#header
{
    position: relative;
    margin-bottom: 0;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

/* TAB MENU */

#menucontainer
{
    margin:10px 0 0 175px;
    height:34px;
}

ul#menu
{
    position: relative;
    margin: 0;
    padding:0;
    height:34px;
    text-align:center;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    float:left;
    background:url(images/MenuInner.png) no-repeat left top;
    margin:0;
    padding:6px 0 0 0;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
    color:#FFF;
    position:relative;
    height:28px;
    width:130px;
    line-height:28px;
}

ul#menu li a.leftmenuitem
{
    background:url(images/MenuLeft.png) no-repeat left top;
}

ul#menu li a.rightmenuitem
{
    background:url(images/MenuRight.png) no-repeat left top;
    width:132px;
}

ul#menu li a:hover
{
    color: #CCC;
    text-decoration: none;
    cursor:pointer;
}

ul#menu table {position:absolute; top:0; left:0; border-collapse:collapse; border-color:#FFF;}

/* SUBMENU */

ul#menu li ul.submenu
{
    visibility:hidden;
    position:absolute;
    z-index:100;
    top:34px;
    padding:10px 0;
    margin:0;
    text-align:left;
    border:solid 1px #003399;
    background:#FFF url(images/ArrowDown.png) no-repeat top center;
}

ul#menu li ul#servicessubmenu
{
    left:260px;
    _left:0;
    _top:33px;
    width:165px;
}

ul#menu li ul#servicessubmenu li a
{
    width:145px;
}

ul#menu li ul#resourcecentersubmenu
{
    left:520px;
    _left:0;
    _top:33px;
    width:129px;
}

ul#menu li ul#resourcecentersubmenu li a
{
    width:119px;
}

ul#menu li ul#partnerssubmenu
{
    left:390px;
    _left:0;
    _top:33px;
    width:124px;
}

ul#menu li ul#partnerssubmenu li a
{
    width:114px;
}

ul#menu li ul#companysubmenu
{
    left:650px;
    _left:0;
    _top:33px;
    width:124px;
}

ul#menu li ul#companysubmenu li a
{
    width:114px;
}

ul#menu li ul.submenu li a
{
    color:#498ECC;
    font-size:9px;
    background:none;
    padding-left:10px;
    height:1.5em;
    line-height:1.5em;
}

ul#menu li ul.submenu li a:hover
{
    color:#CCC;
    background:#FFF url(images/ArrowRight.png) no-repeat 0 8px;
}

ul#menu li:hover ul.submenu, ul#menu li a:hover ul.submenu
{
    visibility:visible;
}

/* BELOW MENU SECTION */

#topleftcorner
{
    float:left;
    background-image:url(images/CornerTopLeft.png);
    padding:25px 0;
    width:72px;
}

#belowmenucontent
{
    float:left;
    width:881px;
    background:url(images/BelowMenuBackground.png) repeat-x;
    text-align:center;
    height:65px;
}

#belowmenucontenttext
{
    margin:5px 0 0 35px;
    float:left;
    width:811px;
    font-size:11px;
}

#belowmenucontenttext img
{
    margin:3px 10px 0 10px;
}

#toprightcorner
{
    float:right;
    background-image:url(images/CornerTopRight.png);
    padding:25px 0;
    width:72px;
}

/* BLUE BAR SECTION */

#bluebarleft, #bluebarmiddle, #bluebarright
{
    background-color:#498ECC;
    width:333px;
    height:25px;
    line-height:25px;
}

#bluebarleft
{
    float:left;
    width:325px;
    padding-left:8px;
}

#bluebarleft h2
{
    margin:0;
    padding:0;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
}

#bluebarmiddle
{
    float:left;
    margin:0 3px;
}

#bluebarright
{
    float:right;
}

/* CONTENT SECTION */
#mainleft
{
    float:left;
    background-image:url(images/ContentLeft.png);
    padding:260px 0;
    width:10px;
}

#maincontent
{
    float:left;
    width:1005px;
    margin:0;
    padding:0;
    height:535px;
}

#mainright
{
    float:right;
    background-image:url(images/ContentRight.png);
    padding:260px 0;
    width:10px;
}

/* FOOTER SECTION */

#footerleft
{
    float:left;
    background-image:url(images/CornerBottomLeft.png);
    padding:30px 0 32px 0;
    width:73px;
}

#footermiddle
{
    float:left;
    width:879px;
    height:77px;
    background:url(images/FooterBackground.png) repeat-x;
    color:#FFF;
    position:relative;
}

#footerright
{
    float:right;
    background-image:url(images/CornerBottomRight.png);
    padding:30px 0 32px 0;
    width:73px;
}

#footertext
{
    display:block;
    margin-top:30px;
    font-size:10px;
}

#facilitytext
{
    display:block;
    width:879px;
    text-align:right;
    visibility:hidden;
}

#facilitytextleft, #facilitytextright
{
    display:inline;
    margin-left:50px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#logo
{
    display:block;
    float:left;
    text-align:left;
    margin:0;
    padding:0;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    color:#5c87b2;
}

#phonenumber
{
    font-size:16pt;
    display:block;
    margin-top:30px;
    margin-left:210px;
}

#blueline
{
    padding:0;
    margin:0;
    margin-left:180px;
    display:block;
}

#logindisplay a:link
{
    color: #5c87b2;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #5c87b2;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #5c87b2;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#RepInfo
{
    text-align:center;
}

#errorcontent
{
    margin:8px;
}

/* CONTENT */

#Content
{
	position: relative;
	z-index:-1; /* Set to negative so dropdown menu will drop down on top of this section */
}

#Content .ContentCell
{
	height: 255px;
	width: 333px;
	position: absolute;
	top: 0;		
	background-image: url(images/slides.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Content #ContentCell3{left:0; top:0;background-position: 0 0;}
#Content #ContentCell2{left:336px; top:0;background-position: -336px 0;}
#Content #ContentCell1{left:672px; top:0;background-position: -672px 0;}
#Content #ContentCell4{left:0; top:255px;background-position: -1005px 0;}
#Content #ContentCell5{left:336px; top:255px;background-position: -1341px 0;}
#Content #ContentCell6{left:672px; top:255px;background-position: -1677px 0;}

/* Three Column Layout */

#columns
{
    margin:0;
    padding:0;
}

#columns .column
{
    width:333px;
    height:510px;
}

#columnleft
{
    float:left;
    margin-right:3px;
    background:url(images/gradientgreenleft.png) repeat-y;
}

#columnmiddle
{
    float:left;
    background:url(images/gradientgreenmiddle.png) repeat-y;
}

#columnright
{
    float:right;
    background:url(images/gradientgreenright.png) repeat-y;
    position:relative;
    z-index:-1;
}

#columns #columnstitle
{
    color:#FFF;
    font-size:45pt;
    font-weight:normal;
    text-align:right;
    margin:0;
    padding:0 8px;
    position:absolute;
    top:0;
    right:0;
    width:333px;
    line-height:70px;
}

/* Admin */

#columnleft ul.adminlist
{
    list-style:none;
    margin:15px;
    padding:0;
}

/* In-House Manufacturing */
#flag
{
    float:right;
    margin-top:15px;
    visibility:hidden;
}

/* New Release */
.newreleaseanimate
{
    display:none;
}
#newrelease
{
    position:absolute;
    left:820px;
    top:357px;
}
#newreleaseimage
{
    display:block;
    height:149px;
    width:108px;
    background:url(images/newrelease.jpg);
    border:solid 2px #FFF;
    cursor:pointer;
}
#newreleasetext
{
    position:absolute;
    right:75px;
    top:0px;
    left:748px;
    background:url(images/arrowupwhite.png) no-repeat 65px 0;
    height:25px;
    width:130px;
    text-align:center;
    padding-top:5px;
    font-size:12px;
    font-weight:bold;
}
#newreleasetext a
{
    color:#FFF;
    text-decoration:none;    
}
#newrelease:hover #newreleaseimage, #newrelease a:hover #newreleaseimage
{
    background:url(images/newreleasetext.jpg);
}
#hidden
{
    position:relative;
}