/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	line-height: 140%;
	background:#A1D2E0;
	width: 715px;
	position: absolute;
	left: 50%;
	margin-left: -358px;
}

a{
	color: #006699;
	text-decoration: underline;
}

a:link{
	color: #D2564E;
	text-decoration: underline;
}

a:visited{
	color: #D2564E;
	text-decoration: underline;
}

a:hover{
	color: #99CCCC;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 color: #009999;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

p{
	margin-top:0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0px;
	height: 160px;
}


#globalNav{
	background-image: url(../images/menu/top-menu.gif);
	background-repeat: no-repeat;
	background-color: FFFFFF;
	margin-top: -15px;
	height: 50px;
}

#sectionLinks {
	margin-left: 25px;
	margin-top: 10px;
}

#skills{
	background-color: #FFFFFF;
	width: 450px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -225px;
	display: table;
}

#content{
	width: 406px;
	height: 100%;
	background-color: #FFFFFF;
	padding: 0px 15px 0px 15px;
	vertical-align: top;
}

#content .feature .callout_error {
	background-color: #FFFF99;
	padding: 1em;
	border: thin ridge #000000;
	font-style: italic;
	margin: 1em;
}


#navBar{
	width: 150px;
}


#headlines{
	width: 140px;
	padding: 5px 8px 30px 12px;
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	color:#FFFFFF;
}


#headlines a{
	color: #FFFFFF;
	text-decoration: underline;
}

#headlines a:link{
	color:#FFFFFF;
}

#headlines a:visited{
	color: #FFFFFF;
}

#headlines a:hover{
	color: #D2564E;
	text-decoration: underline;
}

/***********************************************/
/* Components                                  */
/***********************************************/



/************** .feature styles ***************/

.feature{
	vertical-align: top;
	margin: 0px 0px 30px 0px;	
}

.feature p{
}

.feature h3{
	padding: 30px 0px 5px 0px;
}


/************** .product styles ***************/

.product{
}

.product h2{
	padding: 0px 0px 5px 0px;
}

.product h3{
	padding: 15px 0px 5px 0px;
}


/************** .story styles *****************/

.story{
	background-image: url(../images/featuredproducts.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.story h3{
	padding: 0px 0px 5px 0px;
	color: #FFFFFF;
	margin: 7px 5px 15px 5px;
	font-weight: bold;
	text-align: center;
	font-size: medium;
}


.product_left{
	width: 180px;
	margin: 0px 5px 10px 0px;
	padding: 0px 5px 15px 5px;
	border-color: #000000;
	font-size: x-small;
	border:  solid thin;
	background-image: url(../images/bgproduct.gif);
	background-repeat: no-repeat;
	clear: left;
	height: 25em;
}

.product_right{
	width: 180px;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 10px 5px;
	border: solid thin;
	border-color: #000000;
	float: right;
	clear: both;
	font-size: x-small;
	background-image: url(../images/bgproduct.gif);
	background-repeat: no-repeat;
	height: 25em;
}

.product_rightBottom{
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 10px 5px;
	border: solid thin;
	border-color: #000000;
	float: right;
	clear: both;
	font-size: x-small;
	background-image: url(../images/bgproduct.gif);
	background-repeat: no-repeat;
	height: 25em;
}

.product_full{
	width: 385px;
	margin: 0px 5px 10px 0px;
	padding: 0px 5px 15px 5px;
	border-color: #000000;
	font-size: x-small;
	border:  solid thin;
	background-image: url(../images/product-header-lg.gif);
	background-repeat: repeat-x;
	clear: left;
}
	
.price {
	margin: 25px 0px 8px 0px;
	font-weight: bold;
	padding: 10px 0px 0px 50px;
	background-image: url(../images/bgprice.gif);
	background-repeat: no-repeat;
	clear: both;
}

/************** .news styles *****************/

.news{
	background-image: url(../images/inthenews_banner.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.news h3{
	padding: 0px 0px 5px 0;
}


/*********** .quote styles ***********/

.quote{
	padding: 20px 10px 15px 10px;
	font-style: italic;
	color:#FFFFFF;
}

.quote h3{
	padding: 10px 0px 2px 0px;
}

.quote a:link,
.quote a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px 15px;
	vertical-align: bottom;
	height: 205px;
}

#advert img{
	display: block;
}



/************** #footer components **************/

#footer{
	clear: both;
	position: relative;
	padding: 0px 0px 10px 10px;
	width: 736px;
	height: 124px;
	background-image: url(../images/bgfooter.gif);
	background-repeat: no-repeat;
	background-color: #A1D2E0;
}
#content .feature .callout {
	background-color: #A1D2e0;
	padding: 1em;
	border: thin ridge #000000;
	font-style: italic;
	margin: 1em;
}
.psmall {
	font-size: x-small;
}
