/* --- main page containers --- */ 

* {
	margin : 0;
	padding : 0;
}

body, td {
	background-color : #e4e0d3;
	background-image : url('images/bg.gif');
	background-repeat : repeat;
	color : #101010;
	font-family : 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

div#page {
	width : 100%;
	height : 100%;
}

div#container {
	margin: 0 auto;
	width : 970px;
}

/* --- main menu --- */

div#menu {
	background-image : url('images/menu-background.jpg');
	background-repeat : no-repeat;
	height: 65px;
}

div#menu>ul {
	font-size : 16px;
	margin-left : 360px;
	padding-top : 25px;
	padding-bottom : 10px;
}

#menu>ul>li {
	background-color : transparent;
	display : inline;
	margin : 0 6px 0 6px;
}

#menu>ul>li.page_item>a {
	background-color : transparent;
	color : #590303;
	text-decoration : none;
	padding : 3px 10px 3px 10px;
}

#menu>ul>li.current_page_item>a {
	background-color : #590303;
	color : #e4e0d3;
}

#menu>ul>li.page_item>a:visited {
	background-color : transparent;
	color : #590303;
	text-decoration : none;
}

#menu>ul>li.current_page_item>a:visited {
	background-color : #590303;
	color : #e4e0d3;
}

#menu>ul>li.page_item>a:hover {
	background-color : #590303;
	color : #e4e0d3;
}

/* --- header --- */

div#header-image {
	background-image : url('images/menu-bg.jpg');
	background-repeat : no-repeat;
	height: 300px;
}

/* --- sidebar ---*/

div#sidebar {
	float : left;
	height: auto;
	width : 370px;
}

ul#sidebar-menu {
	font-size : 14px;
	font-weight : bold;
	line-height : 24px;	
	list-style-type: none;
	margin-left : 100px;
	margin-right: 50px;
	width: 195px;
}

ul#sidebar-menu>li>a {
	display : block;
	background-color : transparent;
	color : #595303;
	padding : 5px 10px 5px 10px;
	text-decoration : none;
	width : 100%;
}

ul#sidebar-menu>li.current_page_item>a {
	background-color : #595303;
	color : #595303;
	text-decoration : none;
}

ul#sidebar-menu>li.page_item>a:visited {
	background-color : transparent;
	color : #595303;
	text-decoration : none;
}

ul#sidebar-menu>li.current_page_item>a:visited {
	background-color : #595303;
	color : #e4e0d3;
	text-decoration : none;
}

ul#sidebar-menu>li.page_item>a:hover {
	border: none;
	background-color : #595303;
	color : #e4e0d3;
	text-decoration : none;
}

.sidebar-img {
	border : none;
	margin-top: 30px;
	margin-left: 100px;
}


#specialoffer {
	display: block;
	margin-top: 80px;
}

a#specialoffer:hover {
	border:none;
}

/* --- content --- */

div#content {
	margin-top : 50px;
}

div#main {
	float : left;
	width : 600px;
}

#main ul, ol {
	margin-left: 30px;
}

#main p, #main li {
	color: #101010;
	font-size : 13px;
	/*font-family : Georgia, 'Times New Roman', Times, serif;*/
	line-height : 24px;
	margin-bottom : 16px;
}

h1 {
	color : #74270e;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	margin-bottom: 12px;
}

h2 {
	color: #333333;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 10px;
	
}


a {
	background-color : transparent;
	color : #990000;
	text-decoration: none;
}

a:visited {
	background-color : transparent;
	color : #990000;
}

a:hover {
	border-bottom: 1px dotted #990000;
	text-decoration: none;
}

/* --- footer --- */

h3.footer {
	color : #74270e;
	padding: 25px 10px 10px 0;
}

div#footer {
	background-color : #cfcabe;
	clear : both;
	padding: 10px 10px 20px 370px;
}

div#footer>table {
	border-spacing : 0;
	color: #707070;
	width: 100%;
}

tr.footertable>td {
	background: #cfcabe;
	border-bottom : 1px solid #a0a0a0;
	border-spacing : 0;
	height : 22px;
}

div#ft {
	margin-top: 45px;
	color: #808080;
	font-size: 10px;
}

div#ft>a:visited {
	color: #808080;
	text-decoration: none;
}

div#ft>a {
	color: #808080;
	text-decoration: none;
}

div#ft>a:hover {
	border: none;
	color: #808080;
	text-decoration: underline;
}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
.linklove {
	display: none;
}
/* End Form Elements */
