/*

Theme Name: carpress

Theme URI: http://www.free-wordpress-theme.net

Description: A free wordpress theme.

Version: 1.0

Author: Wrangler

Author URI: http://www.free-wordpress-theme.net

Tags: fixed width, left sidebar, two columns, valid XHTML, widgets

*/



/* begin Page */





body {

	margin: 0 auto;

	padding: 0;

	background-color:#F3E6C2;

	background-image: url('images/body.gif');

	background-repeat: repeat;

	background-attachment: scroll;

	background-position: top left;

}

#art-main {

	min-height:100%;

	position:relative;

	background:url('images/wrapper.png') repeat-y center top;

}

#art-page-background-gradient {

	background-position: top left;

}

.cleared {

	float: none;

	clear: both;

	margin: 0;

	padding: 0;

	border: none;

	font-size:1px;

}

form {

	padding:0 !important;

	margin:0 !important;

}

table.position {

	position: relative;

	width: 100%;

	table-layout: fixed;

}

/* end Page */



/* begin Box, Sheet */

.art-Sheet {

	position:relative;

	z-index:0;

	margin:0 auto;

	width: 1012px;

	min-width:36px;

	overflow:auto;

	min-height:36px;

}

.art-Sheet-body {

	position: relative;

	z-index:1;

	padding:0;



	

}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc, .art-Sheet-cr, .art-Sheet-cl {

	position:absolute;

	z-index:-1;

}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl {

	width: 34px;

	height: 34px;

	background-image: url('images/Sheet-s.png');

}

.art-Sheet-tl {

	top:0;

	left:0;

	clip: rect(auto, 17px, 17px, auto);

}

.art-Sheet-tr {

	top: 0;

	right: 0;

	clip: rect(auto, auto, 17px, 17px);

}

.art-Sheet-bl {

	bottom: 0;

	left: 0;

	clip: rect(17px, 17px, auto, auto);

}

.art-Sheet-br {

	bottom: 0;

	right: 0;

	clip: rect(17px, auto, auto, 17px);

}

.art-Sheet-tc, .art-Sheet-bc {

	left: 17px;

	right: 17px;

	height: 34px;

	background-image: url('images/Sheet-h.png');

}

.art-Sheet-tc {

	top: 0;

	clip: rect(auto, auto, 17px, auto);

}

.art-Sheet-bc {

	bottom: 0;

	clip: rect(17px, auto, auto, auto);

}

.art-Sheet-cr, .art-Sheet-cl {

	top: 17px;

	bottom: 17px;

	width: 34px;

	background-image: url('images/Sheet-v.png');

}

.art-Sheet-cr {

	right:0;

	clip: rect(auto, auto, auto, 17px);

}

.art-Sheet-cl {

	left:0;

	clip: rect(auto, 17px, auto, auto);

}

.art-Sheet-cc {

	position:absolute;

	z-index:-1;

	top: 17px;

	left: 17px;

	right: 17px;

	bottom: 17px;

	background-image: url('images/Sheet-c.png');

}

.art-Sheet {

/*margin-top: 10px !important;*/

}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare {

	min-width:986px;

}

/* end Box, Sheet */



/* begin Header */

div.art-Header {

	background-image: url('images/bgr-header.jpg');

	background-repeat:no-repeat;

	margin: 0 auto 20px;

	position: relative;

	z-index:0;

	width: 960px;

	height: 194px;

}

div.art-Header-png {

	position: absolute;

	z-index:-2;

	top: 0;

	left: 0;

	width: 960px;

	height: 300px;

	background-image: url('images/Header.png');

	background-repeat: no-repeat;

	background-position: left top;

}

div.art-Header-jpeg {

	position: absolute;

	z-index:-1;

	top: 0;

	left: 0;

	width: 960px;

	height: 300px;

	background-image: url('images/Header.jpg');

	background-repeat: no-repeat;

	background-position: center center;

}

/* end Header */



/* begin Logo */

.art-Logo {

	display : block;

	position: absolute;

	left: 0px;

	top: 0px;

	width: 449px;

}

h1.art-Logo-name {

	display: block;

	text-align: center;

}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 38px;

	font-style: normal;

	font-weight: normal;

	text-decoration: none;

	padding:0;

	margin:0;

	color: #DCF4E9 !important;

}

.art-Logo-text {

	display: block;

	text-align: center;

}

.art-Logo-text, .art-Logo-text a {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 19px;

	font-style: normal;

	font-weight: normal;

	padding:0;

	margin:0;

	color: #AEE5CC !important;

}

/* end Logo */



/* begin Menu */

/* menu structure */



.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover {

	text-align:left;

	text-decoration:none;

	outline:none;

	letter-spacing:normal;

	word-spacing:normal;

}

