/*
Theme Name: Immense Networks
Theme URI: http://
Description: Wordpress theme
Author: Jason Cross, Immense Networks
Author URI: http://immense.net
version: 1.0
*/



/* strip */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{margin:0; padding:0;}

body {
	background: #960c20 url(images/bkg-bkg.jpg) no-repeat center top;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	font-size: 62.5%;
	}
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
}
h1 {
	font-size: 19px;
	color: #8c1023;
	letter-spacing: 1px;
	font-family: "arial narrow";
}
h2 {
	font-size: 11px;
}
	#main h2 {
		margin-top: 2em;
	}
h3, h3 a {
	font-size: 10px;
	margin-top:10px;
	color: #8c1023;
	margin-bottom: 1em;
}
h4 {
	font-size: 9pt;
}
fieldset {
	border: 1px solid #cfcfcf;
	background: #f6f6f6;
	margin-bottom: 2em;
	padding: 6px;
}
div.formLine {
	margin: 6px 0;
}
legend {
	padding: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8c1023;
	font-size: 13px;
}
	fieldset ul {
		
	}
	fieldset ul li {
		padding: 12px;
		border-bottom: 1px solid #cfcfcf;
	}
	fieldset label {
		font-weight: bold;
		display: block;
		margin-bottom: 0.3em;
		float: left;
		width: 200px;
	}
	fieldset input, fieldset select, fieldset textarea {
		width: 400px;
		padding: 0.1em;
	}
#sidebar h2 {
	color: #fff;
	background: #8c1023 url(images/bkg-h1-sidebar.png) repeat right center;
	padding: 9px 0 9px 73px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top: 1px solid #fff;
}
	#sidebar h2:hover {
		cursor: pointer;
	}
	#searchbox {
		padding: 14px 0;
		background: none !important;
		border: none !important;
		margin-bottom: 4px !important;
	}
	#searchbox h2 {
		color: #8c1023;
		background: none;
		border: none !important;
		padding-bottom: 0;
		padding-left: 6px;
	}
	.sidebar-box {
		background: #F6F6F6;
		padding: 4px;
		border: 1px solid #cfcfcf;
		margin-bottom: 6px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;

	}
	.sidebar-box ul {
		border-left: 1px solid #cfcfcf;
		border-right: 1px solid #cfcfcf;
		background: #ECECEC;
	}
	.sidebar-box ul li {
		line-height: 26px;
		padding-left: 6px;
/*		margin-left: 6px;*/
		border-top: 1px solid #CFCFCF;
		background: transparent url(images/bkg-li-sidebar.png) repeat-x scroll 0 0;
/*		border-top: 1px solid #fff;*/
/*		border-bottom: 1px solid #CFCFCF;*/
	}
		.sidebar-box ul li a {
/*			background: #EFEFEF url(images/li-arrow.gif) no-repeat 5px 6px;*/
			padding-left: 9px;
			background: transparent url(images/li-arrow.gif) no-repeat scroll left center;
		}
		.sidebar-box ul li, .sidebar-box ul li a {
			font-weight: bold;
			text-transform: uppercase;
			color: #000;
			display: block;
		}
		#articles ul li a {
			display: inline;
		}
	.sidebar-box ul li ul {
		border: none;
		padding: 0;
/*		padding-bottom: 1em;*/
	}
	.sidebar-box ul li ul li {
		background: url(images/bkg-li-sidebar.png) repeat-x 0 -5px;
/*		list-style-type: disc;*/
		list-style-position: inside;
/*		margin-left: 17px;*/
	}
		.sidebar-box ul li ul li a {
			padding-left: 0;
/*			text-decoration: underline;*/
		}
		.sidebar-box ul li ul li, .sidebar-box ul li ul li a {
			font-weight: bold;
			color: #8C1023;
			text-transform: capitalize;
			line-height: 1.9em;
			background: none;
			border: none;
		}
		.sidebar-box ul li ul li {
			border-bottom: 1px solid #BFBFBF;
		}

