html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

body {
	background: #efefef;
	font-family: 'Open Sans', sans-serif;
	color: #424242;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wrapper {
	width: 1100px;
	margin: 20px auto;
	background: #223666;
	border-top: 0px solid ;
	color: #fff;
	box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
}

.section {
	padding: 0 30px 50px 30px;
	background: #FFFFFF;
	color: #000000;
}


#site-title {
	width: 220px;
	font-family: 'Open Sans', serif;
	text-transform: uppercase;
	font-size: 30px;
	color: #6f6f6f;
	text-align: center;
	margin: 50px auto;
}

#site-title h1 span {
	font-style: italic;
	text-transform: lowercase;
	color: #c5c5c5;
}

#site-title img {
	margin: 0 auto;
	display: table;
}

#main-menu-wrapper {
	border-bottom: 0px solid;
	background: url(../images/darkdots.png) repeat-x top;
	padding: 0 -0px 0 0;
	font-family: 'Open Sans', serif;
}

#main-menu {
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', serif;
}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

h5 {
	font-size: 16px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

h6 {
	font-size: 14px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

blockquote {
	border-left: 7px solid;
	padding: 0 0 0 20px;
}


p {
	font-size: 14px;
}

blockquote {
	border-left: 7px solid;
	color: #777;
	font-style: italic;
	padding: 0 0 0 20px;
}


.tag-title-wrap {
	background: url(../images/darkdots.png) #fff repeat-x center;
	margin: 0 0 30px 0;
}

.tag-title {
	font-size: 16px;
	color: #fff;
	float: left;
	text-transform: capitalize;
	padding: 8px 10px 8px 8px;
	position: relative;
	z-index: 100;
	margin: 0;
	line-height: 100%;
}

.tag-title:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 0px;
	right: -17px;
	top: 0px;
	border-width: 16px 16px;
	border-style: solid;
	z-index: 10;
}


#page-header {
	margin: 0 0 0px 0;
background: #ffffff;
}
#page-header_blank {height: 30px;
	margin: 0 0 0px 0;
background: #ffffff;
}

#page-header img {
	width: 100%;
}

.page-title {
	background: url(../images/darkdots.png) repeat-x bottom;
	padding: 0 0 12px 0;
	margin: 0 0 30px 0;
}

.site-intro {
	text-align: center;
	font-family: 'Open Sans', serif;
	font-size: 26px;
	font-style: italic;
	line-height: 150%;
}

.page-content {
	font-size: 14px;
}

.page-content p {
	margin: 0 0 30px 0;
	line-height: 160%;
}

.price-original {
	color: #d0d0d0;
	text-decoration: line-through;
}

.page-content ul, .list, .list2, .list3, .list4 {
	margin: 0 0 30px 0;
}

.page-content li {
	border-bottom: #f4f4f4 1px solid;
	padding: 2px 0 2px 0;
	font-size: 14px;
}

.col-sidebar li {
	border-bottom: none;
}

.col-sidebar li {
	padding: 0;
}

.page-content li:last-child {
	border-bottom: none;
}

.list li, .list2 li, .list3 li, .list4 li {
	margin: 0 0 3px 0;
}
ol li {
	list-style: decimal inside;
}

ol {
	margin: 0 0 30px 0;
}

ol ol {
	margin: 0 0 0 15px;
}

ol ol li {
	list-style: lower-alpha inside;
}

.page-content input[type="text"], .page-content input[type="password"], textarea {
	background: #f7f7f7;
	border: #d4d8d9 1px solid;
	font-size: 12px;
	padding: 10px 7px 10px 7px;
	margin: 0 0 25px 0;
	color: #aaa;
}

.page-content label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 7px 0;
}

.page-content label span {
	color: #aaa;
}

.page-content input[type="submit"] {
	cursor: pointer;
}

.form-third {
	float: right;
	width: 40%;
}

.radio-wrapper {
	margin: 0 0 5px 0 !important;
}

hr {
	border: none;
	height: 1px;
	background: url(../images/darkdots.png) repeat-x;
	margin: 0 0 50px 0;
}


.page-content table {
	border-top: 5px solid;
	border-left: #dee0e0 1px solid !important;
	margin: 0 0 30px 0;
	font-size: 14px;
}

.page-content table td, .page-content table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: center;
	vertical-align: top;
}

.page-content table th {
	padding: 15px 10px 15px 10px;
	font-size: 14px;
	font-weight: 700;
}

.page-content table td {
	padding: 10px;
}

.page-content table tr:nth-child(2n) {
    background: #f5f5f5;
}

.msg {
	padding: 10px 10px 10px 55px;
	margin: 0 0 30px 0;
}

.msg p, .blog-content .msg p {
	margin: 0 !important;
}

.default {
	background: url(../images/msg_default.png) 10px center no-repeat #fff;
	color: #424242;
	border: #dee0e0 1px solid;
}