.art-menu, .art-menu ul {

	margin: 0;

	padding: 0;

	border: 0;

	list-style-type: none;

	display: block;

}

.art-menu li {

	margin: 0;

	padding: 0;

	border: 0;

	display: block;

	float: left;

	position: relative;

	z-index: 5;

	background:none;

}

.art-menu li:hover {

	z-index: 10000;

	white-space: normal;

}

.art-menu li li {

	float: none;

}

.art-menu ul {

	visibility: hidden;

	position: absolute;

	z-index: 10;

	left: 0;

	top: 0;

	background:none;

}

.art-menu li:hover>ul {

	visibility: visible;

	top: 100%;

}

.art-menu li li:hover>ul {

	top: 0;

	left: 100%;

}

.art-menu:after, .art-menu ul:after {

	content: ".";

	height: 0;

	display: block;

	visibility: hidden;

	overflow: hidden;

	clear: both;

}

.art-menu, .art-menu ul {

	min-height: 0;

}

.art-menu ul {

	background-image: url(images/spacer.gif);

	padding: 10px 30px 30px 30px;

	margin: -10px 0 0 -30px;

}

.art-menu ul ul {

	padding: 30px 30px 30px 10px;

	margin: -30px 0 0 -10px;

}

/* menu structure */



.art-menu {

	padding: 6px 6px 6px 6px;

}

.art-nav {

	position: relative;

	height: 56px;

	z-index: 100;

	margin:20px 5px 20px 6px;

	width:1001px;

}

.art-nav .l, .art-nav .r {

	position: absolute;

	z-index: -1;

	top: 0;

	height: 56px;

	background-image: url('images/nav.jpg');

}

.art-nav .l {

	left: 0;

	right:0px;

}

.art-nav .r {

	right: 0;

	width: 960px;

	clip: rect(auto, auto, auto, 960px);

}

/* end Menu */



/* begin MenuItem */

.art-menu ul li {

	clear: both;

}

.art-menu a {

	position:relative;

	display: block;

	overflow:hidden;

	height: 34px;

	cursor: pointer;

	text-decoration: none;

	margin:5px 13px 0 13px;

}

.art-menu a .r, .art-menu a .l {

	position:absolute;

	display: block;

	top:0;

	z-index:-1;

	height: 110px;

	background-image: url('images/MenuItem.png');

}

.art-menu a .l {

	left:0;

	right:4px;

}

.art-menu a .r {

	width:408px;

	right:0;

	clip: rect(auto, auto, auto, 404px);

}

.art-menu a .t {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 22px;

	font-style: normal;

	/*font-weight: bold;

	text-transform: uppercase;*/

	color: #FFFFFF;

	padding: 0 6px;

	margin: 0 4px;

	line-height: 29px;

	text-align: center;

	text-shadow:1px 2px 1px #817B67;

}

.art-menu a:hover .l, .art-menu a:hover .r {

	top:-41px;

}

.art-menu li:hover>a .l, .art-menu li:hover>a .r {

	top:-41px;

}

.art-menu li:hover a .l, .art-menu li:hover a .r {

	top:-41px;

}

.art-menu a:hover .t {

	color: #FFFFFF;

}

.art-menu li:hover a .t {

	color: #FFFFFF;

}

.art-menu li:hover>a .t {

	color: #FFFFFF;

}

.art-menu a.active .l, .art-menu a.active .r {

	top: -76px;

	background:none;

}

.art-menu a.active .t {

	color: #FFFFFF;

}

a.active {

	background:url('images/selected.jpg') no-repeat center 29px;

}

/* end MenuItem */



/* begin MenuSeparator */

.art-nav .art-menu-separator {

	display: block;

	width: 2px;

	height: 46px;

	background-image: url('images/border.jpg');

}

/* end MenuSeparator */



/* begin ContentLayout */

.art-contentLayout {

	margin:0 auto;

	width:1000px;

}

/* end ContentLayout */



/* begin Box, Block */

.art-Block {

	position:relative;

	z-index:0;

	margin:0 auto;

	min-width:1px;

	min-height:1px;

}

.art-Block-body {

	position: relative;

	z-index:1;

	padding: 0px;

}

.art-Block {

	margin: 0px;

}

/* end Box, Block */



/* begin BlockHeader */

.art-BlockHeader {

	position:relative;

	z-index:0;

	height: 30px;

	padding: 0 7px;

	margin-bottom: 4px;

}

.art-BlockHeader .t {

	height: 30px;

	color: #FFFFFF;

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 17px;

	font-style: normal;

	font-weight: bold;

	font-variant: small-caps;

	white-space : nowrap;

	padding: 0 7px;

	line-height: 30px;

	text-shadow:1px 2px 1px #817B67;

}

