@import 'reset.css';
body, html {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	font-family: 'Sansation', Arial;
	font-size: 13px;
	line-height: 20px;
	background-color: #000;
	color: #333333;
	width: 100%;
	height: 100%;
}
h1 {
	float: left;
	font-size: 20px;
	text-align: left;
	width: 100%;
	font-weight: normal;
	clear: left;
	margin-bottom: 15px;
}
h2 {
	clear: left;
	float: left;
	font-size: 18px;
	text-align: left;
	width: 100%;
	font-weight: normal;
	margin-bottom: 15px;
}
h3 {
	clear: left;
	font-weight: normal;
	float: left;
	font-size: 16px;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}
h4 {
	clear: left;
	font-weight: normal;
	float: left;
	font-size: 15px;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}
h5 {
	clear: left;
	font-weight: normal;
	float: left;
	font-size: 14px;
	text-align: left;
	width: 100%;
}
h6 {
	clear: left;
	float: left;
	font-size: 13px;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}
a {
	color: #333333;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #b69d31;
}
table {
	width: 100%;
}
td {
	padding: 4px;
	line-height: 20px;
}
.image, #content iframe {
	float: left;
	border: 1px solid #ddd;
	margin-right: 15px;
	padding: 4px;
	background-color: #fff;
}
blockquote {
	width: 90%;
	float: left;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	background-image: url('../images/quote.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#content blockquote p {
	margin: 0px;
	margin-bottom: 15px;
}
code {
	line-height: 20px;
	width: 570px;
	border: 1px solid #ccc;
	float: left;
	background-image: url('../images/code_bg.gif');
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	margin-top: 15px;
}
pre {
	line-height: 20px;
	width: 606px;
	border: 1px solid #ccc;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-top: 20px;
}
.autoresize {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.clear {
	clear: both;
}
.table table {
	font-size: 12px;
	clear: left;
	width: 100%;
	background-image: url('../images/table_bg.gif');
	background-repeat: repeat-x;
	background-color: #f9f2e4;
	background-position: 0px 30px;
	margin-bottom: 30px;
}
.table th {
	background-color: #fff;
	height: 32px;
	vertical-align: middle;
	text-align: center;
}
.table thead {
	border: 2px solid #dedede;
}
.table tr {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #fff;
}
.table tbody {
	border: 2px solid #dedede;
}
.table tr:hover {
	background-color: #fbf9f4;
}
.table td {
	height: 27px;
	vertical-align: middle;
	text-align: center;
}
.dropcap {
	font-size: 38px;
	font-weight: bold;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}
#content .alignright, .align_right {
	float: right;
}
blockquote.align_right, blockquote.align_left {
	width: 190px;
}
#content .alignleft, .align_left {
	float: left;
}
#content .align_center {
	margin-left: auto;
	margin-right: auto;
}
#content .justify {
	text-align: justify;
}
.read_more {
	color: #b69d31;
	font-weight: normal;
}
.list1 {
	float: left;
	margin-right: 30px;
}
.list1 li {
	background-image: url('../images/list1-bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0px;
	line-height: 30px;
}
.list2 {
	float: left;
	margin-right: 30px;
}
.list2 li {
	background-image: url('../images/list2-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0px;
	line-height: 30px;
}
.list3 {
	float: left;
	margin-right: 30px;
}
.list3 li {
	background-image: url('../images/list3-bullet.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 30px;
	padding-right: 10px;
}
.list4 {
	float: left;
	margin-right: 30px;
}
.list4 li {
	background-image: url('../images/list-bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	margin: 0px;
}
.circle, #content .circle {
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	-khtml-border-radius: 36px;
	border-radius: 36px 36px 36px 36px;
	float: left;
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: block;
	margin-right: 8px;
	margin-top: 4px;
	background-color: #666;
}
.video_player {
	float: left;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	padding: 4px;
}
object {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.hr {
	width: 100%;
	float: left;
	clear: left;
	height: 15px;
	background-image: url('../images/horizontal_ruler.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-top: 30px;
}
.hr2 {
	width: 100%;
	float: left;
	clear: left;
	height: 1px;
	background-image: url('../images/hr2.gif');
	background-position: top center;
	background-repeat: repeat-x;
	margin-bottom: 30px;
	margin-top: 30px;
}
.vspace {
	float: left;
	clear: left;
	width: 100%;
	height: 30px;
}
#notification {
	float: left;
	left: 0px;
	top: 0px;
	height: 35px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 20;
	background-color: #fff1ba;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 35px;
	z-index: 100;
}
#ie_warning {
	display: none;
	width: 100%;
	top: 350px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto;
	color: #333;
	font-size: 13px;
	position: fixed;
}
#responsive-menu, #responsive-menu-title {
	display: none;
}
#sidebar #sidebar-content #menu {
	margin: 0px auto;
	width: 100%;
	z-index: 30;
	margin-top: 60px;
	float: left;
}
#sidebar #sidebar-content #menu li {
	line-height: 32px;
	text-align: center;
	width: 100%;
	background-image: url('../images/menu_li.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: left;
	float: left;
	color: #999999;
}
#sidebar #sidebar-content #menu li a, #sidebar #sidebar-content #menu .current ul li a {
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #999999;
}
#sidebar #sidebar-content #menu li:hover {
	background-image: url('../images/menu_li_hover.png');
}
#sidebar #sidebar-content #menu li a:hover, #sidebar #sidebar-content #menu .current a, #sidebar #sidebar-content #menu li ul li a:hover {
	color: #ffffff;
}
#sidebar #sidebar-content #menu li ul {
	display: none;
}
#sidebar #sidebar-content #menu li ul li {
	background-image: url('../images/menu_subli.png');
}
#sidebar #sidebar-content #menu li ul li a {
	font-size: 11px;
}
.slider-nivo-holder {
	float: left;
	width: 590px;
	height: 432px;
	background-image: url('../images/nivo-slider-bg.gif');
	background-repeat: no-repeat;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.slider-nivo-holder #nivo-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	left: 0px;
	top: 0px;
}
#slider-nivo {
	position: relative;
	float: left;
	width: 582px;
	height: 424px;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 98;
	margin-left: 4px;
	margin-top: 4px;
}
#slider-nivo img {
	width: 582px;
	height: 424px;
}
#bg_slider {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
	background-color: transparent;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}
