body{
    font-family:Tahoma, Verdana, Helvetica, sans-serif;
    color:#545454;
    font-size: 12px;
}
h1{
color:#666600;
font-family:Garamond,"times new roman",times,georgia,serif;
font-size:36pt;
position:relative;
}
h2 {
    font-weight: bold;
	color:#666644;
	font-family:MS Sans Serif,Tahoma,Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-bottom:3px;    
}
p {
    margin: 5px 0px 20px 0px;
}
img {
    display: inline;
}
#mainContent{
}
#topNav{
    top:0;
    left:0;
    height:40px;
    width: 100%;
}
#topNav .extra{
	height:0px;
	margin:0 auto;
	position:relative;
	width:880px;
}
#allurenthome{
    position:absolute;
    top:0px;
    left:15px;
    width: 195px;
    height: 35px;
    background-color: transparent;
    z-index:90;
}

#topNav a{
    color: #ffffff;
    outline: none;
    text-decoration: none;
    float: left;
    cursor: pointer;
    
}
#topNav a.primary{
	margin-right:24px;
	width:100px;
}

.topNav a.selected{
    background: #abcabc;
}

.navElement{
    padding-left: 210px;
    height: 45px; 
    width: 670px; 
    background: url(../images/allurentbanner.png) no-repeat;
    top:1px;
    left:1px;
    z-index:10;
    margin: 0 auto;
    position: relative;
}

.subNavHolder{
	position: absolute;
	z-index: 10;
    top:37px;
    left: 0px;
    background: url(../images/nav_bg.png) 0px -25px;
    width: 875px;
    border-top: 0px;
    height: 135px;
}

.subNavElement:first-child{
	border:medium none;
	margin-left:22px;
    padding-left:31px;
    padding-right:33px;
}

/*@note the explicit .last-child class. This is so that we get around browser quirks.
    The class name is added in navigation.js*/
.subNavElement:last-child, .subNavElement.last-child{ 
	width: 150px;
}


.subNavElement{
    float:left; /*floats left so we can put them next to each other. Else, they would stack vertically*/
	height:120px;
	width:122px;
    border-left: 2px solid white;
    background: #f0f0d8;
}
.subNavElement a{
    margin: 2px 0px;
    clear: left;
}

a.contact{
}

.error{
    background-color:#CCFFAA;
    border:3px solid #FF6644;
    font-size:1.5em;
    margin:0 auto;
    padding:15px;
    position:absolute;
    z-index:10000;
}
.altFlashContent{
    position:absolute;
    top:90px;
    left:240px;
}

.altFlashContentText{
    position:inherit;
    font-family:"MS Sans Serif", Tahoma, Verdana, sans-serif;
	color:#333333;
    font-size:14px;
    top:90px;
    left:94px;
    text-align:left;
    font-weight:bold;
    line-height: 2;
    width:380px;
}


.cardRotator
{
    padding-left: 230px;
}

.cardVideo
{
    margin-left: 310px; 
}

.cardTitle
{
    font-family: Garamond, "times new roman", times, georgia, serif;
    color:#666600;
}

div.cardSummary
{
    color:#999966;
    font-family:Tahoma,Verdana,Helvetica,sans-serif;
    margin: 5px 0px 15px 0px;
    font-size:14px;
}

div.cardFooter
{
    position:relative;
    top:80%;
    bottom:10px;
    left:42px;
    color:#999966;
    font-family:Tahoma,Verdana,Helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    padding-bottom:10px;
}

/* CSS style for HTML lists*/

.listItem{
    margin-bottom: 10px;
}

.listItem a{
    clear: both;
}


/* CSS Styles for HTML detail page.
The HTML detail page is where details of an HTML list item (such as a single White Paper, ucoming event ... etc) are displayed
*/
.details{

}
.details .title{
    clear: both;
    color:#669900;
    font-size: 1.2em; /*Note that we use em as a size unit, rather than pixels. Using pixels should be considered very evil.*/
}

.details img{
display: block; clear: both;
}

.details .logistics{
margin-bottom: 1em;
}

.details .inlineHeader{
font-weight: bold;
}

.about .title{
    margin-top: 10px;
}

.socialMedia{
    height:35px;
    position:absolute;
    width:100px;
    z-index:1001;
    left: 800px;
}
.socialMedia a{
width: 20px; height: 20px; position: relative; float: right; margin: 10px 5px;
}
.socialMedia .twitter{
    background: url(../images/twitter.png);
}
.socialMedia .facebook{
    background: url(../images/facebook.png);
}

/**
 * Backgrounds
 * @todo: Auto generate these from the navigation config.
 */
#main{
    background-attachment: fixed;
}
.companyhome{
    background: url(/static/assets/company/CompanyBackground_3.jpg) 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#E5EbDD;
}
.companymission{
    background: url(/static/assets/company/CompanyBackground_3.jpg) 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#E5EbDD;
}
.companyleadership{
    background: url(/static/assets/company/CompanyBackground_3.jpg) 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#E5EbDD;
}
.companyinvestors{
    background: url(/static/assets/company/CompanyBackground_3.jpg) 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#E5EbDD;
}
.companypartners{
    background: url(/static/assets/company/CompanyBackground_3.jpg) 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#E5EbDD;
}

.customerscustomer{
    background: url(/static/assets/customers/CustomersBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#FFFFFF;
}
.customersportfolio{
    background: url(/static/assets/customers/CustomersBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#FFFFFF;
}
.customerscasestudies{
    background: url(/static/assets/customers/CustomersBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#FFFFFF;
}

.solutionsaod{
    background: url(/static/assets/solutions/SolutionsBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#FFFFFF;
}
.solutionssocial_shopping{
   background: url(/static/assets/solutions/SolutionsBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#FFFFFF;
}

.solutionsxa{
    background: url(/static/assets/solutions/SolutionsBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#FFFFFF;
}

.resourcesresearch{
    background: url(/static/assets/resources/ResourcesBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#caccb6;
    
}
.resourcesfaq{
    background: url(/static/assets/resources/ResourcesBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#caccb6;
}
.resourcesseo{
    background: url(/static/assets/resources/ResourcesBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#caccb6;
}
.resourceslabs{
    background: url(/static/assets/resources/ResourcesBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#caccb6;
}

.newspress{
    background: url(/static/assets/news/NewsBackground_1.jpg);
      background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#BCC5C8;
}
.newsinthenews{
    background: url(/static/assets/news/NewsBackground_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#BCC5C8;
}

.contactoffices{
    background: url(/static/assets/contact/ContactBackground_1.jpg) 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#F3F3F3;
}
.contactcareers{
    background: url(/static/assets/contact/ContactBackground_1.jpg) 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color:#F3F3F3;
}