.art-BlockHeader .l, .art-BlockHeader .r {

	display:block;

	position:absolute;

	z-index:-1;

	height: 30px;

	background-image: url('images/BlockHeader.png');

}

.art-BlockHeader .l {

	left:0;

	right:6px;

}

.art-BlockHeader .r {

	width:980px;

	right:0;

	clip: rect(auto, auto, auto, 974px);

}

.art-header-tag-icon {

	display:inline-block;

	background-position:left 10px;

	background-image: url('images/BlockHeaderIcon.png');

	padding:0 0 0 9px;

	background-repeat: no-repeat;

	min-height: 14px;

	margin: 0 0 0 5px;

}

/* end BlockHeader */



/* begin Box, BlockContent */

.art-BlockContent {

	position:relative;

	z-index:0;

	margin:0 auto 12px;

	min-width:15px;

	min-height:15px;

}

.art-BlockContent-body {

	position: relative;

	z-index:1;

	padding: 8px;

}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc, .art-BlockContent-cr, .art-BlockContent-cl {

	position:absolute;

	z-index:-1;

}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl {

	width: 14px;

	height: 14px;

	background-image: url('images/BlockContent-s.png');

}

.art-BlockContent-tl {

	top:0;

	left:0;

	clip: rect(auto, 7px, 7px, auto);

}

.art-BlockContent-tr {

	top: 0;

	right: 0;

	clip: rect(auto, auto, 7px, 7px);

}

.art-BlockContent-bl {

	bottom: 0;

	left: 0;

	clip: rect(7px, 7px, auto, auto);

}

.art-BlockContent-br {

	bottom: 0;

	right: 0;

	clip: rect(7px, auto, auto, 7px);

}

.art-BlockContent-tc, .art-BlockContent-bc {

	left: 7px;

	right: 7px;

	height: 14px;

	background-image: url('images/BlockContent-h.png');

}

.art-BlockContent-tc {

	top: 0;

	clip: rect(auto, auto, 7px, auto);

}

.art-BlockContent-bc {

	bottom: 0;

	clip: rect(7px, auto, auto, auto);

}

.art-BlockContent-cr, .art-BlockContent-cl {

	top: 7px;

	bottom: 7px;

	width: 14px;

	background-image: url('images/BlockContent-v.png');

}

.art-BlockContent-cr {

	right:0;

	clip: rect(auto, auto, auto, 7px);

}

.art-BlockContent-cl {

	left:0;

	clip: rect(auto, 7px, auto, auto);

}

.art-BlockContent-cc {

	position:absolute;

	z-index:-1;

	top: 7px;

	left: 7px;

	right: 7px;

	bottom: 7px;

	background-image: url('images/BlockContent-c.png');

}

.art-BlockContent-body {

	color:#000000;

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

}

