/***************************************************************
  *		css/main.css - global CSS file
  *
  *		Created  1/2010
  *
  *		Project: Fetcher Media
  *
  *		Author: Lenny Urbanowski
  *
 **************************************************************/

body{
	background: white;
	font-family: Arial;
	font-size: 11pt;
	color: #333;
}
b{
	color: black;
}
.mailingListBox input{
	border: 1px solid black;
	background: #CCCCCC;
}

.standardLink, standardLink:link, .standardLink:visited, .standardLink:active{
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

a, a:link,a:visited, a:active{
	color: #015Bc0;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
a:hover, .standardLink:hover{
	text-decoration: underline;
	color: #2222D0;
}
#fmOuterWrap{
	width: 961px;
	margin: 0 auto;
}
#fmTopWrap{
	width: 961px;
	height: 132px;
}
#fmLayoutTop{
	width: 946px;
	padding-left: 15px;
	height: 45px;
	background: url('../images/template/fm_layout_top.jpg') no-repeat;
}
#fmLayoutMiddle{
	width: 961px;
	background: url('../images/template/fm_layout_mid.jpg') repeat-y;
}
#fmLayoutBottom{
	width: 961px;
	height: 26px;
	background: url('../images/template/fm_layout_bot.jpg') no-repeat;
}
#fmUpperNav{
	height: 27px;
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 10pt;
	width: 650px;
	float: right;
}

#fmTopLogoWrap{
	float: left;
	width: 220px;
	height: 102px;
}
#fmTopBannerWrap{
	float: right;
	width: 730px;
	height: 102px;
	clear: right;
}
.fmNavItem,.fmNavItemOFF{
	display: block;
	background: url('../images/template/fm_navdivbg.jpg') no-repeat;
	background-position: top right;
	height: 35px;
	float: left;
	padding: 10px 15px 0 10px;
}

.fmNavItem, .fmNavItem:link, .fmNavItem:active, .fmNavItem:visited, .fmNavItemOFF {
	color: white;
	font-size: 11pt;
	text-decoration: none;
	font-weight: normal;
}
.fmNavItem:hover{
	color: #f7f497;
	background-repeat: repeat-x !Important;		
}
.fmTopSearchText{
	display: block;
	float: left;
	height: 13px;
	width: 260px;
	margin: 9px 0 0 0;
	border-style: solid;
	border-color: #000000 #ffffff #ffffff #000000;
	border-width: 1px;
}
.fmTopSearchSel{
	display: block;
	float: left;
	height: 18px;
	width: 180px;
	margin: 9px 10px 0 0;
}	
.fmTopSearchLabel{
	display: block;
	height: 35px;
	float: left;
	padding: 10px 10px 0 10px;	
	color: #DDDDDD;
	font-size: 11pt;
}
.fmTopSearchButton{
	display: block;
	float: left;
	width: 29px;
	height: 22px;
	background: url('../images/buttons/fm_search_go.jpg') no-repeat;
	background-position: 0px 0px;
	margin: 8px 0 0 5px;
	text-decoration: none;		
}
.fmTopSearchButton:hover{
	background-position: 0px -22px;
	text-decoration: none;		
}
#fmFooter{
	font-size: 9pt;
	color: #015B80;
	text-align: center;
}
#fmFooter a{
	font-size: 9pt;
}
#fmBodyRightCol{
	width: 700px;
	padding: 0 10px 0 20px;
	float: left;
	margin: 20px 0 0 8px;
	min-height: 600px;
}
#fmBodyLeftCol{
	width: 195px;
	float: left;
	margin: 20px 0 0 8px;
}	
#fmNewsTicker{
	width: 945px;
	height: 20px;
	margin: -5px 0 0 8px;
	z-index: 99;
	clear: all;
	position: absolute;
	font-size: 10pt;
	font-weight: bold;
}
.fmCatHead{
	background: #2394c5;
	border-top: 1px solid black;
	border-right: 1px solid black;
	display: block;
	width: 193px;
	color: white;
	padding: 3px 0 3px 10px;
	font-size: 12pt;
}
.fmCatItem, .fmCatItem:link, .fmCatItem:visited, .fmCatItem:active{
	background: white;
	border-top: 1px solid black;
	border-right: 1px solid black;
	display: block;
	width: 193px;
	color: black;
	font-size: 11pt;
	padding: 3px 0 3px 10px;	
}
.fmCatItem:hover{
	text-decoration: none;
	background: #AAAAAA;
}
.fmCatItemLast{
	border-bottom: 1px solid black;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.fmMenuBox{
	background: white;
	border-top: 1px solid black;
	border-right: 1px solid black;
	display: block;
	width: 193px;
	color: black;
	font-size: 11pt;
	padding: 3px 0 3px 10px;	
	border-bottom: 1px solid black;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	overflow: hidden;
}
#fmMailingListJoinButton{
	display: block;
	width: 98px;
	height: 29px;
	background: url('../images/buttons/fm_mail_join.jpg') no-repeat;
	background-position: 0px 0px;
	margin: 9px auto 8px auto;
	text-decoration: none;
}
#fmMailingListJoinButton:hover{
	background-position: 0px -29px;
	text-decoration: none;		
}
.productListBox{
	border: 1px solid #2394c5;
	padding: 0 0 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
	width:100%;		
}
.productListBox h1{
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 2px 0 2px 5px;
	color: white;
	font-size: 14pt;
	background:#2394c5;
	letter-spacing: 2px;	
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
.productListBox a{
	display: block;
	text-align: center;
	padding: 20px 0 0 10px;
	width: 160px;
	height: 200px;
	float: left;
	font-size: 12pt;
	font-weight: normal;
}
.productListBox a img{
	display: block;
	margin: 0 auto;
}

.productBox{
	border: 1px solid #2394c5;
	padding: 0 0 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;		
	overflow:hidden;
	width:100%;		
}
.productBox h1{
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 2px 0 2px 5px;
	color: white;
	font-size: 14pt;
	background:#2394c5;
	letter-spacing: 2px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;	
}
.productBox h2{
	font-weight: bold;
	display: block;
	margin: 0 10px 0 10px;
	padding: 2px 0 2px 5px;
	color: black;
	font-size: 13pt;
	border-bottom: 2px solid black;
	letter-spacing: 2px;	
}
.staticBox{

	border: 1px solid #2394c5;
	padding: 0 20px 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;		
	overflow:hidden;
	width:660px;

}
.staticBox h1{
	font-weight: normal;
	display: block;
	margin: 0 -20px 0 -20px;
	padding: 2px 0 2px 5px;
	color: white;
	font-size: 14pt;
	background:#2394c5;
	letter-spacing: 2px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;	
}
.staticBox h2{
	font-weight: bold;
	display: block;
	margin: 0 -10px 0 -10px;
	padding: 2px 0 2px 5px;
	color: black;
	font-size: 13pt;
	border-bottom: 2px solid black;
	letter-spacing: 2px;	
	width: 100%;
}
.staticBox h4{
	color: #015Bc0;
	padding: 0;
	margin: 10px 0 0 0;
	
}


#fmUserJoinButton{
	display: block;
	width: 98px;
	height: 29px;
	background: url('../images/buttons/fm_user_join.jpg') no-repeat;
	background-position: 0px 0px;
	margin: 9px auto 8px auto;
	text-decoration: none;
}

