/* general styling */

body {
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height: 18px;
  color: #5F6062;
  background-color: #fff;
}

a { 
	color: #4B6D99;
	background: inherit; 
	text-decoration: none;
}

	a:hover {
		color: #494949;
		background: inherit;
	}

h2 {  
	letter-spacing: -1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	margin: 0 0 2px 0;
	padding: 0; 
	color: #494949; 
	background: #FFF;
}


p {	
	margin: 0 0 5px 0;
	padding: 0;
}

img {
	border: none;
}

.image {
	float: right;
	margin: 0 0 0 10px;
}

/* content */

.content { 
	margin: 20px auto;
	width: 760px; 
	background: #fff;
	color: #565656;
}
.top {
	height: 35px;
}

.logo {	
	width: 186px; 
	float: left; 
	padding: 0 0 0 4px;
}

.top_links { 
	float: right; 
	padding: 3px 7px 0 0;
	text-align: right; 
	width: 325px;
}

	.top_links a {
		margin: 0 5px 0 5px;
	}

.header_top { 
	height: 6px;
	background: #6882A5 url(headertop.gif) no-repeat top left;
	color: #FFF;
}



.header { 
	height: 50px; 
	background: #6882A5 url(bigarrow.gif) no-repeat center left;
	color: #E8F2FF;
	padding: 10px 0 0 50px;
}

.header a {
	color: #FFF;
	background: inherit;
}

.header h2 {
	color: #FFF;
	background: #6882A5;
}

.header_bottom { border:1px solid #ccc;
	height: 6px;
	background: #F0F0F0;
	color: #FFF;
	margin: 0 0 10px 0;
}

.search {
	float: right;
	padding: 10px 10px 0 0;
}

.right { 
	float: right; 
	margin: 0px 0 10px 0;
	width: 570px; 
}

.right h2 {
	padding: 0;
	margin: 8px 0 4px 0;
}

.left {
	float: left;
	width: 160px;
	margin: 3px 0 10px 0;
}

.menu {
	margin: 0 0 15px 0;
}
.templates_Archiver {
    padding-left: 5px;
}
.templates_Archiver ul {
    line-height: 27px;
	font-weight: bold;
}
.templates_Archiver li {
    line-height: 20px;
	font-weight: normal;
}

/* footer and copyright styling */

.footer { 
	clear: both;
	background-color: #fff; 
	text-align: center; 
	color: #c0c0c0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee; 
}

.footer a {
	margin: 0 5px 0 5px;
}

.footer h3 {
  font-size:12px;
}

.copyright a {
	color: #808080;
	background: #FFF;
	margin: 0;
}

/* lists styling */

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}
	
	ul.menu li { 
		border-bottom: 1px solid #CFD7E1;
		line-height: 28px;
		margin: 0;
		padding: 0 0 0 5px;
	}
	
	.right li { 
		padding: 0 0 0 3px;
		background-color: #fff;
		color: #565656;
	}

		li a {
			background: #FFF url(arrow.gif) no-repeat center left;
			color: #6882A5;
			padding: 0 0 0 10px;			
		}

			li a:hover {
				background: #FFF url(arrowhover.gif) no-repeat center left;
				color: #494949;
			}
			
			
	
	ul.right li { 
		margin: 0;
		padding: 3px 0 0 10px;
	}


/* form styling */

form { margin: 0; }

form.search {
	padding: 0; 
	margin: 0; 
}

textarea.text { 
	height: 150px; 	
	width: 90%; 
	border: 1px solid #ccc; 
	background: #fff; 
	color: #000;
	padding: 3px;
}

	textarea.text:hover { 
		border: 1px solid #eee; 
		background: #FFFFF4; 
		color: #000;
	}

input.field { 
	border: 1px solid #ccc; 
	background-color: #FFF; 
	width: 200px; 
	color: #000;
}

	input.field:hover { 
		border: 1px solid #eee; 
		background: #FFFFF4; 
		color: #000;
	}

input.text { 
	margin: 0; 
	width: 105px;
	border: 1px solid #7591B5;
	background: #FFF;
	color: #000; 
	padding: 2px;
}

	input.text:hover { 
		background: #f5f5f5;
		color: #000;	
	}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 0; 
	background: #6882A5; 
	color: #E8F2FF; 
	padding: 1px; 
	font-weight: bold; 
}

input.button { 
	background: #6882A5; 
	color: #FFFFFF;
	border: none;
}


/* grey rounded box */

.gbtop {
	background: #f4f4f4 url(greyboxtop.gif) no-repeat;
	color: #5F6062;
	height: 6px;
}

.gb {
	background: #f4f4f4 url(greyboxbottom.gif) no-repeat bottom left;
	color: #5F6062;
	padding: 10px 13px 10px 13px;
	margin: 0 0 10px 0;
	min-height: 75px;
}

.gb h2 {
	color: #494949;
	background: #f4f4f4;
	padding: 0;
	margin: 0;
}

/* templates list styling */

.template {
	background: #f2f2f2;
	color: #000;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 70px;
	padding: 10px;
	margin: 5px 0 2px 0;
}

.leftimg {
	float: left;
	border: 3px solid #FFF;
	margin: 0 15px 0 0;
	width: 80px;
	height: 60px;
}

.templatebutton {
	padding: 2px 7px 2px 7px;
	margin: 0 4px 0 0;
	background: #FFFFF4; 
	color: #000;
	text-decoration: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.templatebuttonorange {
	padding: 2px 7px 2px 7px;
	margin: 0 4px 0 0;
	background-color: #31D46D;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.list {
	padding-left: 44px;
	margin: 0 0 17px 10px;
	background: #FFFFFF url(downloads.gif) repeat-y;
	color: #5F6062;
}

.rightimg {
	float: right;
	margin: 0 15px 5px 10px;
}
#thumbnail {
    width: 570px;
	height: auto;
	border-bottom: 1px #999999 dashed;
	margin-bottom: 24px;
	padding-bottom: 10px;
    
}
#thumbnail h2 {
    height: 30px;
	line-height: 30px;
	margin-top: 0;
}
#google_ads {
	margin-top: 20px;
}

