/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: ASDE Commercial
/*
/**************************************************************************************/


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	background-image: url('../images/bg.body.png');
}

a
{
	color: #f22a2a;
}

a:hover,
a.selected
{
	color: #626262;
}

hr
{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

blockquote
{
	border-left: 5px solid #eeeeee;
}

blockquote small
{
	color: #999999;
}

blockquote.pull-right
{
	border-right: 5px solid #eeeeee;
}


/**************************************************************************************/
/*   Forms																			  */


legend
{
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
}

legend small
{
	color: #999999;
}

textarea.invalid
{
	border: 1px solid #f22a2a;
}

input,
button,
select,
textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
	color: #999999;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: 0px 1px 0px #CCCCC;
	-moz-box-shadow: 0px 1px 0px #CCCCC;
	box-shadow: 0px 1px 0px #CCCCC;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
{
	border-color: #f22a2a);
    -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 8px #f22a2a;
	-moz-box-shadow: inset 0 1px 1px #000000, 0 0 8px #f22a2a;
	box-shadow: inset 0 1px 1px #000000, 0 0 8px #f22a2a;
}

select
{
	border: 1px solid #bbb;
	background-color: #ffffff;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus
{
	outline: thin dotted #333;
}


/**************************************************************************************/
/*   Headings and Titles															  */


h1,
h2,
h3,
h4
{
}

h1
{
}

h2
{
}

h3
{
}

h4
{
}

h5
{

}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small
{
	color: #999999;
}

#header-bottom-row .item_title,
#header-bottom-row .module_title,
#content-row h1,
#content-row h2.item_title,
#content-row .page-category .item_title,
#content-row .page_header h2,
#content-row .category_title h2,
#content-row .page-header,
.contentpane .item_title,
.contentpane h2
{
    background-color: #f2f2f2;
    border-left: 5px solid #6aa2ca;
	border-bottom: 1px solid #fff;
}

#header-bottom-row .item_title,
#header-bottom-row .module_title,
#content-row .item_title,
#content-row-1 .module_title,
#content-row-2 .module_title,
#content-row-3 .module_title,
#content-row-5 .module_title,
.contentpane .item_title,
.contentpane h2
{
	color: #b00000;
}

#header-bottom-row .item_title span,
#header-bottom-row .module_title span,
#content-row .item_title span,
#content-row-1 .module_title span,
#content-row-2 .module_title span,
#content-row-3 .module_title span,
#content-row-5 .module_title span,
.contentpane  .item_title span,
.contentpane h2 span
{
	color: #626262;
}


/**************************************************************************************/
/*   Lists																			  */


.categories-module li,
.archive-module li
{
	background: url('../images/styles/default/li.style.png') left 11px no-repeat;
}

.categories-module li a,
.archive-module li a
{
	color: #626262;
}

.categories-module li a:hover,
.archive-module li a:hover
{
	color: #f22a2a;
}


/**************************************************************************************/
/*   Buttons																		  */


a.btn,
a.readmore,
.btn_info,
.btn-info,
.btn-group button.btn,
.mod-newsflash a.readmore,
.btn-primary,
.btn_primary,
.contentpane .button
{
	color: #ffffff;

	background-color: #b00000;
	background-image: -moz-linear-gradient(top, #f22a2a, #b00000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f22a2a), to(#b00000));
	background-image: -webkit-linear-gradient(top, #f22a2a, #b00000);
	background-image: -o-linear-gradient(top, #f22a2a, #b00000);
	background-image: linear-gradient(to bottom, #f22a2a, #b00000);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 0px #CCCCC;
	-moz-box-shadow: 0px 1px 0px #CCCCC;
	box-shadow: 0px 1px 0px #CCCCC;
}

a.btn:hover,
.btn_info:hover,
.btn-info:hover,
.btn_info:active,
.btn-info:active,
.btn_info.active,
.btn-info.active,
.btn_info.disabled,
.btn-info.disabled,
.btn_info[disabled],
.btn-info[disabled],
.btn-primary:hover,
.btn_primary:hover,
.btn-primary:active,
.btn_primary:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary.disabled,
.btn_primary.disabled,
.btn-primary[disabled],
.btn_primary[disabled],
.mod-newsflash a.readmore:hover,
a.readmore:hover,
.contentpane .button:hover
{
	color: #FFFFFF;
	background-color: #b00000 !important;
	background-image: -moz-linear-gradient(top, #b00000, #b00000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b00000), to(#b00000));
	background-image: -webkit-linear-gradient(top, #b00000, #b00000);
	background-image: -o-linear-gradient(top, #b00000, #b00000);
	background-image: linear-gradient(to bottom, #b00000, #b00000);
}


/**************************************************************************************/
/*   Pagination																		  */


.pagination ul li .pagenav
{
	color: #555555;
}

.pagination ul li span.pagenav
{
	color: #555555;
}

.pagination ul li a.pagenav
{
	color: #f22a2a;
}

.pagination ul li a.pagenav:hover
{
	color: #626262;
}

.pagination ul li.num span.pagenav
{
	color: #626262;
}


/**************************************************************************************/
/*   BlockNumbers																	  */


span.blocknumber  
{
    background-color: #f2f2f2;
	box-shadow: 1px 1px #bbb;
}


/**************************************************************************************/
/*   Toggling																		  */


.toggle_content
{
    background-color: #f2f2f2;
}


/**************************************************************************************/
/*   Newsflash																		  */


.mod-newsflash-adv__links .item_content
{
	background-color: #e9e9e9;
}

.mod-newsflash-adv__links .item_content ul li a,
.mod-newsflash-adv__links.support .item_introtext
{
	color: #7F7F7F;
}

.mod-newsflash-adv__links .item_content ul li a:hover
{
	color: #f22a2a;
}

.mod-newsflash-adv__links a.readmore:hover
{
	color: #f22a2a;
}


/**************************************************************************************/
/*   Back to Top																	  */


#back-top a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #626262;
}

#back-top a:hover
{
	color: #626262;
}

#back-top span
{
	background-color: #DDDDDD;
}


/**************************************************************************************/
/*   Gallery																		  */


.page-gallery .item_title
{
}

.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg
{
	background-color: #000000;
}

#galleryOverlay
{
}


/**************************************************************************************/
/*   General
/**************************************************************************************/
/**************************************************************************************/

#wrapper
{
	background-image: url('../images/bg.target.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.muted
{
	color: #f22a2a;
}


/**************************************************************************************/
/*   Header
/**************************************************************************************/
/**************************************************************************************/

/**************************************************************************************/
/*   Breadcrumb Row		  															  */


#breadcrumbs-row .moduletable .breadcrumb
{
	border-bottom: 4px solid #9b9b9b;
    border-top: 4px solid #9b9b9b;		
}


/**************************************************************************************/
/*   Featured Row		  															  */


#featured-row .moduletable-wrapper
{
	border: 1px solid #f0f0f0;
}

#featured-row .mod-newsflash .item,
#featured-row .mod-custom
{
	background-color: #e0e0e0;
	background-image: -moz-linear-gradient(top, #fbfbfb, #e0e0e0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #e0e0e0);
	background-image: -o-linear-gradient(top, #fbfbfb, #e0e0e0);
	background-image: linear-gradient(to bottom, #fbfbfb, #e0e0e0);	
	border: 1px solid #fff;
}

#featured-row .mod-newsflash .item:hover
{
	background-color: #dddddd;	
}

#featured-row .module_title
{
	background-color: #626262;
	background-image: url(../images/bg.heading.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	text-shadow: 1px 1px #666;
}

#featured-row .mod-newsflash .item ul li a
{
	color: #7f7f7f;
}

#featured-row .mod-newsflash .item ul li a:hover
{
	color: #f22a2a;
}


/**************************************************************************************/
/*   Content
/**************************************************************************************/
/**************************************************************************************/


.page-blog .category_desc p,
.page-category .category_desc p,
.page-category .items-row
{
    border-bottom: 1px solid #D4D4D4;
}

.item_info_dl dd
{
	border-right: 1px solid #B3B3B3;
}


/**************************************************************************************/
/*   Content Row 4	 	  															  */


#content-row-4 .moduletable-wrapper
{
	border: 1px solid #f0f0f0;
}

#content-row-4 .mod-newsflash .item,
#content-row-4 .mod-custom
{
	background-color: #e0e0e0;
	background-image: -moz-linear-gradient(top, #e0e0e0, #fbfbfb);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#fbfbfb));
	background-image: -webkit-linear-gradient(top, #e0e0e0, #fbfbfb);
	background-image: -o-linear-gradient(top, #e0e0e0, #fbfbfb);
	background-image: linear-gradient(to bottom, #e0e0e0, #fbfbfb);	
	border: 1px solid #fff;
}

#content-row-4 .mod-newsflash .item:hover
{
	background-color: #dddddd;	
}

#content-row-4 .module_title
{
	background-color: #626262;
	background-image: url(../images/bg.heading.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	text-shadow: 1px 1px #666;
}

#content-row-4 .mod-newsflash .item ul li a
{
	color: #7f7f7f;
}

#content-row-4 .mod-newsflash .item ul li a:hover
{
	color: #f22a2a;
}


/**************************************************************************************/
/*   Blog Pages																		  */


.page-blog p.item_title
{
}

.page-blog .items-leading,
.page-blog .items-row
{
	border-bottom: 1px solid #D4D4D4;
}


/**************************************************************************************/
/*   Archive Page																	  */


.page-archive .alert-info
{
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
}


/**************************************************************************************/
/*   Contacts Page																	  */


#contact_map
{
	border: 1px solid #cbcbcb;
}


/**************************************************************************************/
/*   Sidebars
/**************************************************************************************/
/**************************************************************************************/

#aside-row-2-left h2,
#aside-row-2-right h2
{
	background-color: #626262;
	color: #ffffff;
}

.mod-newsflash__whats-new .item,
.mod-newsflash__history .item
{
	border-bottom: 1px solid #d4d4d4;
}

aside .module_title span
{
	color: #6aa2ca;
}


/**************************************************************************************/
/*   Footer
/**************************************************************************************/
/**************************************************************************************/

#footer
{
}

#footer-row
{
	border-bottom: 1px solid #dddddd;	
}

#footer-row .module_title span
{
	color: #b00000;	
}

#footer-row .footer-row-separator
{
}

#footer-row ul li
{
}

#footer-row ul.nav li a
{
}

#footer-row ul.nav li a:hover
{
}

#copyright-row 
{
	background-color: #eaeaea;
	border-top: 1px solid #fff;		
}

#copyright-menu li
{
	border-right: 1px solid #b3b3b3;
}

#copyright-menu li a
{
	color: #626262;
}

#copyright-menu li a:hover
{
	color: #f22a2a;
}

#copyright-menu li.current a,
#copyright-menu li.active a
{
	color: #f22a2a;
}

