/* Skinground.com - style.css */ 

body {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#394f5c;
}

a:hover {
	text-decoration:underline;
}

h3, p {
	margin: 0;
	padding: 15px;
}

h4 {
	margin: 0; 
	padding: 5px 0;
}
 
h1 {
	color: #3A4A55;
	font-family: Arial,Helvetica,sans-serif,Tahoma;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	margin-left: 0;
	margin-top: 5px;
	width: 620px;
	margin-bottom: 5px;
}

h1 strong {
	color: #556977;
}

h1 span {
	color: #637079;
	font-size: 10px;
	padding-left: 2px;
	display: block;
}

h2 {
	text-transform: uppercase;
	line-height: 22px;
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin-left: 16px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 13px;
	font-size: 13px;
	clear: left;
}

h2.rss a  {
	background: url(images/rss_small2.gif) no-repeat 100% 50%;
	color: #3C484F;
	padding-right: 15px;
	padding-top: 1px;
}

h2 a:hover  {
	text-decoration: none;
}

h3 {
	background: transparent url(images/h3.background.gif) no-repeat scroll left top;
	color: #3A4A55;
	font-family: Arial,Helvetica,sans-serif,Tahoma;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
        clear: left;
	line-height: normal;
	padding-left: 10px;
	padding-top: 6px;
	text-decoration: none;
	width: 596px;
	margin: 0;
}

#l-col h3 {
	background: transparent url(images/h3.background.small.gif) no-repeat scroll left top;
	width: 208px;
	padding-left: 15px;
	padding-right: 0;
	padding-bottom: 0;
	text-align: left;
	margin-bottom: -1px;
	margin-top: 0;
}
 
/* menu */
 
#menu ul {
 	margin-top: 0;
	width: 589px;
	height: 77px;
	list-style-type: none;
	background: url(images/main-menu.gif) no-repeat left top;
	padding-left: 0; 
	margin-left: 0; 
	margin-bottom: 0;
}

#menu ul li	{
	float: left;
	height: 42px;
}

#menu ul li a { display: block; height: 42px; }
#menu ul li a.menu-home { background: url(images/menu-home-all.gif) no-repeat left top; width: 122px; }
#menu ul li a.menu-shop { background: url(images/menu-shop-all.gif) no-repeat left top; width: 117px; }
#menu ul li a.menu-forum { background: url(images/menu-forum-all.gif) no-repeat left top; width: 117px; }
#menu ul li a.menu-products { background: url(images/menu-products-all.gif) no-repeat left top; width: 122px; }
#menu ul li a.menu-contact { background: url(images/menu-contact-all.gif) no-repeat left top; width: 111px; }
#menu ul li a.selected { background-position: left bottom }
#menu ul li a:hover { background-position: left bottom }
#menu ul li a strong { display: none; }

#menu p.meta {
	color: #7F8A91;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0pt 0pt 9px;
	text-align: right;
	height: 18px;
	padding: 0;
	margin: 22px 0 0 0 ;
}

/* forum posts */

#forumposts ul,
#forumposts ul li {
	padding: 0;
	margin: 0;
}

#forumposts ul {
	padding: 1px 0px 0 1px;
	margin-left: 1px;
	width: 316px;
	background: transparent url(images/bg_dot_bottom2.gif) repeat-x;
}

#forumposts ul li {
	background-image: none;
	display: block;
	width: 100%;
}

a.wraplink {
	display: block;
	width: 100%;
	background: url(images/bg_dot_bottom2.gif) repeat-x 0 100%; 
}