#bg_slider .bg_slider-img {
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}
#logo {
	text-align: center;
	margin: 0px auto;
	width: 100%;
	padding-bottom: 30px;
	background-image: url('../images/sidebar-hsep.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: transparent;
}
#wrapper {
	width: 980px;
	min-height: 100%;
	margin: 0px auto;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -490px;
}
#sidebar {
	position: absolute;
	width: 328px;
	min-height: 100%;
	float: left;
	z-index: 11;
}
#sidebar-color {
	width: 306px;
	height: 100%;
	position: fixed;
	float: left;
	z-index: 12;
	background-color: #222222;
	margin-left: 13px;
}
#sidebar-border {
	width: 328px;
	height: 100%;
	position: fixed;
	float: left;
	z-index: 13;
	background-image: url('../images/sidebar-border.png');
	background-repeat: repeat-y;
	background-color: transparent;
	background-position: top center;
	margin-left: 2px;
}
#sidebar-light {
	width: 306px;
	height: 100%;
	position: fixed;
	float: left;
	z-index: 14;
	background-image: url('../images/sidebar-light.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 13px;
}
#sidebar-texture {
	width: 306px;
	height: 100%;
	position: fixed;
	float: left;
	z-index: 15;
	background-image: url('../images/sidebar-texture-leather.png');
	background-repeat: repeat-y;
	margin-left: 13px;
}
#sidebar-content {
	position: absolute;
	z-index: 16;
	width: 246px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
}
#sidebar-bottom {
	float: left;
	clear: left;
	width: 246px;
	position: relative;
	z-index: 17;
	margin-top: 100px;
}
#sidebar-bottom li {
	display: inline;
	margin-right: 4px;
	margin-left: 4px;
}
#copyright {
	float: left;
	clear: left;
	width: 246px;
	position: relative;
	z-index: 17;
	text-align: center;
	color: #999;
	margin: 0px;
}
#copyright a {
	color: #fff;
	font-weight: normal;
}
#copyright a:hover {
	color: #f2e9cd;
}
#page {
	position: absolute;
	right: 0px;
	width: 666px;
	min-height: 100%;
	float: right;
	background-color: transparent;
	z-index: 1;
	background-image: url('../images/page-bg.png');
	background-repeat: repeat-y;
	background-position: top right;
}
#content {
	float: right;
	width: 590px;
	margin-top: 30px;
	margin-right: 40px;
	text-align: left;
	min-height: 100%;
	padding-bottom: 60px;
}
#content p {
	clear: none;
	margin-bottom: 30px;
}
#content ol {
	clear: left;
	list-style-position: inside;
	list-style-type: decimal;
}
#content ol li {
	width: 100%;
}
#content .bullets {
	list-style-position: inside;
	list-style-type: square;
}
#page #content .blog-post-info {
	float: left;
	width: 590px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 22px;
	line-height: 22px;
	margin-top: -15px;
	margin-bottom: -15px;
}
#page #content .blog-post-info img {
	vertical-align: middle;
	margin-top: -1px;
}
#page #content .full {
	width: 100%;
}
#blog-small {
	float: left;
}
#blog-small li {
	float: left;
	clear: left;
	width: 590px;
	margin: 0px;
	padding: 0px;
}
.blog-small-text h1 {
	font-size: 16px;
	margin-bottom: 5px;
}
.blog-small-text h1 a {
	font-weight: normal;
}
.blog-small-image {
	width: 163px;
	height: 128px;
	float: left;
	margin-right: 15px;
	padding-left: 6px;
	padding-top: 9px;
	background-image: url('../images/blog_small_pic.png');
}
.blog-small-image img {
	float: left;
	border: 0px;
	width: 146px;
	height: 113px;
}
.blog-small-text {
	float: left;
	width: 406px;
}
#page #content .blog-small-excerpt {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
#page #content .blog-small-sep {
	height: 29px;
	width: 585px;
	background-image: url('../images/blog_small_sep.png');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	margin-bottom: 30px;
}
.post_separator {
	margin-bottom: 30px;
	height: 25px;
	width: 100%;
	background-image: url('../images/hr2.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	float: left;
	clear: left;
}
.post_separator a {
	font-size: 11px;
	float: right;
	font-weight: normal;
}
#blog-small .blog-info {
	float: left;
	width: 406px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 11px;
}
#blog-small .blog-info img {
	margin-top: -1px;
	vertical-align: middle;
}
.blog-medium {
	float: left;
	width: 620px;
	clear: left;
	overflow: hidden;
}
.blog-medium li {
	float: left;
	width: 280px;
	padding: 0px;
	margin: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.blog-medium-text h1 {
	font-size: 16px;
	margin-bottom: 0px;
}
.blog-medium-image {
	width: 276px;
	height: 141px;
	float: left;
	padding-left: 4px;
	padding-top: 4px;
	background-image: url('../images/blog_medium_pic.png');
}
.blog-medium-image img {
	float: left;
	border: 0px;
	width: 272px;
	height: 128px;
}
.blog-medium-text {
	float: left;
	clear: left;
	width: 280px;
}
#content .blog-medium .blog-medium-excerpt {
	width: 280px;
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d5d5d5;
}
#page #content .blog-medium .blog-info {
	float: left;
	width: 280px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
}
#content .blog-medium .blog-info img {
	margin-right: 4px;
	margin-left: 4px;
	vertical-align: middle;
	margin-top: -1px;
}
.pf_categories {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: -15px;
}
.pf_categories li {
	float: left;
	line-height: 24px;
}
.pf_categories li a {
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}
.pf_categories li a:hover {
	background-color: #ededed;
}
.pf_categories .active a {
	background-color: #ededed;
}
.portfolio-3c {
	width: 620px;
	float: left;
	clear: left;
	overflow: hidden;
	margin-bottom: -30px;
}
.portfolio-3c li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 176px;
}
.portfolio-3c li:nth-child(3n+1) {
	clear: left;
}
.portfolio-3c .thumb {
	width: 172px;
	height: 140px;
	float: left;
	margin-bottom: 10px;
	background-image: url('../images/portfolio-3c-bg.png');
	padding-left: 4px;
	padding-top: 4px;
}
.portfolio-3c img {
	float: left;
	width: 168px;
	height: 128px;
}
#content .portfolio-3c p {
	float: left;
	width: 176px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 0px;
}
#content .portfolio-3c h1 {
	width: 176px;
	font-size: 16px;
	float: left;
	margin-bottom: 0px;
	background-image: none;
	line-height: 20px;
	height: auto;
}
.portfolio-2c {
	width: 620px;
	float: left;
	clear: left;
	overflow: hidden;
	margin-bottom: -30px;
}
.portfolio-2c li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 280px;
}
.portfolio-2c .thumb {
	width: 276px;
	height: 141px;
	float: left;
	margin-bottom: 10px;
	background-image: url('../images/portfolio-2c-bg.png');
	padding-left: 4px;
	padding-top: 4px;
}
.portfolio-2c img {
	float: left;
	width: 272px;
	height: 128px;
}
.portfolio-2c h1 {
	width: 280px;
	font-size: 16px;
	float: left;
	margin-bottom: 0px;
	background-image: none;
	line-height: 20px;
	height: auto;
}
#content .portfolio-2c p {
	float: left;
	width: 280px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 0px;
}
.galleries {
	float: left;
	width: 620px;
}
.galleries li {
	width: 172px;
	height: 140px;
	float: left;
	background-image: url('../images/portfolio-3c-bg.png');
	padding-left: 4px;
	padding-top: 4px;
	margin-right: 30px;
	margin-bottom: 25px;
}
.galleries li img {
	float: left;
	width: 168px;
	height: 128px;
}
.galleries li h1 {
	width: 176px;
	font-size: 16px;
	float: left;
	margin-bottom: 0px;
	margin-top: 15px;
	background-image: none;
	line-height: 20px;
	height: auto;
}
.archives {
	float: left;
	width: 100%;
	margin-top: -5px;
}
.archives li {
	clear: left;
	float: left;
	line-height: 30px;
	background-image: url('../images/widget_li_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 10px;
	width: 95%;
}
.archives li a {
	display: block;
}
.posts_list {
	float: left;
}
.posts_list li {
	float: left;
	clear: left;
	height: auto;
}
.posts_list li p {
	float: left;
	width: auto;
}
.posts_list li p img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	padding: 2px;
}
.posts_list li p img:hover {
	background-image: none;
	background-color: #ccc;
}
.comments-text img {
	margin-right: 15px;
	float: left;
	border: 1px solid #ddd;
	padding: 3px;
}
.comments-text {
	float: left;
	width: 95%;
}
.comments-text a {
	float: right;
}
#comments-list {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: -30px;
}
#comments-list li {
	float: left;
	clear: left;
	width: 100%;
}
#comments-list li ul .comments-text {
	width: 85%;
	margin-left: 5%;
}
#comments-list li ul li {
	border: 0px;
	padding: 0px;
}
#respond {
	float: left;
	clear: left;
	margin-top: 30px;
}
#respond li {
	clear: left;
	float: left;
	margin-bottom: 15px;
}
#respond label {
	float: left;
	font-family: arial;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
}
#respond .comment-textinput {
	width: 200px;
	height: 22px;
}
#respond .comment-textarea {
	clear: left;
	float: left;
	width: 590px;
	height: 90px;
	overflow: auto;
	line-height: 18px;
}
#respond .required {
	color: red;
}
#respond .info {
	font-style: italic;
	color: #999;
}
#respond #submit_btn {
	float: left;
	height: 25px;
	width: 80px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #000;
	background-image: none;
	color: #fff;
	font-family: Arial;
	cursor: pointer;
	border: 0px;
}
#footer_widget_area {
	width: 590px;
	margin: 0px auto;
	text-align: left;
}
#footer_widget_area #first {
	float: left;
	width: 176px;
	margin-right: 30px;
}
#footer_widget_area #second {
	float: left;
	width: 176px;
	margin-right: 30px;
}
#footer_widget_area #third {
	float: left;
	width: 176px;
	margin-right: 0px;
}
#footer_widget_area h3 {
	margin-bottom: 30px;
	float: left;
}
.contact_form {
	float: left;
}
.contact_form li {
	float: left;
	margin-bottom: 10px;
	clear: left;
}
.contact_form input {
	float: left;
	height: 21px;
	width: 87px;
}
.contact_form #ub_w_cf4 {
	float: left;
	height: 20px;
	border: 1px solid #c7c7c7;
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 38px;
}
.contact_form .send_button {
	width: 46px;
	height: 22px;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	background-color: #000;
	background-image: none;
	color: #fff;
}
.contact_form label {
	float: left;
	margin-left: 10px;
	height: 20px;
	line-height: 22px;
}
.contact_form img {
	border: 1px solid #999;
	float: left;
	margin-left: 6px;
}
.contact_form textarea {
	width: 168px;
	height: 92px;
	line-height: 20px;
	overflow: auto;
	padding: 4px;
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.37, rgb(255,255,255)), color-stop(0.69, rgb(255,255,255)), color-stop(0.85, rgb(245,245,245)));
}
.contact_form .captcha {
	width: 40px;
	height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.page_contact_form {
	float: left;
}
.page_contact_form li {
	float: left;
	margin-bottom: 15px;
	width: 590px;
	clear: left;
}
.page_contact_form input {
	float: left;
	height: 22px;
	width: 300px;
}
.page_contact_form label {
	float: left;
	margin-left: 10px;
	line-height: 22px;
}
.page_contact_form img {
	border: 1px solid #333;
	float: left;
	margin-left: 6px;
}
.page_contact_form textarea {
	width: 590px;
	height: 130px;
	overflow: auto;
}
.page_contact_form #cf4 {
	width: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #ededed;
}
.page_contact_form .send_button {
	width: 120px;
	height: 22px;
	background-color: #000;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	background-image: none;
}
.hidden {
	display: none;
}
.small_image {
	width: 163px;
	height: 128px;
	float: left;
	padding-left: 6px;
	padding-top: 9px;
	background-image: url('../images/blog_small_pic.png');
}
.small_image img, .small_image .preloader {
	border: 0px;
	width: 146px;
	height: 113px;
}
.medium_image {
	width: 276px;
	height: 141px;
	float: left;
	padding-left: 4px;
	padding-top: 4px;
	background-image: url('../images/blog_medium_pic.png');
}
.medium_image img, .medium_image .preloader {
	border: 0px;
	width: 272px;
	height: 128px;
}
.large_image {
	width: 586px;
	height: 188px;
	float: left;
	padding-left: 4px;
	padding-top: 4px;
	background-image: url('../images/blog_large_pic.png');
}
.large_image img, .large_image .preloader {
	border: 0px;
	width: 582px;
	height: 173px;
}
.imghover_small_blog {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 146px;
	height: 113px;
	display: block;
}
.imghover_medium_blog {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 272px;
	height: 128px;
	float: left;
	display: block;
}
.imghover_3c_pfolio {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 168px;
	height: 128px;
	float: left;
	display: block;
}
.imghover_2c_pfolio {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 272px;
	height: 128px;
	float: left;
	display: block;
}
.imghover_1c_pfolio {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 374px;
	height: 172px;
	float: left;
	display: block;
}
.imghover_gallery {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 168px;
	height: 128px;
	float: left;
	display: block;
}
.imghover_small {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 146px;
	height: 113px;
	float: left;
	display: block;
}
.imghover_medium {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 272px;
	height: 128px;
	float: left;
	display: block;
}
.imghover_large {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 582px;
	height: 172px;
	float: left;
	display: block;
}
.one_half {
	float: left;
	width: 280px;
	display: block;
	padding-right: 30px;
	margin-top: 10px;
}
.one_half_last {
	padding-right: 0px;
	float: left;
	width: 280px;
	display: block;
	margin-top: 10px;
}
.one_third {
	float: left;
	width: 176px;
	padding-right: 30px;
	display: block;
	margin-top: 10px;
}
.one_third_last {
	float: left;
	width: 176px;
	display: block;
	padding-right: 0px;
	margin-top: 10px;
}
.two_third {
	float: left;
	width: 382px;
	display: block;
	padding-right: 30px;
	margin-top: 10px;
}
.two_third_last {
	float: left;
	width: 382px;
	display: block;
	padding-right: 0px;
	margin-top: 10px;
}
#content .purchase_button p {
	margin: 0px;
	padding: 0px;
	margin-top: -4px;
}
.purchase_button {
	float: left;
	clear: left;
	width: 100%;
}
.purchase_button p {
	float: left;
	width: auto;
	max-width: 410px;
	margin-right: 30px;
	font-size: 16px;
	line-height: 24px;
}
.purchase_button a {
	float: right;
	white-space: nowrap;
	background-image: url('../images/button-light.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.purchase_button a:hover {
	background-image: none;
}
.purchase_button-gold {
	background-color: #d4af74;
}
.purchase_button-black {
	background-color: #4c4c4c;
}
.purchase_button-white {
	background-color: #fff;
}
.purchase_button-grey {
	background-color: #999999;
}
.purchase_button-blue {
	background-color: #363d97;
}
.purchase_button-pink {
	background-color: #eb93e0;
}
.purchase_button-green {
	background-color: #2a873e;
}
.purchase_button-orange {
	background-color: #f6a13c;
}
.purchase_button-red {
	background-color: #ab1919;
}
.purchase_button-purple {
	background-color: #8719ab;
}
img.small_icon {
	float: left;
	margin-right: 15px;
}
.button-small, .button-medium, .button-large {
	float: left;
	white-space: nowrap;
	background-image: url('../images/button-light.png');
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	background-color: #4c4c4c;
	text-align: center;
}
.button-small:hover, .button-medium:hover, .button-large:hover {
	background-image: none;
}
.button-small {
	width: 100px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 12px;
}
.button-small:hover {
	color: #fff;
}
.button-medium {
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
	font-size: 14px;
}
.button-medium:hover {
	color: #fff;
}
.button-large {
	margin-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: normal;
}
.button-large:hover {
	color: #fff;
}
#tabs {
	float: left;
	clear: left;
	width: 98%;
}
.ui-tabs {
	position: relative;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	width: 100%;
	float: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.widget-area .ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0px;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
	width: 33%;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0px;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #999;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	line-height: 30px;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0px;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.ui-tabs .ui-widget-content {
	float: left;
}
.toggle {
	float: left;
	clear: left;
	margin-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url('../images/icon-plus.png');
	background-position: 0px 3px;
}
.toggle_box {
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	overflow: hidden;
	width: 295px;
	clear: both;
	margin-bottom: 10px;
}
.toggle_box .block {
	padding: 15px;
}
#carousel {
	height: 1%;
	overflow: hidden;
	position: relative;
	padding: 0 0 10px;
	float: left;
	clear: left;
}
#carousel .viewport {
	float: left;
	width: 465px;
	height: 135px;
	overflow: hidden;
	position: relative;
}
#carousel .buttons {
	background: url("../images/carousel-buttons.png") no-repeat scroll 0 0 transparent;
	display: block;
	margin: 50px 10px 0 0;
	background-position: 0 -38px;
	text-indent: -999em;
	float: left;
	width: 39px;
	height: 37px;
	overflow: hidden;
	position: relative;
}
#carousel .next {
	background-position: 0 0;
	margin: 50px 0 0 10px;
}
#carousel .disable {
}
#carousel .overview {
	list-style: none;
	position: absolute;
	width: 240px;
