html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;


}
* {
	font-size: 14px;
}
body {
	margin:0px;
	padding:0px;
	background:url(../images/background.gif) repeat-x #2c2c2c;
	color:#CCC;
}


#PagingLink {
	border:1px solid #3d3d3d;
	padding:5;
	background:#212121;
	text-align:center;
}

#PagingLink a:link, #PagingLink a {
	color:#999;
}

#PagingLink a:hover {
	text-decoration:underline;
	color:#999;
}



.main_text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}


.white_text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
}

/*
.wrap {
	width:950px;
	height:700px;
	background:url(../images/wrap_background.gif) repeat-x;
}
*/
#content {
	width:980px;
	background-color:#111;
	border:1px solid #333;
}

.error_red {
	font-weight:bold;
	font-size: 16px;
	color:#900;
	border:solid 1px #B32D2D;
	padding:5;
	background:#F9F0F0;
	background-color:#000;	
}

.error_green {
	font-weight:bold;
	font-size: 16px;
	color:#53A600;
	border:solid 1px #56AC00;
	padding:5;
	background-color:#000;
}


#posts {
	border:solid 1px #5d5d5d;
	margin-bottom:5px;
	background:#1d1d1d;
}

#posts th{
	color:#FFF;
	background-color:#3d3d3d;
}

.post {
	border:solid 1px #2d2d2d;
	margin-bottom:5px;
	font-size:11px;
}

.post_title {
	font-size: 12px;
	color: #FFF;
	background-color:#3d3d3d;
	padding:5;
}

.post_question {
	color:#DDD;
	padding:2;
}
.post_answer {
	color:#FFF;
	padding:2;
}

.post_form {
	border:solid 1px #3D3D3D;
	width:300px;
	background:#2d2d2d;
}


.price {
	color:#690;
}

h1 {
	
	font-size: 20px;
	color: #0e77ad;
	/*color: #2c435e;*/
	text-align:right;
	
}
h2 {
	font-size: 14px;
	color: #EFEFEF;
}
h3 {
	font-size: 12px;
	color: #333333;
	background-color:#EEE;
	padding:5;
}

h4 {
	font-size: 16px;
	color: #e2a004;
	padding:0;
	margin:0;
}


#heading_block {
	/*background-color:#5f4403;*/
	background-color:#5f4403;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-size: 15px;
	background:url(../images/block_heading_background.gif) 100% 100%;
	min-height:28px;
	font-weight:bold;
	
}

* html #heading_block {
	height:40px;
	
}

#content_heading_block {
	background-color:#073649;
	padding:5;
	font-size: 12px;
	/*background:url(../images/content_heading_background.gif) 100% 100%;*/
	background:url(../images/content_heading_background.gif) ;
	
}

.content_heading {
	font-size: 18px;
	font-weight:bold;
	
}




#article {
	background-color:#2d2d2d;
	margin-bottom:5px;
	border:solid 1px #5d5d5d;
	font-size: 12px;
	position: relative;
	/*  width: 32em;*/
	/* height: 10em;*/
	padding-bottom: 0;
}

#article th{
	text-align:right;
	font-size:14px;
}



.article_title {
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
	text-align:right;
}

.article_brief {
	font-weight:bold;
	font-size:14px;
	color:#e2a004;
	/*font-weight:bold;*/
	padding:5;
	padding-bottom:10px;
}



#article_description {
	color:#FFF;
	font-size:14px;
	
}

#article_output {
	float:left;
	padding:5;
	display: block;
	
	position:relative;
	margin-bottom:10px;
	margin-top:3px;
}

* html #article_brief {
	height: 8em;
}


#article_brief {
	padding:5;
	min-height:8em;
	font-size:16px;
	position: relative;
	padding-bottom: 0;
}

#article_brief div.alignBottom{
	font-size:11px;
	position: absolute;
	bottom: 5px;
	padding:0;
	left: 5px;
	float: left;
}
#article_brief div.alignBottom div {
	font-size:11px;
	margin: 0 3px 0 3px;
	float: left;
}

#article_brief a {
	font-size:14px;
}

#article_brief a:link, #article_brief a:visited, #article_brief a:active {
	font-size:14px;
	color:#CCC;
}

#article_brief a:hover {
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}




#articles{
	background:#1d1d1d;
	border:solid 1px #5d5d5d;
	padding:1px;
	margin-bottom:10px;
}
#articles th{
	color:#FFF;
	background-color:#3D3D3D;
}


* html #testimonial_brief {
	height: 8em;
}

#testimonial_brief {
	padding:5;
	min-height:100px;
	background:url(../images/testimonial_brief.jpg);	
	font-size:16px;
	position: relative;
	padding-bottom: 0;
}

#testimonial_brief div.alignBottom {
	font-size:11px;
	position: absolute;
	bottom: 5px;
	padding:0;
	left: 5px;
	float: left;
}
#testimonial_brief div.alignBottom div {
	font-size:11px;
	margin: 0 3px 0 3px;
	float: left;
}

