/* layout.css - Stylesheet for LicenseStream Site Layout
 * Author: Sheryl Morgan
 * Copyright: 2009 Imagespan
 */
 

@font-face {
    font-family: 'MavenProBlack';
    src: url('fonts/MavenProBlack.otf');
}
@font-face {
    font-family: 'MavenProBold';
    src: url('fonts/MavenProBold.otf');
}
@font-face {
    font-family: 'MavenProMedium';
    src: url('fonts/MavenProMedium.otf');
}
@font-face {
    font-family: 'MavenProRegular';
    src: url('fonts/MavenProRegular.otf');
}

/* ===============
       HEADER
   =============== */

#header 
    {
    width: 960px;
    margin: auto;
    text-align: left;
    background: #fff;
    padding: 0px;
    margin-top: 10px;
    }	 

#header #headerLeft
    { 
    margin-left: 10px;
    float: left;
    }

#header #headerLeft img
	{
	.float: left;
	}

#header #headerRight 
    {
    text-align: right;
    background-position: top right;
    background-repeat: no-repeat;
    height: 40px;
    padding-right: 5px;
    margin-top: 10px;
    background-image: url(.../../images/topRightLine.jpg);
    float: right;
    }	 

#header #headerRight a 
    {
    color: #1284b9;
    padding-left: 6px;
    padding-right: 6px;
    clear: both;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Maven Pro Black', Verdana;
    }

#header #headerRight .loginStatus 
    {
    padding: 12px 10px 0px 0px;
    font-size: 11px;
    font-family: 'Maven Pro Black', Verdana;
    display: block;
    } 

#header #headerRight .loginStatus a 
    {
    clear: both;
    padding-right: 0px;
    text-decoration: underline;
    font-weight: normal;
    }

.appHeader,
.portalHeader
    {
    /*height: 70px;*/
    }


/* ===============
     NAVIGATION
   =============== */


#navigation 
    {
    margin: 0px auto 15px auto;
    padding-top: 0px;
    }

#navigation div
	{
	background-color: #cb0224 ;
	height: 27px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	}

#navigation #nav
	{
	width: 100%;
	}

#navigation a
	{
	display: block;
	}

#navigation li
	{
	display: block;
	height: 27px;
	line-height: 27px;
	}

#navigation li li
	{
	height: 200%;
	padding: 5px 10px;
	line-height: normal;
	text-align: left;
	margin-top: -1px;
	}

#navigation li a.lnkShoppingCart, li a.lnkShoppingCart:link, li a.lnkShoppingCart:active, li a.lnkShoppingCart:visited 
	{
	background: transparent url(../../images/icon_cart_on.png) center right no-repeat;
	padding: 0px 24px 0px 0px;
	}

#navigation li a.lnkShoppingCart:hover 
	{
	background: transparent url(../../images/icon_cart.png) center right no-repeat;
	padding: 0px 24px 0px 0px;
	}

#navigation li.lastLink
	{
	border-left-width: 1px;
	border-right-width: 0px;
	float: right;
	}


/* ===============
      CONTAINER
   =============== */

#container 
    {
    width: 960px;
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    }

#content
    {
    margin: 0px 10px;
	border: solid 1px #ccc;
	background: #fff url(../../images/Portal/eee.jpg) top right repeat-y;
	}

#siteRule
{
	padding: 15px 10px 15px 10px;
	margin:0px 10px 0px 10px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.searchBox
	{
	width: 215px;
	height: 70px;
	margin: 0px 0px 0px 20px;
	float: left;
	}

.searchContainer
	{
	margin-top: 45px;
	}

input.txtBox
	{
	width: 128px;
	margin-right: 7px;
	color: #777;
	font-size: 11px;
	padding: 2px 0px;
	font-family: 'Maven Pro Medium', Verdana;
	}

#siteLogoContainer
	{
	display: none;
	}

/* ===============
       FOOTER
   =============== */

#footer 
    {
    color: #666;
    padding: 1px 0px 4px 0px;
    background: #fff;
    font-size: 10px;
    font-family: 'Maven Pro Regular', Verdana;
    margin:auto;
    } 

#footer a,
#footer a:link,
#footer a:visited
{
	color: #666;
    font-size: 10px;
    font-family: 'Maven Pro Regular', Verdana;
} 

#footer a:active,
#footer a:hover
{
	text-decoration: underline;
	color: #666;
    font-size: 10px;
    font-family: 'Maven Pro Regular', Verdana;
}

#footer #footerElement 
    {
    margin: 0;
    padding: 0px 0;
    }

#footer #footerElementText 
    {
    margin: 0px;
    padding: 0px;
    }

#footer #footerText 
    {
    text-align: right;
    padding: 10px 10px 0px 0px;
    font-size: 10px;
    height: 25px;
    float:right;
    }

#footer #footerLogo 
    {
    float: left;
    }