/*
Credit: http://www.tooplate.com
*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.7em; 
	background-color: #232323;
	background: url(../images/tooplate_body.jpg);
	background-repeat: repeat;
}

a, a:link, a:visited { 
	color: #a12b13; 
	font-weight: normal; 
	text-decoration: underline; 
	font-size: 12px; 
}

a:hover { text-decoration: none; }

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
em { color: #555; }

h1, h2, h3, h4, h5, h6 { color: #993e41; font-weight: normal; letter-spacing: 1px }
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 15px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }


.float_l { float: left }
.float_r { float: right }



.image_fl { 
	float: left;  
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

#tooplate_wrapper {
	background: url(../images/tooplate_body_top.jpg) top repeat-x;
    margin-top: 25px
}

#tooplate_main_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

#tooplate_header {
	width: 960px;
	height: 115px;
	background: url(../images/tooplate_header.png) top left no-repeat;
}

#site_title { 
	float: left; 
}

#site_title h1 { 
	margin: 30px 0 0 14px; 
	padding: 0;
    font: bold 40px "Times New Roman", Times, serif;
    color: #111;
    text-shadow: 1px 1px #993e41
}


/* menu */

#tooplate_menu {
	float: left;
	margin: 60px auto 0;
    margin-left: 50px
}

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

#tooplate_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#tooplate_menu ul li a {
	display: inline-block;
	padding: 2px 22px;
	font-size: 14px;
	color: #ffcd1e;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
	text-shadow: 1px 1px 1px #000;
}

#tooplate_menu ul li a:hover, #tooplate_menu ul .current {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

/* end of menu */

#tooplate_middle { 
	clear: both;
	width: 960px;
	padding: 30px 0; 
	overflow: hidden;
	font-size: 14px;
	color: #f4e9d9;
	line-height: 30px;
}

#mid_title { 
	font-size: 26px; 
	line-height: 38px; 
	font-weight: 400; 
	color: #993e41; 
	margin-bottom: 20px; 
	text-shadow: 1px 1px 1px #000; 
}

#mid_left { 
	float:left; 
	width:300px; 
}

#mid_image { 
	position:relative; 
	float: right; 
	padding: 10px; 
	width: 596px; 
	/*height: 420px; */
	/*background: url(../images/tooplate_mid_frame.png);*/ 
}

#mid_image img { 
	float: right; 
	margin-left: 60px; 
	width: 596px; 
	/*height: 420px; */
}

#mid_left p { 
	margin-bottom: 30px; 
	color: #998f81; 
}

/* main */

#tooplate_main_top { 
	width: 960px; 
	height: 20px; 
	background: url(../images/tooplate_content_top.png) no-repeat; 
}

#tooplate_main_bot { 
	width: 960px; 
	height: 20px; 
	background: url(../images/tooplate_content_bottom.png) no-repeat; 
}

#tooplate_main {
	clear: both;
	width: 900px;
	padding: 20px 30px; 
	background: url(../images/tooplate_content_mid.png) repeat-y;
}

#tooplate_main p {
	margin-bottom: 10px;
}


.col_w560 { width: 360px; }
.col_w420 { width: 420px }
.col_w280 { width: 280px; margin: 0 30px 0 30px }

#contact_form { 
	margin: 0px; 
	padding: 0px; 
}

input { 
	padding: 5px; 
	color: #111; 
	border: 1px solid #724e1c;  
	background: #bc8f4f; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

textarea {  
	padding: 5px; 
	border: 1px solid #724e1c;  
	background: #bc8f4f; 
	color: #111; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

input[type=submit] {
	margin: 10px 0px;
	padding: 5px 10px;
	border: 1px solid #724e1c;  
	background: #bc8f4f;
	font-size: 14px;
}
textarea:focus, input:focus {
    outline: 0;
}

.compact td {
	line-height:17px;
}

#tooplate_footer {
	clear: both;
	width: 960px;
	padding: 15px 0; 
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

#tooplate_footer a { color: #993e41; text-decoration: none }

.blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}