/* sidebar icons */
.sidebar-box h2 {
	position: relative;
	padding-left: 6px !important;
}
.sidebar-box span.icon {
	position: absolute;
	display: none;
	left: -4px;
	bottom: -3px;
/*	top: -22px;*/
	width: 77px;
	height: 55px;
	background-repeat: no-repeat;
	background-color: transparent;
}
	#pages .icon {
		background-image: url(images/icon-pages.png);
	}
	#categories .icon {
		background-image: url(images/icon-prod.png);
	}
	#articles .icon {
		background-image: url(images/icon-articles.png);
	}
	#cart .icon {
		background-image: url(images/icon-cart2.png);
		display: block;
		height: 40px;
		width: 80px;
		left: -6px;
		bottom: 0;
	}

#sidebar-logos li a, #sidebar-logos ul li {
	background:  #fff;
	padding-left: 0;
}
/* images and misc. */

img{
	border: none;
	padding: 6px;
}
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border: 1px solid #CFCFCF;
	background: #f0f0f0;
	margin:15px;
	padding: 12px;
	}
	blockquote * {
		font-size: 9px !important;
		color: #333 !important;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}
p {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 19px;
}

/* links */

a{
	color:#000;
	text-decoration:none;
	border: none;
	}
	#main a {
		color: #8c1024;
		text-decoration: underline;
	}
		#main a:hover {
			text-decoration: none;
		}
a:hover{color:#6A7CA0;text-decoration: underline; border: none;}

address {
	text-transform: uppercase;
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
}
	address span {
		font-weight: normal;
	}
	#footer address {
		color: #fff;
		font-weight: bold;
	}

/* container */


#container {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	height: 153px;
	color: #fff; 
	position: relative;
	}

#header h1 {
	text-indent: -9999px;
}
	#header h1 a {
		margin-top: 13px;
		display: block;
		width: 192px;
		height: 83px;
		background: url(images/h1-logo.png) no-repeat;
	}
	#header h2 {
		font-size: 10px;
		margin: 0 0 0 17px;
	}
	#header h1, #header h2 {
		width: 240px;
	}
	#header h3 {
		position: absolute;
		right: 0;
		color: #fff;
		width: 470px;
		top: 56px;
		text-align: right;
		font-size: 1.6em;
		text-transform: capitalize;
		line-height: 1.1em;
	}
	#header #cart-stuff {
		text-align: right;
		background: #8C1023 url(images/bkg-ticker.png) repeat !important;
		padding: 3px 0;
		-moz-border-radius-bottomleft: 7px;
		-moz-border-radius-bottomright: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
	}
		#header #cart-stuff a {
			color: #FFE900;
			font-weight: bold;
			text-decoration: underline;
			font-size: 10px;
		}
#v_container {
	height: 24px !important;
	margin: 0 !important;
/*	background: #fff url(images/bkg-news.png) repeat !important;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom: 1px solid #D2D2D2 !important;
	text-align: center !important;
}
	#v_container, #v_container table, #v_container tr, #v_container td {
		width: 691px !important;
	}
	#v_container a {
		color: #333;
		text-decoration: underline;
	}
	.vnewsticker {
		width: 691px !important;
		margin-top: 6px !important;
		color: #333 !important;
		height: 24px !important;
	}
	.vnewsticker, .vnewsticker a {
/*		font-weight: bold !important;*/
		
	}
/* main menu */


#nav {
	width: 960px;
	height: 32px;
	line-height: 32px;
}


#nav li {
	list-style-type: none;
	display: inline;
	padding: 0 17px;
	height: 32px;
	position: relative;
	z-index: 888;
	background: transparent url(images/li-border.png) repeat-y right;
}
	#nav li ul {
		position: absolute;
		background: #000;
		left: 0;
		top: 21px;
		width: 175px;
		border-width: 1px;
		border-style: solid;
		display: none;
		border-color: #000 #fff #fff #fff;
	}
	#nav li ul li {
		display: block;
		background: #000;
		border-bottom: 1px solid #333;
		height: auto;
		line-height: 1em;
		padding: 0.8em;
	}