a.wraplink:hover {	background-color: #eff0f0; text-decoration: none; }
.link-wrapper { padding: 5px 5px 5px 15px; display: block; }
.link-wrapper span.created {display: block; color: #f77214; }
a.wraplink span.title { font-weight: normal; color: #586871; }

.more-link {
	background: transparent url(images/bg_list_item.jpg) no-repeat scroll right center;
	clear: both;
	margin-right: 10px;
	padding: 2px 15px 4px;
	text-align: right;
	float: left;
}

.more-link a:link {color:#43525D;}

#search-form-wrap {
	background: transparent url(images/search_input2.gif) no-repeat scroll 0pt 50%;
	display: block;
	float: left;
	height: 22px;
	margin: 23px 20px 15px;
	padding: 1px 0pt 0pt;
	width: 165px;
	display: inline;
}

input.submit {
	background: transparent none repeat scroll 0%;
	border: 0pt none;
	cursor: pointer;
	float: left;
	height: 22px;
	width: 18px;
}

input#search-form {
	background-color: transparent;
	border: medium none;
	color: #686666;
	font-size: 10px;
	height: 15px;
	margin: 1px 0pt 0pt;
	padding: 3px 2px 1px 4px;
	width: 130px;
}

/* left blocks */

div.block {
	background: transparent url(images/block.bg.gif) no-repeat scroll left top;
	width: 223px;
	padding-bottom: 0px;
	margin-bottom: 25px;
}

div.blockfooter {
	height: 4px;
	background: transparent url(images/block.footer.gif) no-repeat scroll left bottom;
	margin-top: 10px;
}

* html div.blockfooter {
	margin-top: 0;
}

div.block ul {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0 20px;
	text-align: left;
}

div.block ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
	background: transparent url(images/block.bullet.gif) no-repeat scroll left center;
}

div.block a:link, div.block a:visited, div.block a:active { 
	color: #fff;
}

div.block p {
	padding: 5px 0 5px 0;
	color: #fff;
}

div.block a { 
	color: #fff;
}

div.block p a, div.block p a:link, div.block p a:visited, div.block p a:active { 
	text-decoration:underline;
}

div.block form {
	padding-top: 5px;
	margin-bottom: 0; 
}

/* forms */

.form-textfield:focus, .form-textarea:focus {
	border: 1px solid #C8D0D0;
}

.form-textfield {
	background-color: #e1e1e2;
	border: 1px solid #394f5c;
	color: #364650;
	height: 25px;
	padding: 6px 0pt 0pt 10px;
}

.form-textarea {
	background-color: #e1e1e2;
	border: 1px solid #394f5c;
	color: #364650;
	padding: 6px 0pt 0pt 10px;
}

.productbg {
	background-image: url(images/ftr.bg.gif);
	border: 1px solid #59788b;
	color: #1d2a39;
	padding: 6px 10pt 6px 10px;
}

.product-inner {
	background: #fff url(images/h3.background.gif) repeat-x;
	border: 1px solid #777;
	color: #53626C;
	padding: 1px 0pt 0px 8px;
}

.product-inner2 {
	background: #eceded;
	border: 1px solid #777;
	color: #53626C;
	padding: 1px 2px 1px 2px;
}

.form-button {
	width: 100px;
}

form label {
	display: block;
	color: #fff;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 35px;
}

form.poll input {
	float: left;
	display: inline;
	margin-left: 60px;
	height:14px;
}

form.poll label {
	display: block;
	float: left;
	padding-left: 20px;
	text-align: left;
	width: 100px;
	margin-bottom: 0;
}

form.poll input.form-button { 
	float: none; 
	margin-left: 0; 
	margin-top: 5px; 
	height: auto;
}

form.poll p { 
	clear: left; 
	margin: 0; 
	padding: 5px 0 5px 0; 
}

/* content */

#cont p {
	color: #53626C;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 0;
	padding-left: 5px;
}

#cont a:link, #cont a:visited, #cont a:active {
	background: transparent url(images/dotted-dark.gif) repeat-x scroll left bottom;
	color: #131D24;
}

#cont a:hover {
	text-decoration: none;
	color: #556977;
}

#cont h1 { padding-left: 4px; }
#cont h4 {
	color: #3A4A55;
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	width: 145px;
	padding-top: 0;
}

ul.details a {
	color: #202C35;
	text-decoration: none;
}

#cont ul.range {
	color: #53626C;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: transparent url(images/rangebg.gif) repeat-x scroll left bottom;
}

#cont ul.range li {
	float: left;
	padding: 0 0 25px 0;
	width: 295px;
}

#cont ul.range .sample {
	float:left;
	padding: 0;
}

#cont ul.range img {
	border: 1px solid #b5b7bb;
	padding: 1px;
}

#cont ul.range li ul {
	float: right;
	list-style-type: none;
	width: 145px;
	padding: 0;
	margin: 0;
}

#cont ul.range li ul li {
	background: transparent url(images/dotted-gray.gif) repeat-x scroll left bottom;
	color: #637079;
	float: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding: 0;
	width: 145px;
}

