
/* MAIN */

body 
{ 
  	color: #4a292b;
  	background: url(../images/Fallen_background.jpg) #ece4d1 top center no-repeat;
  	margin: 0px;
	padding: 0px;
	font-family: "Georgia", "Times New Roman", "Times", Serif;
	font-size: 13px;
	text-align: left;
}
#mainHolder
{
	margin: 0px;
	padding: 0px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div, img
{
  	margin: 0px;
  	padding: 0px;
}
strong
{
	font-style: italic;
	font-weight: normal;
}


/* HEADER */

#header
{
	position: relative;
	width: 960px;
}

h1.main-header 
{
  	margin: 0px;
  	padding: 0px;
  	text-indent: -9999px;
  	width: 960px;
	height: 192px;
}

/* SPECIAL MAIN BOX */
#box
{
	margin: 0;
	padding:20px 100px;
	display: block;
	font-family: Georgia, Times, Serif;
	font-size:27px;
	text-align:center;
	line-height:33px;
	
}

#boxOFR
{
	color:#d2232a;
	font-family:Trebuchet MS, Arial, Sans-serif;	
	text-transform: uppercase;
	font-size:24px;
	letter-spacing: 0.08em;
}

/* MAIN AREA */
.label
{
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #d2232a;
	padding: 3px 5px;
}
.emfas
{
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-weight: bold;
}
.skill
{
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: gray;
}

.linkArrow_red
{
	font-family: Arial, Sans-serif;
	font-size: 17px;
	color: #d2232a;
}
.linkArrow_green
{
	font-family: Arial, Sans-serif;
	font-size: 17px;
	color: #566a45;
}
.greenLink a:link
{
	color: #566a45;
}
.greenLink a:hover
{
	color: #566a45;
}
.greenLink a:visited
{
	color: #566a45;
}


/* VIEW CART */
#viewCart
{
	position: absolute;
	top: 130px;
	right: 15px;
	
}

/* MENU */
#menuHolder
{
	margin: 0px auto;
	padding: 0px;
	width: 750px; 
	height: 37px;
}
#menu
{ 
	margin: 0px;
	padding: 0px;
	list-style: none;  
}
#menu li
{ 
	display: inline; 
}
#menu li a
{ 
	display: block; 
	float: left; 
	width: 187px; 
	height: 37px; 
	background: url(../images/fr_menu.gif) no-repeat; 
	text-indent: -9999px; 
	margin: 0; 
}
#menu li.main a { background-position: 0px 0px; }
#menu li.products a	{ background-position: -187px 0px; }
#menu li.story a { background-position: -374px 0px; }
#menu li.bb a	{ background-position: -561px 0px; }
#menu li.main a:hover { background-position: 0px -37px; border: 0px; text-decoration: none}                  
#menu li.products a:hover { background-position: -187px -37px; border: 0px; text-decoration: none}                  
#menu li.story a:hover { background-position: -374px -37px; border: 0px; text-decoration: none}                  
#menu li.bb a:hover { background-position: -561px -37px; border: 0px; text-decoration: none}                  

#menu li.mainActive a { background-position: 0px -37px; border: 0px; text-decoration: none}                  
#menu li.productsActive a { background-position: -187px -37px; border: 0px; text-decoration: none}                  
#menu li.storyActive a { background-position: -374px -37px; border: 0px; text-decoration: none}                  
#menu li.bbActive a { background-position: -561px -37px; border: 0px; text-decoration: none}                  
#menu li.main a:hover { background-position: 0px -37px; border: 0px; text-decoration: none}                  
#menu li.products a:hover { background-position: -187px -37px; border: 0px; text-decoration: none}                  
#menu li.story a:hover { background-position: -374px -37px; border: 0px; text-decoration: none}                  
#menu li.bb a:hover { background-position: -561px -37px; border: 0px; text-decoration: none}                  


/*	SUBMENU */

#subMenu
{
	margin:0 0 20px 0;
	padding: 5px 0px;
	border-top: solid 3px black;
	list-style: inside;
	list-style-image: url(../images/bulletpoint.gif);
	line-height: 27px;
}
#subMenu .noBullet
{
	list-style: inside;
	list-style-image: url(../images/mLevel2Bullet.gif);
	padding-left: 10px;
}
#subMenu li a
{
	color: #4a292b;
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}
#subMenu li a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #d2232a;
}