#nav li a, #nav li {
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li a:hover, #nav li:hover {
	text-decoration: underline;
}

/* content */


#content {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid;
	background: #f0f0f0 url(images/bkg-content.png) repeat;
	}	
#main {
	width: 694px;
	margin: 4px;
	border: 1px solid #cfcfcf;
	background: #f6f6f6;
	padding: 4px;
	float: left;
}
	#main h1 {
		border-bottom: 1px solid #D2D2D2;
		margin-bottom: 1em;
	}
	.main-box {
		background: #FFFFFF;
		border: 1px solid #d2d2d2;
		padding: 10px;
		margin: 14px 0;
		border-bottom: 1px solid #d2d2d2;
		padding: 0 10px 10px;
		position: relative;
		/*width: 671px;*/
	}
		.main-box h1 {
			padding: 0.4em;
			background: #FFFFFF url(images/bkg-news.png) repeat scroll 0 0 !important;
			border-bottom: 1px solid #d2d2d2;
			margin-left: -10px;
			width: 677px;
			text-transform: capitalize;
		}
		.main-box h3 {
			margin: 2em 0 0;
		}
		.main-box .post {
			border-bottom: 1px solid #cfcfcf;
		}
		.post small {
			color: #ababab;
		}
		.prod-box img {
			float: left;
			width: 75px;
			margin-right: 10px;
		}
		.prod-box .prod-text {
			float: left;
			width: 547px;
		}
		.prod-box .prod-text ul li {
			margin-bottom: 0.3em;
		}
		.prod-text ul {
			margin-top: 1em;
		}
		.addtocart {
			position: absolute;
			bottom: 10px;
			right: 0;
		}
		#prod-home {
			width: 672px;
			overflow: hidden;
		}
		#prod-home .prod-box {
			float: left;
			width: 335px;
			height: 125px;
		}
		#prod-home .prod-text {
			width: 236px;
			float: left;
		}
		.hotdeal {
			color: #8C1024;
			text-transform: uppercase;
		}
		
	.breadcrumb {
		margin: 1em 0;
	}
	#wp-crossfade {
		width: 661px;
		height: 194px;
		margin: 16px 0;
		border: 6px solid #e2e2e2;
	}
	#wp-crossfade img {
		padding: 0;
	}
#sidebar {
	width: 220px;
	padding: 4px;
	float: left;
}

/* search */

#searchform{
	padding: 6px 0 6px 6px;
	margin-left: 9px;
	}
	
	#searchsubmit, .submit {
		background: url(images/bkg-button.png) repeat-x center;
		border: 1px solid #ba112a !important;
		color: #fff !important;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	}
	#searchsubmit, .submit, input#s, input.s {
		font-size: 10px;
		padding: 4px;
	}
		#searchsubmit:hover, .submit:hover {
			cursor: pointer;
		}
	input#s, input.s {
		color: #ba112a;
		font-style: italic;
		background: #fff url(images/bkg-input.png) repeat-x top;
		border: none;
		width: 124px;
		padding: 4px;
	}
	#sidebar li.cat-item {
		font-weight: bold;
		color: #8c1023;
	}
	#sidebar li.cat-item a {
		font-weight: normal;
		color: #000;
	}

/* footer */
#footer {
	margin-bottom: 2em;
	width: 100%;
	overflow: auto;
}
	#footer h2 {
		font-size: 10px;
		color: #fff;
	}
	#footer li {
		list-style-type: none !important;
	}
	
#copyright {
	background: #8B0A1D;
	clear: both;
	width: 100%;
	margin-top:15px;
	padding: 0.4em 0;
	}
	#copyright p {
		color: #fff;
		font-size: 9px;
		margin: 0;
		text-align: center;
	}
