/***********************************************/
/* main.css                                    */
/* Use with template best4let main pages       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	line-height: 1.3;
	font-size: 10px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FF7D00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 25px;
	left: 24px;
	right: 2%;
	width:720px;
	background-color: #ffffff;
}

#pageNav{
	float: left;
	width:153px;
	padding: 0px;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 174px;
	width:535px;
}
#homeContent{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 8px 166px;
	width:535px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/


/************* globalNav styles ****************/

#mainNav{
	margin:0px 0px 0px 174px;
	padding: 0px 0px 6px 0px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	white-space: nowrap;
}

#mainNav a{
	color: #AAAAAA;
}

#mainNav a:hover{
	color: #005FA9;
	text-decoration: underline;
}

#mainNav img{
	margin:0px 7px 0px 0px;
}

#mainNavPointer{
	margin:0px 0px 0px 174px;
	padding: 0px 0px 14px 0px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}


.skipLinks {display: none;}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 70%;
	min-height: 140px;
	height: 140px;
	border-bottom:2px solid #ccd2d2;
}
.homeFeature{
	padding: 0px 2px 18px;
	font-size: 70%;
	min-height: 140px;
	height: 140px;
	background: url(../images/shade.gif) repeat-x bottom;
	margin-bottom: 6px;
}


html>body .feature {height: auto;}
html>body .homeFeature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	padding: 0px 0px 0px 0px;
}

.feature p, .homeFeature p {
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 0px 0px;
}

/*************** story styles ******************/

.story {
	padding: 14px 0px 10px 0px;
	font-size: 70%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

/************** siteInfo styles ****************/

#footer{
	clear: both;
	border-top: 2px solid #cccccc;
	font-size: 9px;
	color: #cccccc;
	padding: 0px;
	margin-top: 4px;
}

#copyright{
	float: left;
	/*width:253px;*/
	font-size: 9px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo{
	float: right;
	font-size: 9px;
	/*width:520px;*/
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	/*margin: 0px 0px 0px 174px;*/
	text-align: right;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ main area styles **************/


#main{
	clear: both;
	font-size: 9px;
	color: #cccccc;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}


/************ portfolio styles **************/



#portfolio{
	clear: both;
	font-size: 9px;
	color: #cccccc;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

#portfolio table{
	background-image: url(../images/bg_portfolio.gif);
	background-repeat: no-repeat;
	background-color: #F76742;
}

#portfolio table td{
	color: #000000;
	font-size: 9px;
	padding: 7px;
	vertical-align: top;
	border: 2px solid #FFFFFF;
	height: 84px;
	width: 86px;
	text-align: left;
	font-weight: bold;
}

#portfolioButton{
	height: 84px;
	width: 80px;
	margin:0px;
	padding:0px;
	position: relative;
}

#portfolioButton img{
	top: 54px;
	left: 0px;
	position: absolute;
}

#portfolioTicker{
	height: 84px;
	width: 80px;
	margin:0px;
	padding:0px;
	position: relative;
}

#portfolioTicker img{
	top: 54px;
	left: 24px;
	position: absolute;
}

.bannerlayer {
	height: 25px;
	font-size: 12px;
	color: #000000;
	padding: 0px 0.2em 0;
	background: #FFF url(../images/banners/bestbuyback2.jpg) no-repeat center top;
	border: solid 1px #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 25px;
}
#portfolio2 {
	clear: both;
	margin: 10px 0px;
}
#portfolio2 table{
	background: #F76742 url(../images/portfolio/tablebkg.jpg) repeat-x left top;
}
#portfolio2 tr{
}
#portfolio2 th{
	width: 98px!important;
	height: 40px;
	line-height: 39px;
	background: #fff url(../images/portfolio/tab1.jpg) no-repeat center top;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #FFF;
	font-size: 12px;
	text-align: left;
	padding: 0 10px;
}
#portfolio2 th.type {
	background: url(../images/portfolio/tab2.jpg) no-repeat center top;

}
#portfolio2 td{
	width: 84px;
	max-width: 98px;
	border: 2px solid #FFFFFF;
	color: #000000;
	font-size: 9px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	padding: 7px
	
}
#portfolio2 a.btnDetails, #portfolio2 a.btnQuote {
	font-weight: bold;
	color: #000000;
	display: block;
	background: url(../images/portfolio/btn_animbkg.gif) no-repeat;
	text-align: center;
	line-height: normal;
	height: 30px;
	width: 84px;
	padding-top: 3px;
}
#portfolio2 a.btnDetails:hover, #portfolio2 a.btnQuote:hover {
	text-decoration: none;
}
#portfolio2 a.btnQuote{
	line-height: 24px;
	font-size: 10px;
	background: url(../images/portfolio/btn_bkg.jpg) no-repeat;
}
#portfolio2 .actionbar {
	position: absolute;
	width: 720px;
	left: -9px;
}
#portfolio2 .actionbar .col {
	padding: 0 9px;
	float: left;

}
#portfolio2 .actionbarloc{
	position: relative;
	height: 30px;
}

/************* relatedLinks styles **************/

#logo{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;

}

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/********************* end **********************/
.hightlightedText {
	color: #FF7D00;
}
.tdImage {
	vertical-align: top;
	border: 2px solid #FFFFFF;
}

.tdOrange1 {
	color: #000000;
	font-size: 10px;
	background-color: #FEDFB3;
	margin: 0px;
	padding: 7px;
	vertical-align: top;
	border: 2px solid #FFFFFF;
}

.tdOrange2 {
	color: #000000;
	font-size: 10px;
	background-color: #F8B861;
	padding: 7px;
	vertical-align: top;
	border: 2px solid #FFFFFF;
}

.tdOrangeBorder1 {
	color: #000000;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 2px solid #FFFFFF;
}

.tdOrangeBorder1 div {
	background-color: #FFFFFF;
	padding: 7px;
	width: auto;
	border: 2px solid #FEDFB3;
}

/*.tdOrange1 img, .tdOrange2 img {
	padding: 0px;
	margin-bottom: 8px;
}*/
.tdOrange1 p, .tdOrange2 p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tdOrange1 a:link, .tdOrange1 a:visited, .tdOrange2 a:link, .tdOrange2 a:visited  {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.tdOrange1 a:hover, .tdOrange2 a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


.tdGrayLarge {
	color: #FFFFFF;
	font-size: 120%;
	background-color: #A2ACAE;
	margin: 0px;
	padding: 14px;
	vertical-align: top;
	border: 2px solid #FFFFFF;
}

.tdGray {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #A2ACAE;
	margin: 0px;
	padding: 6px;
	vertical-align: top;
	border: 2px solid #FFFFFF;
}
.redText {
	color: #FF0000;
}
.tablePadding td {
	padding: 4px;
}
.blackText {
	color: #000000;
}
.orangeText-L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.grayText-L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.blackText-L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.alignimage {
	vertical-align: text-bottom;
}

#bestbuybanner {
	font-size: 12px;

	color: #000000;
	margin: 5px 2px;
	padding: 0 0.2em;
	background: #FFF url(../images/banners/bestbuyback2.jpg) no-repeat center top;
	border: solid 1px #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
