/* ##########################################
   ##  Name: Simple Business Template      ##
   ##  Developed by: cesiel1993            ##
   ##  File: red.css - red stylesheet      ##
   ##  Last Updated: November 23rd, 2008   ##
   ##  Help: Email - cesiel1993@gmail.com  ##
   ##########################################
*/


/* ----- Standard Elements ------ */

body {
	background: url(../images/bg.png) repeat;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #7c7870;
}

p {
	margin: 0px 0px 10px 0px;
}

a {
	color: #a53116;
	text-decoration: none;
}

a:hover {
	color: #a53116;
	text-decoration: underline;
}

a:active {
	color: #a53116;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 30px; }
h2 { font-size: 24px }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; color: #444444; margin-bottom: 5px;}

input {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

textarea {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}


/* ----- Header Elements + Other ------ */

.spacer {
	height: 1px;
	clear: both;
}

#header {
	background: url(../images/red/header_bg.png) repeat-x;
	height: 117px;
}

.title {
	background: url(../images/red/title.png) no-repeat;
	width: 400px;
	height: 117px;
}

#pagetitle {
	background: url(../images/pagetitle_bg.png) repeat-x;
	height: 78px;
	padding: 17px 0px 0px 17px;
}

.pagetitle_image {
	margin: 7px 0px 5px 15px;
}

.pagetitle_smallnav {
	margin-left: 15px;
	line-spacing: 1.5em;
	font-size: 11px;
}

.pagetitle_smallnav a {
	color: #ef5735;
	text-decoration: none;
}

.pagetitle_smallnav a:hover {
	color: #ef5735;
	text-decoration: underline;
}

.pagetitle_smallnav a:active {
	color: #ef5735;
	text-decoration: underline;
}

.pagetitle_smallnav a:visited {
	color: #ef5735;
	text-decoration: none;
}


/* ----- Leftside Sidebar ------ */

#leftside {
	float: left;
	width: 250px;
}

.leftside_block {
	background: url(../images/leftside_bg.png) repeat-y;
	width: 220px;
	padding: 5px 15px 15px 15px;
}

.leftside_block p {
	font-size: 11px;
	color: #999999;
	line-height: 1.8em;
}

.leftside_block a {
	color: #999999;
	text-decoration: none;
}

.leftside_block a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.leftside_block a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.leftside_block a:visited {
	text-decoration: none;
}

.navigation_title {
	background: url(../images/leftside_navtitle.png) no-repeat;
	width: 250px;
	height: 50px;
}

.navigation_title2 {
	background: url(../images/leftside_navtitle2.png) no-repeat;
	width: 250px;
	height: 50px;
}

.latestnews_title {
	background: url(../images/leftside_newstitle.png) no-repeat;
	width: 250px;
	height: 50px;
	margin-top: 15px;
}

.latestnews_newstitle {
	color: #CCCCCC;
	font-weight: bolder;
}


/* ----- Content ------ */

#content {
	float: left;
	width: 600px;
	line-height: 2.2em;
	padding: 0px 0px 15px 15px;
	margin-top: -5px;
	color: #444444;
}

#content img {
	padding: 3px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}


/* ----- Footer ------ */

#footer {
	background: url(../images/footer_bg.png) repeat;
	min-height: 45px;
	height: 100%;
	margin-top: 15px;
	padding: 15px;
	line-height: 1.8em;
	color: #999999;
}

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

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
}

#footer_container {
	width: 860px;
}

.footer_left {
	float: left;
}

.footer_right {
	float: right;
	margin-top: 12px;
	color: #999999;
}