/* CSS Document */

body {
	margin: 0;
	background: #5c5c5c url(/images/bg.gif) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 20px;
	}
	
	
h1 {
	line-height: normal;
	margin: 0 0 0px 0;
	font-size: 35px;
	color: #515151;
	}
h2 {
	line-height: normal;
	margin: 0 0 10px 0;
	}
#articles h3 {
	line-height: normal;
	color: #d2213e;	
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 20px 0 0 0;
	border: none;
	}
h3 {
	line-height: normal;
	color: #d2213e;	
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0 0 0;
	}
h4 {
	font-size: 17px;
	color: #fff;
	margin: 0;
	line-height: normal;
	}	





a:link {
	color: #d2213e;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #d2213e;
	font-weight: bold;
	text-decoration: none;
	}	
a:hover {
	color: #d2213e;
	font-weight: bold;
	text-decoration: underline;
	}	
a:active {
	color: #d2213e;
	font-weight: bold;
	text-decoration: underline;
	}
	



li {
	padding: 0 0 15px 0;
	}	
	
	
select {
	border:1px solid #DEDEDE;
	color:#666666;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:12px;
	padding:3px;
	width:300px;
}

pre {
	width: 40px;
	}
		
/*----------------------------------------------------------------- CLASS ---------------*/


.clear {
	clear:both;
	}
.imgL {
	float: left;
	margin: 0 15px 10px 0;
	}

.dividerWide {
	background: url(/images/h1.gif) no-repeat center;
	margin: 20px 0 20px 0;
	height: 10px;
	}
.divider {
	background: url(/images/divider.gif) repeat-x center;
	height: 40px;
	}
	
#wide .dividerWide {
	background: url(/images/h1_wide.gif) no-repeat center;
	margin: 15px 0 20px 0;
	height: 10px;
	}

.menu {
	height: 42px;
	width: 714px;
	overflow: hidden;
	}
#wide .menu {
	height: 42px;
	width: 980px;
	overflow: hidden;
	}

.testimonialQuote {
	font-size: 12px;
	font-style:italic;
	}
	
	
#printContainer .subText {
	font-style: italic;
	line-height: normal;
	color: #000;
	font-size: 13px;
	}
	
	
	.subText {
	color: #666;
	font-size: 11px;
	line-height: 18px;
	}
	
	
.sig {
	margin: 10px 0 10px 0;
	}



.searchForm {
	display: inline;
	margin: 0;
	}
.searchInput {
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	color: #7d7d7d;
	width: 180px;
	height: 15px;
	display: inline;
	float: left;
	margin: 0 10px 0 12px;
	}
.feedIcon {
	float: left;
	margin: 1px 0 0 0;
	}


.signUp {
	}
.articleOption {
	margin: 0 41px 0 0;
	}




.tableCell {
	padding: 10px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	}
.tableCellR {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
	}
.tableCellB {
	padding: 10px;
	border-right: 1px solid #e5e5e5;
	}
.tableCellBR {
	padding: 10px;
	}
.contactInput {
	border:1px solid #DEDEDE;
	color:#666666;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:12px;
	padding:3px;
	width:300px;
}
.registerSelect {
	border:1px solid #DEDEDE;
	color:#666666;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:12px;
	padding:3px;
}
.registerForm {
	width: 500px;
	margin: 0 auto 0 auto;
	}

.submit {
	margin: 5px 0 0 108px;
	}


.headLink {
	display: block;
	width: 350px;
	height: 130px;
	float: left;
	}
.headLinkR {
	display: block;
	width: 350px;
	height: 130px;
	float: right;
	}

.imgR {
	border: 1px solid #7e7e7e;
	margin: 0 0 10px 0;
	}



.price {
	color: #d2213e;	
	font-weight: bold;
	font: 25px Georgia, "Times New Roman", Times, serif;
}	
.buyButton {
	margin: 10px 0 5px 0;
	}


/*----------------------------------------------------------------- DIV ---------------*/

#head {
	background: url(/images/head.jpg) no-repeat;
	height: 138px;
	width: 974px;
	margin: 0 0 14px 0;
	}
#container {
	width: 974px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	
}

#printContainer  	 {
	background: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 40px;
	}
#printContainer h1 {
	color: #000;
	font-size: 30px;
	}
#printContainer h2 {
	color: #000;
	font-size: 20px;
	margin: 30px 0 0 0;
	}
#printContainer h3 {
	color: #000;
	font-size: 20px;
	margin: 30px 0 0 0;
	border: none;
	padding: 0;
	}

#search {
	width: 249px;
	height: 24px;
	float: right;
	padding: 35px 15px 0 0;
	}





#leftWrap {
	float: left;
	margin: 0 0 20px 0;

}
#left {
	background: url(/images/leftBg.gif) repeat-y;
	width: 714px;
	margin: 0 0 0px 0;
	}
#leftTop {
	background: url(/images/leftBg_top.gif) no-repeat;
	padding: 15px 35px 25px 35px;
	width: 644px;
	}
#leftBot {
	background: url(/images/leftBottom.gif) no-repeat;
	width: 714px;
	height: 10px;
	}
#pagination {
	float: right;
	text-align: right;
	font-size: 10px;
	margin: 0 0 5px 0;
	color: #958f88;
	}





