﻿/***
Filename:		homepage.css
Author:			Andrei Vais
Date:			01/10/2009
Description:	Styling for burmatex homepage
***/

#pagecontent .leftcontent {width: 630px;}

#pagecontent .rightcontent
{
	padding-bottom: 5px;
	width: 310px;
}

/*	Definitions for homepageimage	*/
#slideshowlayout
{
    background: #000000;
    height: 440px;
    position: relative;
    width: 630px;
}

#slideshow
{
    cursor: pointer;
    left: 10px;
    position: absolute;
    top: 10px;
}

/* tabs (those little circles below slides) */
#nav
{
    bottom: 18px;
    left: 18px;
    position: absolute;
    z-index: 10;
}

#nav li
{
    float: left;
    margin: 3px;	
}

#nav li a
{
    background: #000000;
    color: #FFFFFF;
    display: block;
    font-family: arial, verdana, sans-serif;
    font-size: 10px;
    height: 14px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    width: 15px;
    z-index: 10;
}

#nav li a:hover, #nav li.activeSlide a
{
    background: #FFFFFF;
    color: #000000;
}

/* prev and next buttons */
#prev, #next
{
    background: url(../Images/homepagecarousel/controlarrows.gif) no-repeat right top;
    cursor: pointer;
    display: block;
    height: 25px;
    font-size: 1px;
    position: absolute;
    text-indent: -9999em;
    top: 208px;
    width: 24px;
    z-index: 10;
}

#next {right: 10px;}
#next:hover {background-position: right bottom;}

#prev
{
    background-position: left top;
    left: 10px;
}
#prev:hover {background-position: left bottom;}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {visibility: hidden !important;}
/*	End of homepageimage definitions	*/

/*	Definitions for homepage content areas	*/
#news, #casestudy, #productfocus, #Facebook, #Twitter
{
	display: block;
	float: left;
	padding-right: 10px;
	width: 300px;
}

#news
{
	padding-left: 10px;
	width: 100%;
}

#productfocus {padding-top: 49px;}
#productfocus_strands     
{
  width: 300px;
overflow: hidden;
}





#news h2, #casestudy h2, #productfocus h2, #Facebook h2, #Twitter h2
{
	display: inline;
	font-family: Helvetica, Sans-Serif;
	font-size: 140%;
	font-weight: bold;
	float: left;
	margin: 15px 0 0 0;
	padding-bottom: 10px;
	text-transform: lowercase;
	width: 100%;
}

#Facebook h2 {margin-top: 14px;}
#Twitter h2 {margin-bottom: -5px;}

#news .contentarea
{
	display: inline;
	float: left;
	margin-right: 20px;
	padding: 0;
	text-transform: lowercase;
	width: 300px;
}

#news .last {margin-right: 0;}


#Facebook
{
	background: url('../Images/facebooklogo.gif') no-repeat 96% 13px;
	height: 49px;
	margin-top: 0;
}
#Facebook:hover {background-position: 96% -24px; cursor: pointer;}

#Twitter
{
	background: url('../Images/twitterlogo.gif') no-repeat 96% 63px;
	height: 108px;
}

#Twitter:hover {background-position: 96% -112px;}

#Twitter a#posts
{
	display: block;
	font-size: 110%;
	height: 108px;
	line-height: 120%;
	padding-right: 50px;
}

#Twitter a#posts, #Facebook a {text-decoration: none;}
#Twitter a#posts:hover, #Facebook a:hover {text-decoration: underline;}

#casestudy {height: 237px;}

#casestudy .contentarea, #pagecontent .contentarea a
{
	float: left;
	width: 100%;
}

#casestudy .contentarea {padding-bottom: 15px;}

#pagecontent .contentarea a img
{
	border: 0;
	display: inline;
	float: left;
	max-height: 91px;
	min-width: 300px;
	width: auto;
}

#casestudy .contentarea a img {max-height: 130px;}
#news .contentarea a img, #productfocus .contentarea a img {max-height: 144px;}

#pagecontent .contentarea h3, #pagecontent .contentarea h3 a
{
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	width: 100%;
}

#pagecontent .contentarea h3
{
	display: inline;
	font-weight: normal;
	margin: 11px 0 0 0;
}

#pagecontent .contentarea h3 a
{
	background: none;
	line-height: 135%;
	text-decoration: none;
}

#pagecontent .contentarea h3 a:hover {text-decoration: underline;}

#pagecontent .contentarea p
{
	float: left;
	line-height: 135%;
	width: 100%;
}

#pagecontent .contentarea p a {background: none; float: none;}

#casestudy .contentarea h3 a
{
	font-weight: normal;
	text-transform: none;
}
/*	End of homepage content areas definitions	*/