.footer-box {
	float: left;
	width: 144px;
	margin: 6px;
}
	.footer-box ul li {
		line-height: 13px;
		padding: 0.3em 0;
		color: #fff;
	}
	.footer-box ul li a {
		color: #fff;
		text-decoration: underline;
	}
	.footer-box ul li a:hover {
		text-decoration: none;
	}
#mycarousel {

}
	#mycarousel a {
		text-decoration: none;
		font-weight: bold;
	}
	#mycarousel img {
		padding: 6px 36px;		margin-top: -18px;
		background: #fff;
	}
	#mycarousel li {
		border-top: none;
	}

h2#scroll-through {
float:left;
font-family:verdana,helvetica,arial,sans-serif;
font-size:0.8em;
font-weight:normal;
}
.jcarousel-container {
position:relative;
}
.jcarousel-clip {
margin:0;
overflow:hidden;
padding:0;
position:relative;
z-index:2;
}
.jcarousel-list {
left:0;
margin:0;
overflow:hidden;
padding:0;
position:relative;
top:0;
z-index:1;
}
.jcarousel-list li, .jcarousel-item {
float:left;
height:75px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
position:relative;
width:75px;
}
.jcarousel-next {
display:none;
z-index:3;
}
.jcarousel-prev {
display:none;
z-index:3;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
padding:0;
width:210px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
height:245px;
padding:40px 20px;
width:75px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
height:126px;
width:210px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
height:245px;
width:75px;
}
.jcarousel-skin-tango .jcarousel-item {
height:126px;
width:75px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right:10px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom:10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
background-repeat:no-repeat;
height:24px;
width:24px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/arrow.png) repeat scroll 0 0;
cursor:pointer;
position:absolute;
right:5px;
top:61px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
background-position:-96px 0;
cursor:default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/arrow-back.png) repeat scroll 0 0;
cursor:pointer;
left:5px;
position:absolute;
top:61px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
background-position:-96px 0;
cursor:default;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(next-vertical.png) no-repeat scroll 0 0;
bottom:5px;
cursor:pointer;
height:32px;
left:43px;
position:absolute;
width:32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
background-position:0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
background-position:0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
background-position:0 -96px;
cursor:default;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(prev-vertical.png) no-repeat scroll 0 0;
cursor:pointer;
height:32px;
left:43px;
position:absolute;
top:5px;
width:32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
background-position:0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
background-position:0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
background-position:0 -96px;
cursor:default;
}

#single-product-box {
	width: 100%;
	overflow: auto;
	padding-bottom: 2em;
	border-bottom: 1px solid #d2d2d2;
}
.single-image {
	width: 250px;
	float: left;
	margin-right: 10px;
}
.single-text {
	float: right;
	width: 380px;
}
/* cart page */
#cart ul li.delete a {
	
}
#cart h2 {
	padding-left: 84px !important;
}
#cart ul {
	padding-left: 7px;
}
#cart ul li {
	line-height: 13px;
	background: none;
	padding: 0.6em 0;
	position: relative;
}
	#cart a.delitem {
		position: absolute;
		right: 0;
		bottom: 0;
		background: none;
	}
#cart ul li a {
	color: #8C1023 !important;
}
#cart ul li, #cart ul li a {
	font-weight: normal;
}
#cart-box td, #cart-box tbody, #cart-box table {
	border-color: #d2d2d2 !important;
	vertical-align: middle;
}
	#cart-box .CatalogItemDark {
		padding: 0.5em 0 !important;
		background: #f0f0f0;
	}