.art-BlockContent-body a:link {

	color: #000000;

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited {

	color: #000000;

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	text-decoration:underline;

}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover {

	color: #5B6CB6;

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

}

.art-BlockContent-body ul {

	list-style-type: none;

	color: #777777;

	margin:0;

	padding:0;

}

.art-BlockContent-body li {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	text-decoration: none;

}

.art-BlockContent-body ul li {

	padding:0px 0 0px 10px;

	background-image: url('images/BlockContentBullets.png');

	background-repeat:no-repeat;

	margin:0.5em 0 0.5em 0.5em;

	line-height:1.4em;

}

/* end Box, BlockContent */



/* begin Box, Post */

.art-Post {

	position:relative;

	z-index:0;

	margin:0 auto;

	min-width:21px;

	min-height:21px;

}

.art-Post-body {

	position: relative;

	z-index:1;

	padding: 0px;

}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc, .art-Post-cr, .art-Post-cl {

	position:absolute;

	z-index:-1;

}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl {

	width: 28px;

	height: 28px;

	background-image: url('images/Post-s.png');

}

.art-Post-tl {

	top:0;

	left:0;

	clip: rect(auto, 14px, 14px, auto);

}

.art-Post-tr {

	top: 0;

	right: 0;

	clip: rect(auto, auto, 14px, 14px);

}

.art-Post-bl {

	bottom: 0;

	left: 0;

	clip: rect(14px, 14px, auto, auto);

}

.art-Post-br {

	bottom: 0;

	right: 0;

	clip: rect(14px, auto, auto, 14px);

}

.art-Post-tc, .art-Post-bc {

	left: 14px;

	right: 14px;

	height: 28px;

	background-image: url('images/Post-h.png');

}

.art-Post-tc {

	top: 0;

	clip: rect(auto, auto, 14px, auto);

}

.art-Post-bc {

	bottom: 0;

	clip: rect(14px, auto, auto, auto);

}

.art-Post-cr, .art-Post-cl {

	top: 14px;

	bottom: 14px;

	width: 28px;

	background-image: url('images/Post-v.png');

}

.art-Post-cr {

	right:0;

	clip: rect(auto, auto, auto, 14px);

}

.art-Post-cl {

	left:0;

	clip: rect(auto, 14px, auto, auto);

}

.art-Post-cc {

	position:absolute;

	z-index:-1;

	top: 14px;

	left: 14px;

	right: 14px;

	bottom: 14px;

	background-color: #EDE3C5;

}

.art-Post {

	margin: 0px;

}

/* Start images */

a img {

	border: 0;

}

.art-article img, img.art-article {

	/*border: solid 1px #2D8F63;*/

	margin:0;

}

.art-metadata-icons img {

	border: none;

	vertical-align: middle;

	margin:2px;

}

/* Finish images */



/* Start tables */



.art-article table, table.art-article {

	border-collapse: collapse;

	margin: 1px;

	width:auto;

}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td {

	background-color:Transparent;

}

.art-article th, .art-article td {

	padding: 2px;

	border: solid 1px #37AE79;

	vertical-align: top;

	text-align:left;

}

.art-article th {

	text-align:center;

	vertical-align:middle;

	padding: 7px;

}

/* Finish tables */

/* end Box, Post */



/* begin PostHeaderIcon */

.art-PostHeaderIcon-wrapper {

	text-decoration:none;

	margin: 0.2em 0;

	padding: 0;

	font-weight:normal;

	font-style:normal;

	letter-spacing:normal;

	word-spacing:normal;

	font-variant:normal;

	text-decoration:none;

	font-variant:normal;

	text-transform:none;

	text-align:left;

	text-indent:0;

	line-height:inherit;

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 24px;

	font-style: normal;

	font-weight: normal;

	text-align: left;

	color: #133827;

}

.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 20px;

	font-style: normal;

	font-weight: normal;

	text-align: left;

	color: #133827;

}

/* end PostHeaderIcon */



/* begin PostHeader */

.art-PostHeader a:link {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	text-align: left;

	color: #3A3527;

}

.art-PostHeader a:visited, .art-PostHeader a.visited {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	text-align: left;

	color: #3A3527;

}

.art-PostHeader a:hover, .art-PostHeader a.hovered {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	text-align: left;

	color: #685E47;

}

/* end PostHeader */



/* begin PostMetadata */

.art-PostMetadataHeader {

	padding:1px;

	background-color: #D8C283;

	border-color: #D8C283;

	border-style: solid;

	border-width: 1px;

}

/* end PostMetadata */



/* begin PostIcons */

.art-PostHeaderIcons {

	padding:1px;

}

.art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 11px;

	color: #FFFFFF;

}

.art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover {

	margin:0;

}

.art-PostHeaderIcons a:link {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #685E47;

}

.art-PostHeaderIcons a:visited, .art-PostHeaderIcons a.visited {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #685E47;

}

.art-PostHeaderIcons a:hover, .art-PostHeaderIcons a.hover {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	color: #998B6A;

}

/* end PostIcons */



/* begin PostContent */

/* Content Text Font & Color (Default) */

body {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #685E47;

}

.art-PostContent {

/*text-align: justify;*/

/*	margin-top: 10px;

	margin-bottom: 10px;*/

	padding:1px 14px 10px 14px;

	margin:4px 0 0 0;

}

.art-Post-inner{

	padding:8px;

}

/* Start Content link style */

/*

The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.

http://www.w3schools.com/CSS/css_pseudo_classes.asp

http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/

*/

a {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #36AB76;

}

/* Adds special style to an unvisited link. */

a:link {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #998B6A;

}

/* Adds special style to a visited link. */

a:visited, a.visited {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #685E47;

}

/* :hover - adds special style to an element when you mouse over it. */

a:hover, a.hover {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	color: #998B6A;

}

/* Finish Content link style */



/* Resert some headings default style & links default style for links in headings*/

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {

	font-weight: normal;

	font-style: normal;

	text-decoration: none;

}

/* Start Content headings Fonts & Colors  */

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {

	font-size: 28px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {

	font-size: 22px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 18px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #36AB76;

}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 16px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #328F62;

}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #328F62;

}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #328F62;

}

/* Finish Content headings Fonts & Colors  */

/* end PostContent */



/* begin PostBullets */

/* Start Content list */

ol, ul {

	color: #685E47;

	margin:1em 0 1em 2em;

	padding:0;

	font-size: 12px;

}