#fmUserJoinButton:hover{
	background-position: 0px -29px;
	text-decoration: none;		
}

#fmUserSigninButton{
	display: none;
	width: 98px;
	height: 29px;
	background: url('../images/buttons/fm_user_signin.jpg') no-repeat;
	background-position: 0px 0px;
	margin: 9px auto 8px auto;
	text-decoration: none;
}

#fmUserSigninButton:hover{
	background-position: 0px -29px;
	text-decoration: none;		
}

#fmAddCartButton{
	width: 98px;
	height: 29px;
	background: url('../images/buttons/fm_addcart.jpg') no-repeat;
	background-position: 0px 0px;
	margin: 9px auto 8px auto;
	text-decoration: none;
}

#fmAddCartButton:hover{
	background-position: 0px -29px;
	text-decoration: none;		
}

.fmShowButton{
	display: none;
}

.formWrap label{
	float: left;
	width: 140px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
.formWrap input{
	float: left;
}
.fmAddedToCartBox{
	background: #CCCCCC;
	padding: 20px;
	margin: 0 40px 20px 40px;
	text-align: center;
	border: 1px solid black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	overflow:hidden;
	width:100%;		
	
}
.cartBox{
	border: 1px solid #2394c5;
	padding: 0 0 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
	width:100%;		
}
.cartBox h1{
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 2px 0 2px 5px;
	color: white;
	font-size: 14pt;
	background:#2394c5;
	letter-spacing: 2px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;	
}
.cartCol1{
	width: 135px;
	float: left;
}
.cartCol2{
	width: 390px;
	float: left;
}
.cartCol2 h3{
	margin: 0 0 10px 0;
	padding: 0;
}
.cartCol3{
	text-align: center;
	width: 100px;
	float: right;
	background: #aaaaaa;
	padding: 10px;
	border: 1px dotted #888888;
}
.cartRow{
	margin: 10px;
	padding: 10px;
	background: #cccccc;
	border: 1px solid black;
}

.fmCheckoutButton{
	float: right;
	display: block;
	width: 98px;
	height: 29px;
	background: url('../images/buttons/fm_checkout.jpg') no-repeat;
	background-position: 0px 0px;
	margin: 9px auto 8px auto;
	text-decoration: none;
}

.fmCheckoutButton:hover{
	background-position: 0px -29px;
	text-decoration: none;		
}
.fmUpdateCartButton{
	float: right;
	display: block;
	width: 98px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 9px auto 8px auto;
	text-decoration: none;
}
.fmUpdateCartButton:hover{
	background-position: 0px -29px;
	text-decoration: none;		
}
.fmRemoveCart,.fmRemoveCart:link,.fmRemoveCart:visited,.fmRemoveCart:active{
	font-size: 12px;
	color: #444444;
}
.fmRemoveCart:hover{
	color: red;
	text-decoration: none;
}
.fmRemoveCart span{
	color: red;
}
.socialIcons{
	margin-left: 10px;
	width: 250px;
	float: left;
}
.socialIcons img{
	margin: 0 5px 0 5px;
}