/* Created by Igor Penjivrag (www.colorlightstudio.com) - 12.11.2006 */


body {
    margin: 0px;
    background: repeat-x;
    color			: #7F7772;
    font-family		: Verdana, Arial, sans-serif;
    font-size 		: 12px;
    background-color:#FFFFFF;
    background-image:url(templates/Truly%20Simple/resources/common/images/top_bg.gif);
    background-repeat:repeat-x;
    background-position:top left;
    background-attachment:;

}

#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 730px;
}


/**** Top ***/


#top {
	width: 100%;
	color: #fff;
	background: #000 url(templates/Truly%20Simple/resources/common/images/top_bg.gif);
	overflow:hidden;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	background: url(templates/Truly%20Simple/resources/common/images/logo.jpg) no-repeat;
	padding-left: 40px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #FF5938;
}


/**** Main Menu ***/


#menu {
	font-family: Verdana, Arial, sans-serif;
    font-size: .7em;
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
}

* html #menu a {width:1%;}

#menu li a:hover {
	color: #FF5938;
}

#menu li a.current {
	letter-spacing: 1px;
	color: #FF5938;
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 100%;
	margin-top:30px;
}

/**** Content ***/


.sys_footer {
 	font-family: Verdana, Arial, sans-serif;
        font-size: .7em;       margin: 40px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 10px 0;
	width: 70%;
}

#sys_designerfooter {
    background: none;
    padding: 0 0 5px 0;
    border:none;
    margin-top:0px;
}

.sys_footer p {
	margin: 0px;
	padding: 0;
}
.sys_footer p a{
	
		color: #8B0000;
}
			
.sys_txt{
	font-family		: Verdana, Arial, sans-serif;
	color			: #7F7772;
	font-size 		: 12px;	
	padding			: 1px 0 0 0;
	font-size-adjust: none;
}

a{color:#8B0000;}

.sys_txt a img{

	border : none;

}

.sys_txt a{

	color: #8B0000;

}

.sys_txt a:hover{

	text-decoration: none;
	color: #8B0000;

}

.sys_txt h1, 
.sys_txt h2, 
.sys_txt h3, 
.sys_txt h4,
.sys_txt h5,
.sys_txt h6,
.sys_txt p{ 
		text-decoration: none;
	font-weight: normal;
	color: #444;
	
}

.sys_txt h1{
	letter-spacing: -1px;
	font-size: 2.4em;
	margin:0;
	padding:10px 0 10px 0;
}

.sys_txt h2{
	font-size: 1.8em;
	margin:0;
	padding:10px 0 10px 0;
}

.sys_txt h3{
	font-size: 1.2em;
	font-weight: bold;
	
	margin:0;
	padding:10px 0 10px 0;
}

.sys_txt h4{
	margin:0;
	padding:10px 0 10px 0;
	
	
}

.sys_txt h5{
	
	margin:0;
	padding:10px 0 10px 0;
	
}

.sys_txt h6{
	margin:0;
	padding:10px 0 10px 0;
	
	
}

.sys_txt p{
	
	margin:0;
	padding:5px 0;
	color: #7F7772;


	
}


.sys_txt blockquote {
	
	margin: 0 20px;
	padding:15px 0 15px 30px;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
	
}		


.sys_txt ol{
		margin	: 15px 5px;
	padding	: 0 35px;
}
			
.sys_txt ul{

	margin:0;
	padding:10px 50px;	
	list-style: square;

}

.sys_txt ol{
	margin:0;
	padding:10px 50px;	
		list-style: lower-roman;
}