li ol, li ul {

	margin:0.5em 0 0.5em 2em;

	padding:0;

}

li {

	margin:0.2em 0;

	padding:0;

}

ul {

	list-style-type: none;

}

ol {

	list-style-position:inside;

}

.art-Post li {

	/*padding:0px 0 0px 13px;

	line-height:1.2em;*/

}

.art-Post ol li, .art-Post ul ol li {

	background: none;

	padding-left:0;

}

.art-Post ul li, .art-Post ol ul li {

	/*background-image: url('images/PostBullets.png');

	background-repeat:no-repeat;

	padding-left:13px;*/

}

/* Finish Content list */

/* end PostBullets */



/* begin PostQuote */

/* Start blockquote */

blockquote p {

	color:#07130D;

	font-family: Arial, Helvetica, Sans-Serif;

	font-style: italic;

	font-weight: normal;

	text-align: left;

}

blockquote {

	border:solid 1px #45C48B;

	margin:10px 10px 10px 50px;

	padding:5px 5px 5px 41px;

	background-color:#C2E0D8;

	background-image:url('images/PostQuote.png');

	background-position:left top;

	background-repeat:no-repeat;

}

/* Finish blockuote */

/* end PostQuote */



/* begin PostMetadata */

.art-PostMetadataFooter {

	padding:1px;

	background-color: #D8C283;

	border-color: #D8C283;

	border-style: solid;

	border-width: 1px;

}

/* end PostMetadata */



/* begin PostIcons */

.art-PostFooterIcons {

	padding:1px;

}

.art-PostFooterIcons, .art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 11px;

	text-decoration: none;

	color: #FFFFFF;

}

.art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover {

	margin:0;

}

.art-PostFooterIcons a:link {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #685E47;

}

.art-PostFooterIcons a:visited, .art-PostFooterIcons a.visited {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #28714E;

}

.art-PostFooterIcons a:hover, .art-PostFooterIcons a.hover {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	color: #998B6A;

}

/* end PostIcons */



/* begin Button */

.art-button-wrapper .art-button {

	display:inline-block;

	width: auto;

	outline:none;

	border:none;

	background:none;

	line-height:28px;

	margin:0 !important;

	padding:0 !important;

	overflow: visible;

	cursor: default;

	text-decoration: none !important;

	z-index:0;

}

.art-button-wrapper {

	display:inline-block;

	position:relative;

	height: 28px;

	overflow:hidden;

	white-space: nowrap;

	width: auto;

	z-index:0;

	margin:6px 0 0 0;

	cursor:pointer;

}

.art-button-wrapper .art-button {

	display:block;

	height: 28px;

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	white-space: nowrap;

	text-align: left;

	padding:0px 11px !important;

	line-height: 28px;

	text-decoration: none !important;

	color: #FFFFFF !important;

}

input, select {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

}

.art-button-wrapper.hover .art-button, .art-button:hover {

	color: #FFFFFF !important;

	text-decoration: none !important;

	cursor:pointer;

}

.art-button-wrapper.active .art-button {

	color: #EDF8F4 !important;

}

.art-button-wrapper .l, .art-button-wrapper .r {

	display:block;

	position:absolute;

	z-index:-1;

	height: 84px;

	background-image: url('images/Button.png');

}

.art-button-wrapper .l {

	left:0;

	right:10px;

}

.art-button-wrapper .r {

	width:409px;

	right:0;

	clip: rect(auto, auto, auto, 399px);

}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r {

	top: -28px;

}

.art-button-wrapper.active .l, .art-button-wrapper.active .r {

	top: -56px;

}

/* end Button */



/* begin Footer */

.art-Footer {	

	background:#EDEAE2;

	border-top:1px solid #CCC7BB;

	border-bottom:1px solid #FFFFFF;

	height:48px;	

	z-index:0;

	overflow:hidden;

	position:relative;

	margin: 30px 6px 0px 6px;

	

}

/* Safari */

@media screen and (-webkit-min-device-pixel-ratio:0) 

{ 

.art-Footer {margin: 20px 5px 0px 7px; }

}

.art-Footer .art-Footer-inner {

	position: relative;

	z-index: 0;

	padding: 20px;

	text-align: center;

}

.art-Footer .art-Footer-background {

	position:absolute;

	z-index:-1;

	background-repeat:no-repeat;

	background-image: url('images/Footer.png');

	width: 960px;

	height: 150px;

	bottom:0;

	left:0;

}

.art-rss-tag-icon {

	position: relative;

	display:block;

	float:left;

	background-image: url('images/rssIcon.png');

	background-position: center right;

	background-repeat: no-repeat;

	margin: 0 5px 0 0;

	height: 32px;

	width: 24px;

}