left: 0 top: 0;
}
#carousel .overview li {
	float: left;
	margin: 0 30px 0 0;
	padding: 1px;
	height: 135px;
	width: 208px;
}
#carousel .overview li img {
	float: left;
	margin-right: 15px;
	width: 208px;
	height: 122px;
	border: 1px solid #ddd;
	padding: 4px;
	background-color: #fff;
}
.preloader {
	background: url('../images/preloader.gif') center center no-repeat #fff;
	display: inline-block;
}
#hp_preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
}
#styler {
	width: 214px;
	height: 355px;
	background-image: url('../images/styler_bg.png');
	position: fixed;
	left: -187px;
	top: 100px;
	z-index: 90;
	text-align: left;
	padding-left: 15px;
	padding-top: 30px;
}
#styler-button {
	width: 33px;
	height: 156px;
	position: absolute;
	z-index: 91;
	right: 10px;
	top: 25px;
}
#styler #texture {
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
#styler #texture li {
	background-image: url('../images/styler-cb1.gif');
	background-position: 0px 10px;
	background-repeat: no-repeat;
	line-height: 26px;
	height: 26px;
	float: left;
	clear: left;
	padding-left: 15px;
}
#styler #texture li:hover {
	background-image: url('../images/styler-cb2.gif');
}
#styler #texture #selected {
	background-image: url('../images/styler-cb2.gif');
}
#styler #texture #selected a {
	color: #cca247;
}
.styler-title {
	float: left;
	width: 100%;
	clear: left;
	margin-bottom: 15px;
}
/* FORM DESIGNS */
input, textarea {
	float: left;
	height: 21px;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: transparent;
	background-repeat: no-repeat;
	font-family: arial;
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.37, rgb(255,255,255)),  color-stop(0.69, rgb(255,255,255)),  color-stop(0.85, rgb(245,245,245))  );
}