.default a {
	color: #424242;
	text-decoration: underline;
}



.columns-4 {
	margin: 0 !important;
}

.columns-4 li.col4 {
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
	list-style: none;
	border: none;
}

.columns-4 li.col4:nth-child(4n) {
	margin: 0;
}

.columns-4 li.col4 .full-image {
	width: 100%;
}

.columns-3 {
	margin: 0 !important;
}

.columns-3 li.col3 {
	float: left;
	width: 31%;
	margin: 0 3.5% 0 0;
	list-style: none;
	border: none;
}

.columns-3 li.col3:nth-child(3n) {
	margin: 0;
}

.columns-3 li.col3 .full-image {
	width: 100%;
}

.columns-2 {
	margin: 0 !important;
}

.columns-2 li.col2 {
	float: left;
	width: 48.2%;
	margin: 0 3.5% 0 0;
	list-style: none;
	border-bottom: none;
	padding: 0;
}

.columns-2 li.col2:nth-child(2n) {
	margin: 0;
	padding: 0;
}

.columns-content {
	margin: 0 !important;
}

.columns-content li.col-main {
	float: left;
	width: 66.6%;
	margin: 0 3.4% 0 0;
	border-bottom: none;
}

.columns-content li.col-sidebar {
	float: left;
	width: 30%;
}

.comment-count h3 .comments-off {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.55;
}

.reply_container .msg {
	width: 70%;
}

.blog-title .comment-count h3, .blog-title-single .comment-count h3 {
	margin: 0;
}

.blog-title .comment-count h3 a, .blog-title .comment-count h3 a:hover,
.blog-title-single .comment-count h3 a, .blog-title-single .comment-count h3 a:hover {
	color: #fff !important;
}

.blog-title .comment-count .comment-point,
.blog-title-single .comment-count .comment-point {
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: -7px;
	left: 4px;
}

.page-content .blog-content {
	background: url(../images/darkdots.png) repeat-x bottom;
	padding: 0 0 30px 0;
	margin: 0 0 27px 0;
}

.block-img1 img {
	width: 100%;
}


#respond {
	margin: 0 0 30px 0;
}


.widget {
	background: url(../images/darkdots.png) repeat-x bottom;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.widget-title {
	margin: 0 0 20px 0;
}

.col-sidebar .widget:last-child, #footer .widget {
    background: none;
	padding: 0;
	margin: 0;
}

#footer .widget-title {
	margin: 0;
}

.widget .wp-tag-cloud li, #footer .widget .wp-tag-cloud li {
	list-style: none;
	float: left;
	border: #c5c5c5 1px solid;
	padding: 10px;
	margin: 0 9px 9px 0;
	background: none;
	line-height: 100%;
}

.widget ul {
	margin: 0;
}


.widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 4px 0 4px 0;
}

.widget .latest-posts-list li .lpl-img {
	float: left;
}

.widget .latest-posts-list li .lpl-content {
	float: left;
	width: 71%;
	margin: 0 0 0 12px;
}

.widget .latest-posts-list li .lpl-content h6 {
	line-height: 1.2;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
}

.widget .latest-posts-list li .lpl-content h6 span {
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin: 5px 0 0 0;
	font-family: 'Open Sans', sans-serif;
}

#footer .widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 4px 0 4px 0;
}

#footer .one-forth .widget .latest-posts-list li .lpl-img img {
	width: 50px;
	height: 50px;
}

#footer .one-forth .widget .latest-posts-list li .lpl-content {
	width: 145px;
}


#footer {
	border-top: 0px solid;
	padding: 20px 20px 5px 20px;
	font-size: 12px;
	color: #8a8a8a;
}

#footer h6 {
	font-family: 'Open Sans', sans-serif;
	color: #8a8a8a;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#footer a {
	color: #8a8a8a;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .col4 ul li {
	background: url(../images/darkdots.png) repeat-x bottom;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;

	list-style-position: inside;
}

#footer .col4 ul li:last-child {
	background: none;
}

#footer-bottom {
	padding: 20px 30px;
}

#footer-bottom, #footer-bottom p {
	font-size: 12px;
}

#footer-bottom a {
	color: #fff;
}

#footer-bottom ul li {
	display: inline;
	background: url(images/dot.png) no-repeat right center;
	padding: 0 8px 0 0;
	margin: 0 0 0 3px;
}

#footer-bottom ul li:last-child {
	background: none;
}

#footer-bottom ul li:first-child {
	margin: 0;
}

#footer-bottom ul {
	margin: 0 0 10px 0;
}

.ie8 .product-button {
	width: 115px;
}

.ie8 .qty-text {
	padding: 4px 0 0 0 !important;
	height: 21px;
}

.ie8 .qty-fields-large .qty-text {
	padding: 9px 0 0 0 !important;
	height: 27px;
}


.contact-adr {
             line-height: 120%;}