.art-Footer .art-Footer-text p {

	margin: 0;

}

.art-Footer .art-Footer-text {

	display:inline-block;

	color:#AAA494;

	font-size: 11px;

	width:100%;

	text-align:right;

}

.art-Footer .art-Footer-text a:link {

	text-decoration: none;

	color: #7BD5AD;

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

}

.art-Footer .art-Footer-text a:visited {

	text-decoration: none;

	color: #0D261A;

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

}

.art-Footer .art-Footer-text a:hover {

	text-decoration: none;

	color: #82CEB8;

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

}

/* end Footer */



/* begin PageFooter */

.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover {

	font-family:Arial;

	font-size:10px;

	letter-spacing:normal;

	word-spacing:normal;

	font-style:normal;

	font-weight:normal;

	text-decoration:underline;

	color:#65C3A7;

}

.art-page-footer {

	margin:1em;

	text-align:center;

	text-decoration:none;

	color:#5CCC99;

}

/* end PageFooter */



/* begin LayoutCell */

.art-contentLayout .art-sidebar1 {

	position: relative;

	margin: 0 0 0 0;

	padding: 5px 0 0 20px;

	border: 0;

	float: left;

	overflow: hidden;

	width: 302px;

}

/* end LayoutCell */



/* begin LayoutCell */

.art-contentLayout .art-content {

	position: relative;

	margin: 0 0 0 0;

	padding: 0 0 0 15px;

	border: 0;

	float: left;

	overflow: hidden;

	width: 646px;

}

.art-contentLayout .art-content-wide {

	position: relative;

	margin: 0;

	padding: 0;

	border: 0;

	float: left;

	overflow: hidden;

	width: 959px;

}

/* end LayoutCell */







.commentlist, .commentlist li {

	background: none;

}

.commentlist li li {

	margin-left:30px;

}

.commentlist li .avatar {

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	margin:1px;

	background: #fff;

}

.commentlist li cite {

	font-size:1.2em;

}

#commentform textarea {

	width: 100%;

}

img.wp-smiley {

	border:none;

	margin:0;

	padding:0;

}

.navigation {

	display: block;

	text-align: center;

}

/* Recommended by http://codex.wordpress.org/CSS */

/* Begin */

.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.alignleft {

	float: left;

}

.alignright {

	float: right;

}

.alignright img, img.alignright {

	margin: 1em;

	margin-right: 0;

}

.alignleft img, img.alignleft {

	margin: 1em;

	margin-left: 0;

}

.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

}

.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}

.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End */





.hidden {

	display: none;

}

/* Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

}

#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

}

#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

}

#wp-calendar a {

	display: block;

}

#wp-calendar caption {

	text-align: center;

	width: 100%;

}

#wp-calendar td {

	padding: 3px 0;

	text-align: center;

}

.ad_lnk {

	position: absolute;

	left: -550px;

	top: -650px;

}

/* Benefits */

.benefits {

	width:302px;

	height:406px;

	overflow:hidden;

	margin:0;

}

.benefits li {

	width:250px;

	font:bold 26px Verdana, Helvetica, sans-serif;

	padding:21px 0 28px;

	margin:0 15px;

	text-align:center;

	border-bottom:1px solid #d9d7d1;

}

.benefits .last {

	border:0;

}

 style.css (line 60) ol, ul {

list-style:none outside none;

}

#logo {

	width:294px;

	height:156px;

	margin:16px 0 0 20px;

	float:left;

	display:block;

	background:url('images/logo.png') no-repeat;

	text-indent:-9999em;

}

#info {

	width:480px;

	height:194px;

	float:right;

}

#info a, #info a:visited {

	width:204px;

	height:46px;

	text-decoration:none;

	color:#fff;

	padding:9px 0 0 22px;

	font:19px Verdana, Helvetica, sans-serif;

	cursor:pointer;

	display:block;

	margin:0 0 0 254px;

	background:url('images/info.png') no-repeat;

}

#info p {

	color:#a29477;

	margin:60px 20px 0 0;

	font:bold 16px Verdana, Helvetica, sans-serif;

	text-shadow:#ffffbe 0 0 2px;

	float:right;

}

#info span {

	color:#685e47;

	font:bold 33px Verdana, Helvetica, sans-serif;

	display:block;

}

#context {

	width:640px;

	float:left;

	display:inline;

	margin:0px;

	line-height:20px;

}

#context fieldset{border:none;}

#context .media {

	margin:0 0 10px;

}

/* Text */

#text {

	width:638px;

	margin:20px 0 0;

	background:url('images/context.jpg') repeat-y;

}

#text-top {

	background:url('images/context-top.jpg') no-repeat top;

	width:638px;

}