#testimonial_brief a {
	font-size:14px;
}

#testimonial_brief a:link, #testimonial_brief a:visited, #testimonial_brief a:active {
	font-size:14px;
	color:#CCC;
}

#testimonial_brief a:hover {
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}



.highlight {
 color:#83c3de;	
}

#search {
	width:100%;
	font-weight:bold;
	font-size: 12px;
}


#backlinks {
	font-size: 12px;
	color: #BBB;
	text-indent:10px;
}

#backlinks a{
	color:#FFF;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005B79;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005B79;
	text-decoration:none;
}

hr {
size:1px;

}



a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005B79;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0082AC;
	text-decoration:underline;
}

.text_input {
	background:#EEE;
	border:solid 1px #5d5d5d;
}


.button {
	color:#666;
	border: 1px solid #666;
	margin: 0;
	padding: 1px 2px 1px 2px;
	background: #FEFEFE;
	font-weight:bold;
	min-width: 60px;
	text-align: center;
	font-size:12px;

/*
	
	
	
	color:#333333;
	height:21px;
	background:#FFFFFF;
	border:solid 1px #333333;
	font-size:12px;
	font-weight:bold;
	*/
}


.list_button {
	font-weight:bold;
	height:21px;
	background:#F1F1F1;
	border:solid 1px #e2e2e2;
	font-size:11px;

}

.news_text {
	color:#CCC;
	font-size: 13px;
}


.small_text {
	font-size: 11px;
}
.sortable-list {
	list-style-type: none;
}
.sortable-list li {
	width:650;
	font-weight:bold;
	font-size:14px;
	border : 1px solid #DDD;
    cursor : move;
    margin : 2px 0 2px 0;
    padding : 4px;
    background : #EFEFEF;
}

#sticker{
	font: bold 11px Arial;
	margin-bottom:5px;
	width:100%;
	height:180px;
	background:#3d3d3d;
	border : 1px solid #5d5d5d;
}

.sticker_heading{
	color:#333;
	background:url(../images/sticker_heading.gif) 100% 100%;
	font: bold 14px Arial;

}

#contact {
	 width:280px;
	 /*background:url(../images/contact_background.jpg) no-repeat;*/
	 margin-left:20px;
	 border:1px #CCC solid;
	 background-color:#FFF;
}
.contact_heading{
	background:url(../images/sticker_heading.gif) 100% 100%;
	font: bold 14px Arial;
}

/* SIDE MENU                     */

#side_menu {

	width:187px;
	color:#EEE;
	width:100%;
	/*height:36px;*/
	/*background:url(../images/heading0.gif) no-repeat 100% 100%;*/
	font-weight:bold;
	font-size:16px;
	border: #2d2d2d solid 1px;
}

#side_menu a {
	text-align:right;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding:3;
}

#side_menu a.category_not_selected{
	/*margin-right:10;*/
	color:#EFEFEF;	
	font-size:17px;
	font-weight:bold;
	background:#1b7398;
	background:url(../images/side_menu_unselected.gif) 100% 100%;

}

#side_menu a.category_selected {
	/*margin-right:10;*/
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	background:#1b7398;
	background:url(../images/side_menu_selected.gif) 100% 100%;

}



#side_menu a.sub_not_selected {
	/*margin-right:20;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#83c3de;
	font-size:14px;
	font-weight:normal;
	background-color:#2d2d2d;
	border-bottom:1px #000 solid;
	border-top:1px #3d3d3d solid;
	
}

#side_menu a:hover.sub_not_selected {
	/*margin-right:20;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	background-color:#3D3D3D;
	border-bottom:1px #000 solid;
	border-top:1px #3d3d3d solid;
	
}

#side_menu a.sub_selected {
	/*margin-right:20;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	color:#FFF;
	font-size:14px;
	background-color:#bc870a;
	border-bottom:1px #AAA solid;
	border-top:1px #333 solid;
}



#footer {
	
	/*background:url(../images/footer.gif) center no-repeat;*/
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
}

#marqueecontainer{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 120px; /*marquee width */
	height: 148px; /*marquee height */
	overflow: hidden;
}

.main_text tr td strong {
	font-size: 14px;
}

.large_text {
	font-size: 18px;
}

#marqueecontainer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 140px; /*marquee width */
	height: 149px; /*marquee height */
	overflow: hidden;
	margin-right: 2px;
	 	
}

.main_text tr td strong {
	font-size: 14px;
}


#book_categories{
	width:250px;
	background-color:#222;
}

#book_category {
	background:url(./images/sample_books_button_off.gif) repeat-x #111;
	font-size:14px;
	font-weight:bold;
	width:244px;
	margin-top:3px;
	margin-right:3px;
	margin-left:3px;
	cursor:pointer;
	border:1px solid #333;
	
	
}

#book_category a:hover {
	text-decoration:none;
}

#book_category:hover {

	background:url(./images/sample_books_button_on.gif) repeat-x #222;
}

a:hover #book_category {
	background-color: #074058;
}