#cont ul.range li ul li.see-all {
	background: transparent none repeat scroll 0%;
	margin: 7px 0pt 0pt;
}

#cont ul.range li.alt {
	margin: 0pt 0pt 0pt 20px;
}

/* footer */

#ftr {
	padding: 15px 0 0 0;
	background-image: url(images/ftr.bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin-top: 60px;
}

#ftrmenu {
	height: 60px;
	background-color: #404b52;
	border-top: 1px solid #7d8d99;
}

#ftr #wrapper {
	margin: 0px auto;
	width: 900px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#ftr #left {
	float: left;
	width: 270px;
	margin-right: 30px;
}

#ftr #center {
	float: left;
	width: 270px;
	margin-right: 30px;
}

#ftr #right {
	float: left;
	width: 300px;
}

#ftr .contact {
	background: transparent url(images/bg_dot_bottom.gif) repeat-x scroll 0pt 100%;
	font-size: 17px;
	line-height: 18px;
	margin: 10px 0pt 0pt 5px;
	padding: 0pt 0pt 13px;
	color: #fff;
}

#ftr .contact span {
	color: #add1ea;
}

#ftr #right p {
	padding: 5px 0 5px 5px;
	color: #fff;
}

#ftr h2 {
	margin-left: 0;
}

#ftr h2.rss a {
	color: #394f5c;
}

#ftr ul {
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
	margin-left:0;
	margin-bottom: 5px;
}

#ftr ul li {
	background: transparent url(images/bg_dot_bottom.gif) repeat-x scroll 0pt 100%;
	margin: 0pt;
	padding: 1px 0pt 2px;
}

#ftr ul li a {
	display: block;
	padding: 3px 5px;
	color: #FFFFFF;
}

#ftr ul li a:hover {
	background-color: #919CA3;
	text-decoration: none;
}

#ftrmenu div {
	margin: 0px auto;
	width: 900px;
	padding-left: 3px;
}

#ftrmenu ul {
	list-style-type: none;
	padding: 0;
	float: left;
	margin-top: 7px;
}

#ftrmenu ul li {
	background: none;
	margin: 0pt;
	display: block;
	padding: 0;
	float: left;
}

#ftrmenu ul li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#ftrmenu p {
	float: right;
	color: #fff;
	padding-top: 3px;
	margin-top: 7px;
}

.service_background {
	background-image: url(images/block.bg.gif);
	border: 1px solid #202C35;
	padding: 3px 5pt 3px 5px;
        color: #ECEDED;
}

.style2 {
	color: #FF6600;
	font-weight: bold;
}
.style4 {font-family: Arial, Helvetica, sans-serif}
.style8 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style11 {color: #CCCCCC}

featuredtitle {
	background: transparent url(images/h3.background.gif) no-repeat scroll left top;
	color: #3A4A55;
	font-family: Arial,Helvetica,sans-serif,Tahoma;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	line-height: normal;
	padding-left: 10px;
	padding-top: 6px;
	text-decoration: none;
	width: 596px;
	margin: 0;
}

#skin-wrapper {
background:#d9e1e8; 
width:560px; 
height:auto; 
padding:13px;
margin-bottom: 15px;
-moz-border-radius: 12px 12px 12px 12px;	
-webkit-border-bottom-left-radius: 12px;	
-webkit-border-bottom-right-radius: 12px; 
-webkit-border-top-right-radius: 12px; 
-webkit-border-top-left-radius: 12px;
border:1px solid #becad4;
}

.skin-fleft {
color:#0b1636;
float:left; 
padding-top:5px;
font-family: arial;
font-size: 18pt;
font-weight:bold; 
}

.skin-price {
font-weight:bold; 
color:#127d0a;
}

.skin-fright {
float: right;
padding: 10px 32px;
font-family: arial;
font-size: 12pt;
}

.skin-fright a {
color:#54636e; 
padding-right:5px;
}

img {
border: none;
}

.socialmedia li { display: inline; list-style-type: none; }
.socialsprite {background:url(../images/social.png);}
.social {height:16px;}

.twitter {width:16px; background-position:-0px -0px;}
.facebook {width:16px; background-position:-0px -20px;}
.linkedin {width:16px; background-position:-0px -39px;}
.lastfm {width:16px; background-position:-0px -58px;}
.deviantart {width:16px; background-position:-0px -77px;}