#text-bottom {

	background:url('images/context-bot.jpg') no-repeat bottom;

	width:584px;

	padding:21px 27px 8px;

}

#context #text p {

	font-size:12px;

}

/* Banner */

#banner {

	background:url("images/banner.jpg") no-repeat scroll 0 0 transparent;

	width:638px;

	height:120px;

	display:block;

	/*background:url('images/banner.jpg') no-repeat;*/

	text-decoration:none;

	overflow:hidden;

	margin:5px 0 0;

	*margin:14px 0 0;

}





#bannersidebar {

	width:300px;

	height:120px;

	display:block;

	background:url('images/banner1.jpg') no-repeat;

	text-decoration:none;

	overflow:hidden;

	margin:5px 0 0;

	*margin:14px 0 0;

}



#bannersidebar span {

	color:#777;

	font-size:28px;

	margin:0 0 0 354px;

	display:block;

	line-height:34px;

	white-space:nowrap;

}

#bannersidebar strong {

	font:bold 38px Verdana, Helvetica, sans-serif;

	color:#6778c1;

	display:block;

	margin:24px 0 0 300px;

	white-space:nowrap;

}



/* Safari */

@media screen and (-webkit-min-device-pixel-ratio:0) 

{ 

#banner{ margin:14px 0 0;}

}



#banner span {

	color:#777;

	font-size:28px;

	margin:0 0 0 354px;

	display:block;

	line-height:34px;

	white-space:nowrap;

}

#banner strong {

	font:bold 38px Verdana, Helvetica, sans-serif;

	color:#6778c1;

	display:block;

	margin:24px 0 0 300px;

	white-space:nowrap;

}

.art-PostContent h1 {

	font:bold 22px Verdana, Helvetica, sans-serif;

	border-bottom:1px solid #d9d7d1;

	margin:0 0 14px;

}

.art-PostContent p {

	margin:0 0 13px;

	line-height:21px;

	font-size:13px;

}

.art-PostContent h3 {

	font:bold 18px Verdana, Helvetica, sans-serif;

	margin:0 0 6px;

	color:#685E47;

}

.art-PostContent ul {

	font:bold 12px Verdana, Helvetica, sans-serif;

	margin:0 0 16px 0;

	color:#685E47;

}

.art-PostContent ul li {

	font:12px Verdana, Helvetica, sans-serif;

	margin:0 0 0 40px;

	color:#685E47;

	line-height:22px;

	padding:0 0 0 18px;

	background:url('images/little_arrow.gif') no-repeat left 8px;

}



/* Gallery */

#gallery {

	width:640px;

	overflow:hidden;

	margin:0;

}

#gallery li {

	float:left;

	margin:0 0 20px;

	display:inline;

	background:none;

	padding:0;

}

#gallery .space {

	margin:0 0 0 20px;

}

/*add by ravi*/





/* Details */

#details{ width:302px; background:url(images/dealer-top.gif) no-repeat top #ede3c5; }

	#details h2{ font:bold 17px Verdana,Helvetica,sans-serif; padding:15px 0 8px 15px; margin:0;}

	#details .map{ margin:0 0 0 8px; }

	#details fieldset{ background:url(images/dealer-bottom.gif) no-repeat bottom; padding:4px 0 0; margin:0; border:none;}



	

	#details fieldset span{ font-weight:bold; margin:0 8px; }

	#details fieldset p{ font-size:13px; padding:10px 12px 20px; }

	#details ul{ margin:10px 0 0 8px; }

	#details li{ float:left; display:inline; *padding:0 4px 0 0;}

	

	/* Firefox 3.0+ */

#details li,  x:-moz-any-link, x:default  {padding:0 4px 0 0;}

 



	

	#details input,

	#details select{ border:1px solid #b9ac8a; }

	#details label{ padding:0 3px; }

	#details button{ width:142px; height:41px; cursor:pointer; margin:20px 0 10px 70px; text-indent:-9999em; background:url(images/submit.png) no-repeat; display:block; border:0; }



/* Product details */

#product-details{ width:302px; background:url(images/dealer-top.gif) no-repeat top #ede3c5; }

	#product-details h2{ font:bold 16px Verdana,Helvetica,sans-serif; padding:0 0 15px; }

	#product-details-bottom{ background:url(images/dealer-bottom.gif) no-repeat bottom; padding:20px 21px 7px; width:260px;}

	#product-details p{ font-size:13px; line-height:21px; margin-bottom:13px; }



/* Context */