.wpcf7 {
	width: 450px;
	border: 1px solid #d2d2d2;
	padding: 1em !important;
	background: #f0f0f0 !important;
}
#immense {
	display: block;
	width: 127px;
	height: 38px;
	background: url(images/logo-immense.png) no-repeat;
	text-indent: -9999em;
	margin-top: 21px;
}
p.notification {
	font-size: 10px;
	line-height: 15px;
	background: #FFEBED;
	padding: 1em;
	border: 1px solid #F7D0D5;
}
.prod-box {
	width: 100%;
	overflow: auto;
	border-bottom: 1px solid #cfcfcf;
	padding: 1em 0;
}
.grayborder, .greyborder {
	border: 1px solid #cfcfcf;
}
.paginate {
	text-align: right;
	background: #f0f0f0;
	font-size: 9px;
}

#options img {
	border: solid 1px #cfcfcf;
	padding: 3px;
	margin: 3px;
}
#prod_left {
	float: left;
	width: 224px;
	margin-right: 10px;
}
	#prod_left img {
		width: 224px;
	}
#prod_right {
	float: left;
	width: 436px;
}
#options {
	border-top: 1px solid #cfcfcf;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	overflow: auto;
}
#options .clear {
	border-bottom: 1px solid #cfcfcf;
}
input.checker {
	margin-left: 15px;
	margin-right: 5px;
}

.options_left p {
	font-weight: bold;
	color: #8C1023;
	margin: 10px 0 0;
	background: #f0f0f0;
	border: 1px solid #CFCFCF;
}
#addvehicle {
	padding: 1em;
	border: 1px solid #cfcfcf;
	background: #f0f0f0;
}
.clear {
	clear: both;
}
.price-name {
	font-weight: bold;
}
.the-price {
	color: #8C1023;
	font-size: 14px;
	font-weight: bold;
}
.man-name {
	font-weight: bold;
}
.the-man {
	
}
.prod-desc, .prod-desc strong {
	font-weight: normal !important;
}
.li-wishlist li {
	padding: 0.6em 0;
	border-bottom: 1px solid #cfcfcf;
}
.del-wishlist {
	display: block;
	width: 17px;
	height: 17px;
	background: url(images/images/english/imageDeleteItem.gif) no-repeat;
}
.notify {
	padding: 1em;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #f0f0f0;
}
.quantity {
	width: 100%;
	text-align: right;
}
.prodtotal {
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 10px;
}
#options div {
	margin: 10px 0;
}
.prodtotal input {
	margin: 4px 0;
}
.ProductSubtitle {
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0;
}
div.AuthorizeNetSeal {
	margin: 0 auto !important;
}
#siteseal {
	margin: 1em 0 1em 75px;
}
textarea {
	height: 47px;
}
#cart a {
	color: #8C1023 !important;
}
#makemepop .formCaption {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
div#div_shipping_address {
	width: 330px !important;
}
.CatalogItemLight b a {
	font-size: 12px;
}
#div_billing_address {
	width: 357px !important;
}
fieldset input, fieldset select, fieldset textarea {
	width: 100%;
}
.callus a {
	display: block;
	width: 182px;
	height: 103px;
	background: url(images/img-help.png) no-repeat !important;
	text-indent: -9999em;
}
.cards {
	width: 218;
	height: 26px;
	background: url(images/img-cards1.png) no-repeat !important;
}
.cards p, .cards {
	text-indent: -9999em;
}
#main .main-box table td a {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
	#main .main-box table td {
		margin-bottom: 20px;
	}
#fbfan {
	width: 167px;
	height: 36px;
	display: block;
	background: url(images/img-fbfan.png) no-repeat;
	text-indent: -9999em;
	overflow: auto;
	position: absolute;
	right: 0;
	bottom: 10px;
}
#vif td {
	border: 1px solid #f0f0f0;
	font-weight: bold;
}
#catlist {
	padding: 1em 0;
	margin-bottom: 1em;
	background: #f0f0f0;
}
#catlist li {
	display: inline;
	margin: 0 7px;
	font-weight: bold;
}
.options_right select {
	width: 668px;
}
#helplist li {
	margin: 12px 0;
}
.formButtons input {
	width: 120px;
}