#homeRight {
	float: right;
	width: 620px;
	}





#wide {
	background: url(/images/wideBg.gif) repeat-y;
	width: 980px;
	margin: 0 0 0px 0;
	}
#wideTop {
	background: url(/images/wideBg_top.gif) no-repeat;
	padding: 15px 35px 25px 35px;
	width: 910px;
	}
#wideBot {
	background: url(/images/wideBottom.gif) no-repeat;
	width: 980px;
	height: 10px;
	margin: 0 0 20px 0;
	}









#right {
	float: right;
	width: 245px;
	margin: 0 0 20px 0;
	}
#submenu {
	background:url(/images/rightBg.gif) repeat-y;
	width: 245px;
	margin: 0 0 0 0;
	}
#submenuContent {
	padding: 0 25px 10px 25px;
	}
#subMenuHead {
	height: 15px;
	padding: 15px 20px 5px 20px;	
	}
#submenuTop {
	background:url(/images/rightTop.gif) no-repeat;
	}
#submenuTop2 {
	background:url(/images/rightTop2.gif) no-repeat;
	height: 14px;
	}
#submenuBot {
	background: url(/images/rightBot.gif) no-repeat;
	height: 9px;
	width: 245px;
	margin: 0 0 20px 0;
	}
#submenuTop h2 {
	margin: 0;
	line-height: normal;
	}
#testimonial {
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	padding: 0px 15px 0 15px;
	}
#rightContent {
	padding: 5px 20px 10px 20px;
	color: #484542;
	}








#contactRight {
	float: right;
	width: 300px;
	margin: 20px 0 0 0;
	}
#contactLeft {
	float: left;
	width: 550px;
	text-align: left;
	margin: 20px 0 0 0;
	}







#foot {
	border-top: 1px solid #7d7d7d;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	}
#footInner {
	width: 960px;
	margin: 0 auto 0 auto;
	}
#footLeft {
	float: left;
	width: 500px;
	padding: 20px 0 0px 0;
	}
#footRight {
	float: right;
	text-align: left;
	border-left: 1px solid #7d7d7d;
	padding: 20px 0 60px 20px;
	}
#foot a:link {
	color: #ffaf5f;
	font-weight: normal;
	}
#foot a:visited {
	color: #ffaf5f;
	font-weight: normal;
	}
#foot a:hover {
	color: #ffaf5f;
	font-weight: normal;
	}
#foot a:active {
	color: #ffaf5f;
	font-weight: normal;
	}


/*-------------------------------------------------------------- LISTS -*/



.subMenu {
	margin: 0px 2px 0px 2px;
	padding: 0px;
	}	
.subMenu ul { 
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 list-style-position: inside;
	 } 
.subMenu li {	
	padding: 10px 10px 10px 30px;
	list-style-type: none;
	background:transparent url(/images/listLi.gif) no-repeat;
    background-position: 15px 15px;
	margin: 0 0 0 0;
	font-size: 12px;
	border-bottom: 1px solid #d8d5d2;
	line-height: 18px;
	}



.list {
	margin: 0px 2px 15px 2px;
	padding: 0px;
	}	
.list ul { 
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 list-style-position: inside;
	 } 
.list li {	
	padding: 10px 10px 10px 30px;
	list-style-type: none;
	background:transparent url(/images/listLi.gif) no-repeat;
    background-position: 15px 16px;
	margin: 0 0 0 0;
	font-size: 13px;
	border-bottom: 1px solid #d8d5d2;
	line-height: 18px;
	}






/*---------------------------------------------------------- MENU --*/


#home .menu {
	background:url(/images/menuHome.gif) no-repeat;
	}
#about .menu {
	background:url(/images/menuAbout.gif) no-repeat;
	}
#register .menu {
	background:url(/images/menuRegister.gif) no-repeat;
	}
#articles .menu {
	background:url(/images/menuArticles.gif) no-repeat;
	}
#templates .menu {
	background:url(/images/menuTemplates.gif) no-repeat;
	}
#author .menu {
	background:url(/images/menuAuthor.gif) no-repeat;
	}
#contact .menu {
	background:url(/images/menuContact.gif) no-repeat;
	}
	
	
	
#menuHome {
	display: block;
	height: 42px;
	width: 76px;
	float: left;
	}
#menuAbout {
	display: block;
	height: 42px;
	width: 68px;
	float: left;
	}
#menuRegister {
	display: block;
	height: 42px;
	width: 181px;
	float: left;
	}
#menuArticles {
	display: block;
	height: 42px;
	width: 85px;
	float: left;
	}
#menuTemplates {
	display: block;
	height: 42px;
	width: 98px;
	float: left;
	}
#menuAuthor {
	display: block;
	height: 42px;
	width: 110px;
	float: left;
	}
#menuContact {
	display: block;
	height: 42px;
	width: 94px;
	float: left;
	}

	
	
	
.menuText {
	margin: -5000px 0 0 0;
	display: block;
	}

.testimonial {
	background:none repeat scroll 0 0 #F7F5F4;
	border:2px solid #EBEAE8;
	margin:15px 0 0;
	overflow:hidden;
	padding:15px;
	width:610px;
}