#context{ width:640px; float:left; display:inline; margin:0px; line-height:20px; }

	#context .media{ margin:6px 0 10px; display:table;}

	#context h1{ font:bold 22px Verdana,Helvetica,sans-serif; border-bottom:1px solid #d9d7d1; margin:0 0 6px; }

	#context h2{ margin:0px;}

	#context p{ margin:0 0 6px; line-height:21px; font-size:13px; }



/* Text */

#text{ width:638px; margin:20px 0 0; background:url(images/context.jpg) repeat-y; }

	#text-top{ background:url(images/context-top.jpg) no-repeat top; width:638px; }

	#text-bottom{ background:url(images/context-bot.jpg) no-repeat bottom; width:584px; padding:17px 27px 17px; }

	#context #text p{ font-size:12px; }

/* Product */

.more-s3052{ display:block; width:302px; height:77px; background:url(images/s3052.jpg) no-repeat; text-indent:-9999em; margin:20px 0 0; }

	.more-s3260{ display:block; width:302px; height:77px; background:url(images/s3260.jpg) no-repeat; text-indent:-9999em; margin:20px 0 0; }

	.requestinfo{ display:block; width:300px; height:55px; background:url(images/request.jpg) no-repeat; text-indent:-9999em; margin:20px 0 0; }



/* Contact Us */

#contact{ width:471px; margin:0 0 20px; }

	#contact label{ font-size:18px; font-weight:bold; display:block; margin:5px 0; }

	#contact div{ margin:20px 0; }

	#contact input{ width:100%; border:0; display:block; background:none; padding:10px 5px; color:#bdb59e; font-size:18px; font-weight:bold; }

	#contact span{ border:1px solid #bdb59e; display:inline-block; height:46px; background:url(images/input.jpg) repeat-x top; }

	#contact .long span{ width:452px; }

	#contact .phone{ width:471px; overflow:hidden; }

	#contact .phone span{ width:80px; float:left; margin:0 10px 0 0; display:inline; }

	#contact button{ width:142px; height:41px; cursor:pointer; margin:30px 0 10px; text-indent:-9999em; background:url(images/submit.png) no-repeat; display:block; border:0; }

	.add1{width:142px; height:41px; cursor:pointer; margin:20px 0 10px 70px; text-indent:-9999em; background:url(images/submit.png) no-repeat !important; display:block; border:0 !important; }







/*contact us css*/



#context .wpcf7-form div

	{

	margin:15px 0;

}

#context .wpcf7-form label{

	display:block;

	font-size:18px;

	font-weight:bold;

	margin:5px 0;

}



#context .wpcf7-form span{

	border:1px solid #bdb59e; 

	display:inline-block; 

	height:46px; 

	background:url(images/input.jpg) repeat-x top;

}

#context .wpcf7-form span input

	{

	width:100%; 

	border:0; 

	display:block; 

	background:none; 

	padding:10px 0px; 

	color:#bdb59e; 

	font-size:18px; 

	font-weight:bold;

	

}

#context .wpcf7-form input.wpcf7-submit

	{

	width:142px;

	height:41px; 

	cursor:pointer; 

	margin:30px 0 10px; 

	background:url(images/submit.png) no-repeat; 

	display:block; 

	border:0;



}

a:active { outline: none; }



a:focus { 

    outline: none; 

}

.wpcf7-not-valid-tip-no-ajax{

background:none repeat scroll 0 0 transparent !important;

border:medium none !important;

float:right;

line-height:40px;

margin-right:-196px;

margin-top:-43px;

padding:0 2px;

position:relative;}

.execphpwidget{ *margin:0; }

#sidebar{/**width:600px; *margin-left:20px;*/}

.sidebarwhyimg{margin:0 0 20px 0; padding-top:15px;}

.liheading{

	font:bold 12px Verdana, Helvetica, sans-serif;

	margin:0 0 4px 0 !important;

	color:#685E47;

}



.roundedlefttop{width:302px; background:url(images/dealer-top.gif) no-repeat top #ede3c5;}

.roundedleftbot{background:url(images/dealer-bottom.gif) no-repeat bottom; padding:4px 0 0; margin:0; border:none;}



.the_excrept {

	float:left;

	font-size:11px;

	padding-left:8px;

	width:476px;

	line-height:18px;

}

.the_excrept h2{ 

	margin:0 0 8px 0 !important;	

}

.excrept_in {

border-bottom:1px solid #E8E8E8;

overflow:hidden;

padding-top:5px;

}

.excrept_post{

	margin:0 0 12px 0;

}

.thumbnail {

float:left;

/*height:150px;*/

overflow:hidden;

text-align:center;

width:160px;

}



.thumbnail img{

	border:1px solid #CCCCCC;

	padding:4px;

}



.excrept_but {

float:right;

margin-right:5px;

padding:4px 10px;

}