#subMenu li .mLevel2
{
	font-size: 11px;
	color: #868080;
}

#bb-subMenu
{
	margin:0 0 20px 0;
	padding: 5px 0px;
	border-top: solid 3px black;
	list-style: inside;
	list-style-image: url(../images/bulletpoint.gif);
	line-height: 27px;
}
#bb-subMenu li a
{
	color: #999;
	font-family: Georgia, Serif;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	letter-spacing: 0.1em;
	
}
#bb-subMenu li a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #d2232a;
}


/* CONTENT */

#content
{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 40px 0px;
	width: 960px;
	background-color: #fff;

}
.oneCol
{
	margin:0px;
	padding: 10px 10px 0px 10px;
	width: 172px;
	float: left;
}
.twoCol
{
	margin: 0px;
	padding: 10px 10px 0px 10px;
	width: 364px;
	float: left;
}

.twoCol20Pad
{
	margin: 0px;
	padding: 10px 30px 0px 10px;
	width: 324px;
	float: left;
}


.threeCol
{
	margin: 0px;
	padding: 10px 10px 0px 10px;
	width: 556px;
	float: left;
}
.threeCol_nopad
{
	margin: 0px;
	padding: 0px;
	width: 576px;
	float: left;
}

.fourCol
{
	margin: 0px;
	padding: 10px 10px 0px 10px;
	width: 748px;
	float: left;
}

.fiveCol
{
	margin: 0px;
	padding: 10px 10px 0px 10px;
	width: 940px;
	float: left;
}

p
{
	margin:0px 0px 20px 0px;
	padding: 0px;
	font-family: Georgia, Serif;
	font-size: 14px;
	line-height: 22px;
	color: #4a292b;
}
a
{
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 12px;
	color: #d2232a;
	text-decoration: none;
}
a:hover
{
	padding: 0px 0px 1px 0px;
	color: #d2232a;
	text-decoration: none;
	border-bottom: 1px solid #d2232a;

}
img a
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
img a:hover
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
}

.anfang
{
	color: #d2232a;
	font-variant: small-caps;
	letter-spacing: 0.1em;

}


/* PAGES */

