/*
Theme Name: WPTemplatesFree
Theme URI: http://www.wptemplatesfree.com/
Description: The main theme for site http://www.wptemplatesfree.com
Version: 1.0
Author: Biju Yohannan
Author URI: http://genziz.com/

*/

@charset "utf-8";
html, body, #wrapper {
	height: 100%;

}
.main_img {
	background-color: #F3F3F3;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
p.pic {
	margin-bottom: 0px;
}
.prevdown {
	background-image: url(images/downloadbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-bottom: 20px;
}


body {
	text-align: center;
	background: #E3E5E1;
	color: #333333;
	font: 75%/1.5 Arial, Helvetica, sans-serif;
}
h2.title {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
}
.center {
	text-align: center;
}
p.box {
	background: #F3F3F3;
	border: 1px solid #DDDDDD;
	margin: 10px 20px;
	padding: 10px;
}

.section a {
	color: #A62001;
}


#wrapper {
	margin: 0px auto;
	width: 960px;
	height: auto;
	background: url(images/content_background.png) repeat-y scroll center top;
	text-align: left;
	position: relative;
}

#header {
	height: 70px;
	width: 960px;
	overflow: hidden;
	background: url(images/header_bg.gif) repeat-x scroll left top;
	clear: both;
}
#header .left {
	height: 70px;
	background: url(images/header_left.png) no-repeat scroll 0px 0px;
}
#header .right {
	background: url(images/header_right.png) no-repeat scroll 100% top;
	height: 70px;
	padding-right: 30px;
	padding-left: 30px;
}
#header h1 {
	background-image: url(web/images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px;
	height: 70px;
	width: 294px;
}
#header h1 span {
	display: none;
}


#header h1#logo {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#header h1#logo img {
	margin-top: 8px;
}
#nav {
	height: 44px;
	margin-right: 20px;
	margin-left: 20px;
	background: url(images/nav_bkg.gif) repeat-x scroll 0px 0px;
	color: #FFFFFF;
	clear: both;
}
#nav .left {
	height: 44px;
	background: url(images/nav_left.gif) no-repeat scroll 0px 0px;
}
#nav .right {
	background: url(images/nav_right.gif) no-repeat scroll 100% 0%;
	height: 44px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 36px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 36px;
}
#nav ul li {
	float: left;
	width: 50px;
	padding-right: 14px;
	padding-left: 13px;
	list-style: none;
	background: url(images/nav_divider.gif) no-repeat scroll right center;
	height: 36px;
	width: auto;
}
#nav ul li a {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	height: 36px;
	display: block;
	line-height: 36px;
}
#nav ul li a span {
	display: block;
	padding-right: 8px;
	padding-left: 8px;
}
#nav ul li a:hover {
	color: #333333;
}
#nav ul li a:hover span {
	display: block;
}

#slide {
	height: 240px;
	margin-right: 20px;
	margin-left: 20px;
	background: url(images/slide_show_bkg.jpg) no-repeat scroll 0px 0px;
	margin-bottom: 10px;
	clear: both;
}

#content {
	margin-right: 30px;
	margin-left: 30px;
	clear: none;
}


#mainContent {
	margin-right: 10px;
	float: left;
	width: 590px;
}
#mainContent div.section {
	background: #E9E9E9 url(images/grd_1.png) repeat-x scroll 0px 0px;
	padding: 12px 15px;
	border: 1px solid #D1D1D1;
	margin-bottom: 10px;
	clear: both;
}
.section .themes_cus {
	text-align: center;
	float: left;
	margin-bottom: 15px;
}
.section .themes_cus a {
	float: left;
	width: 250px;
	margin-right: 15px;
}



#sidebar {
	float: right;
	width: 300px;
}
#sidebar ul {

}
#sidebar ul li {
	background: #E7DDC4 url(images/grd_2.png) repeat-x scroll 0px 0px;
	border: 1px solid #C7BEA1;
	margin-bottom: 10px;
	clear: both;
	display: block;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#sidebar ul li.sidethumbs {
}
#sidebar ul li.sidethumbs img {
	height: 104px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar ul li h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	color: #602617;
	margin-bottom: 10px;
}

#sidebar ul li ul {
	list-style-type: disc;

}

#sidebar ul li ul li {
	margin-bottom: 5px;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	list-style-type: disc;
	border-bottom-width: 1px;
	border-bottom-color: #754F00;
}
#sidebar ul li a {
	color: #333333;
}
.section .thumbs {
	text-align: center;
}
.section .thumbs a {
	margin-right: 8px;
	margin-bottom: 10px;
}
#pagination {
	line-height: 24px;
	background: #EAEAEA;
	height: 24px;
	border: 1px solid #DDDDDD;
	margin: 15px 0px;
	padding: 0px;
	list-style: none;
}
#pagination li {
	line-height: 24px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 30px;
	list-style: none;
}
#pagination a.previous {
	border-right: 1px solid #FFFFFF;
}
#pagination li.last {
	float: right;

}
#pagination a {
	color: #666666;
}







#footer {
	background: #2C2A28 url(images/footer_bg.gif) repeat-x scroll 0px 0px;
	height: 110px;
	margin-right: 20px;
	margin-left: 20px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}
#footer p {
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}
#footer p a {
	color: #FFFFFF;
}


.clr {
	line-height: 0px;
	clear: both;
	height: 0px;
	float: none;
	display: block;
}
.thumbs-med img {
	margin: 7px;
}


label { display: block; } 

.infiniteCarousel {
  width: 900px;
  margin-left: 10px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 840px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
  height: 230px;
  margin-top: 5px;
  right: -10px !important;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  border: 2px solid #F5F5F5;
  /* -moz-border-radius: 5px;
  -webkit-border-radius: 5px; */
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 5px;
  height: 220px;
  width: 272px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  margin-top: 50px;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