.pageh2
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #4a292b;
	font-family: "Trebuchet MS", Sans-serif;
	letter-spacing: 0.05em;
	font-size: 24px;
	text-transform: uppercase;
}
.pageh2 a
{
	color: #4a292b;
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.pageh2 a:hover
{
	color: #4a292b;
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}


.pageh3
{
	margin: 0 0 3px 0;
	padding: 10px 0 4px 0;
	color: #4a292b;
	font-family: "Trebuchet MS", Sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 2px solid black;
}

.panfang
{
	margin: 0px;
	padding: 0px;
	color: #d2232a;
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.pagep
{
	float: left;
	width: 364px;
	margin-right: 20px;
}
.pageImg
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 364px;
	float:right;
}
.callToAction
{
	float: left;
	width: 172px;
	text-align: center;
	
}
.btnRed
{
	width: 172px;
	height: 37px;
	text-align: center;
	text-indent: -9999px;
}
.btnRed a
{
	margin: 0px;
	padding: 0px;
	border: 0px
	width: 172px;
	height: 37px;
	display: block;
	position: relative;
	background: url(../images/btn_red.gif) center no-repeat;
	background-position: 0px 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size: 16px;
	color: white;
	text-decoration: none;	
}
.btnRed a:hover
{
	text-decoration: none;
	background-position: 0px -37px;
	border: 0px; 
}
.btnGreen
{
	width: 172px;
	height: 37px;
	text-align: center;
	text-indent: -9999px;
}
.btnGreen a
{
	margin: 0px;
	padding: 0px;
	border: 0px
	width: 172px;
	height: 37px;
	display: block;
	position: relative;
	background: url(../images/btn_green.gif) center no-repeat;
	background-position: 0px 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size: 16px;
	color: white;
	text-decoration: none;	
}
.btnGreen a:hover
{
	text-decoration: none;
	background-position: 0px -37px;
	border: 0px; 
}

.contentBox
{
	border-bottom: solid 2px #d2232a;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px; 
}

.smallProdName
{
	margin: 8px 0px 8px 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size: 10px;
	color: #928d8e;
	text-transform: uppercase;
	font-weight: bold;
}
.currency
{
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size: 24px;
	color: #989898;
	text-transform: uppercase;
	font-weight: bold;
}
.price
{
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size: 24px;
	color: #c92b37;
	text-transform: uppercase;
	font-weight: bold;
}
.free
{
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size: 24px;
	color: #566a45;
	text-transform: uppercase;
	font-weight: bold;
}


p.quote
{
	padding: 10px 20px;
	background-color: #f2efe0;
}


/* PRODLIST */

#prodListHolder
{
	margin: 0px auto;
	padding: 0px;
	width:960px;
	height: 206px;
	background-color: #a99b7f;
}
#prodList     
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#prodList li
{ 
	display: inline; 
}
#prodList li a
{
	display: block; 
	float: left; 
	width: 320px; 
	height: 204px; 
	background: url(../images/Fallen_productList.jpg) center no-repeat; 
	text-indent: -9999px; 
}
#prodList li.mr a {	background-position: 0px 0px; }
#prodList li.lb a {	background-position: -320px 0px; }
#prodList li.up a {	background-position: -640px 0px; }
#prodList li.mr a:hover { background-position: 0px -204px; border: 0px; text-decoration: none; }
#prodList li.lb a:hover { background-position: -320px -204px; border: 0px; text-decoration: none; }
#prodList li.up a:hover { background-position: -640px -204px; border: 0px; text-decoration: none; }





/* Bulletin Board */

.bb-h2
{
	margin: 5px 0px;
	padding: 0px;

	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #355a77;
}
.bb-h2 a
{
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #355a77;
	text-decoration: none;
}
.bb-h2 a:hover
{
	text-decoration: none;
}

.bb-date-cat
{

	margin: 5px 0px;
	padding: 0px;

	font-family: Georgia, Times, Serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #969696;
	letter-spacing: 0.1em;
}

.bb-blog-extract
{
	margin: 5px 0px;
	padding: 0px;
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	font-style: italic;
	color: #4a292b;

}
.bb-contentBox
{
	border-bottom: solid 2px black;
	margin-bottom: 20px; 
}

.bb-linkArrow_blue
{
	font-family: Arial, Sans-serif;
	font-size: 17px;
	color: #355a77;
}


.bb-blueLink a:link
{
	color: #355a77;
}
.bb-blueLink a:hover
{
	color: #355a77;
}
.bb-blueLink a:visited
{
	color: #355a77;
}



/* COMMENTS */
.comForm
{
	margin: 0;
	padding: 20px 0 17px 0;
}
input
{
	margin: 0px 0px 4px 0px;
	padding: 6px;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	color: #8d8d8d;	
	background-color: #f8f3e7;
	border: solid 1px #f1e9d3;
	width: 231px;
	height: 13px;
	float: left;
}
textarea
{
	margin: 0px 0px 4px 0px;
	padding: 6px;
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	color: #8d8d8d;	
	background-color: #f8f3e7;
	border: solid 1px #f1e9d3;
	width: 231px;
	height: 73px;
	float: left;
}
.comH1
{
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
}
.comLabel
{
	margin: 0px 20px 4px 0px;
	width: 98px;
	height: 25px;
	color: #949494;
	font-variant: small-caps;
	font-size: 13px;
	text-align: right;
	float: left;
}
.comPostBTN
{
	margin: 0;
	padding: 6px;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #355a77;
	border: 0;
	width: 245px;
	height: 25px;
	letter-spacing: 0.1em;
	float: right;
}
.comBox
{
	margin: 0px;
	padding: 18px 0;
	border-bottom: dashed 1px #949494;
}

.comBox p
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #919191;
	width: 245px;
	float: right;
}
.comSig
{
	margin: 0;
	padding: 5px 0 4px 0;
	width: 109px;
	font-size: 11px;
	font-style: italic;
	color: #355a77;
	float: right;
}
.comSig a
{
	font-size: 11px;
	color: #355a77;
	text-decoration: none;
}
.comSig a:hover
{
	font-size: 11px;
	color: #355a77;
	text-decoration: none;
}
.comDate
{	
	width: 98px;
	font-size: 10px;
	font-style: italic;
	color: #949494;
	float: right;
}


/* Central Library */

.smallItalic
{
	text-transform: none;
	font-weight: normal; 
	font-style: italic;
}


.CL_index_card_h3
{
  	margin: 0 0 22px 0;
  	padding: 107px 30px 0 30px;
  	border: 0;
  	background: url(../images/CL_index_card.jpg) top center no-repeat;
  	width: 304px;
  	height: 133px;

	color: #3f3929;
	text-align: center;
	font-family: "Trebuchet MS", Sans-serif;
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	border: none;

}
.CL_index_card_h3_w
{
  	margin: 0;
  	padding: 107px 30px 0 30px;
  	border: 0;
  	background: url(../images/CL_index_card_w.jpg) top center no-repeat;
  	width: 304px;
  	height: 133px;

	color: #3f3929;
	text-align: center;
	font-family: "Trebuchet MS", Sans-serif;
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	border: none;

}
.CL_w
{
	margin: 0 0 22px 0;
	padding: 0;
	border: 0;
}

.CL_holder
{
	margin: 0;
	padding: 0;
	border: 0;
}

.CL_top
{
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background: url(../images/cl_paper_top.jpg) top center no-repeat;
  	text-indent: -9999px;
  	width: 364px;
	height: 120px;
}

.CL_mid
{
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background: url(../images/cl_paper_mid.jpg) top center repeat-y;
  	width: 364px;
  	height: 510px;
}

.CL_padding
{
	padding: 8px 30px 0 30px;
	margin: 0;
	border: 0;
	text-align: center;
}
.CL_padding p
{
	font-size: 12px;
	margin: 0 0 10px 0;
}

.CL_bottom
{
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background: url(../images/cl_paper_bottom.jpg) top center no-repeat;
  	text-indent: -9999px;
  	width: 364px;
	height: 42px;
}
.CL_h3
{
	margin: 0 0 8px 0;
	padding: 0 0 4px 0;
	color: #9c8f62;
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	border-bottom: solid 1px #9c8f62;

}

.company_link a
{
	font-size: 12px;
	font-weight: bold;
}
.nick
{
	font-style: italic;
	font-size: 12px;
	color: gray;
}
.big_nick
{
	margin: 0;
	padding: 0;
	color: #d2232a;
	font-style: italic;
	font-size: 22px;
}





/* FOOTER */

#footer
{
	margin: 0px;
	padding: 0px;
	width: 960px;
	background-color: #d2232a;
	margin-left: auto;
	margin-right: auto;
}

#footer h2
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

#footer h2 a
{
	color: #fff;
	text-decoration: none;
}


#footer p
{
	margin: 10px 0px 30px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size: 11px;
	color: #f5efdf;
	line-height: 27px;
	list-style-position: outside;
	list-style-type: disc;	 
}

#footer p a
{
	font-size: 11px;
	color: #f5efdf;
	text-decoration: none;
}

#footer p a:hover
{
	padding: 0px 0px 2px 0px;
	color: #f5efdf;
	text-decoration: none;
	border-bottom: 1px solid #f5efdf;
}

.FallenPublishing
{

	margin: 0px;
	padding: 00px;
  	text-indent: -9999px;
  	background: url(../images/Fallen_Publishing_logo.gif) #d2232a center no-repeat;
	width:900px;
	height: 150px;

}





