/*  
	Theme Name: 	cpuincNew
	Theme URI: 		http://template-help.com/
	Description:	A Black Lotus Creation
	Version: 		2.7
	Author: 		John Gough
	Author URL: 	http://www.blacklotusweb.com/ 
*/

/*** Main style ***/
* { padding:0; margin:0;}
	html { font-size:100.01%;}
	body { font-size:62.5%; font-family: Arial, Helvetica, sans-serif; background:#fff; color:#333;}
	html, body { height:100%;}
	
.clear { clear: both; font-size:0; line-height:0; height:0;}

	table, td, div, img { border:0; }
	td {vertical-align:top;}
	ul, li { list-style: none;}
	p { padding:0px 0px 15px 0px;}
	img { border:0;}
	
a {text-decoration: underline; color:#5d90c7;}
a:hover {text-decoration: none;}

	form { margin:0; padding:0;}
	input, select, textarea { vertical-align:middle; color:#000;}
	input.text, textarea, input#name, input#phone, input#email { border:1px solid #ccc; color:#000; padding:2px 0px 2px 6px; width: 150px}
	
	.clear { clear:both;}
	
/*=============================*/
	.main {  margin:0 auto; background:#fff; min-height:100%;position:relative;
		min-width:1000px;

		/* IE6 Mumbo Jumbo */
		width:auto !important;
		width:100%;
	/*width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%"); min-width:980px; width:970px*/}
	* html .main { height:100%;}
	
	.hed {
		
		}

	.contact_info_top { color: #999; font-weight: bold; right: 400px; right: 30px; margin-top: -89px;  position:absolute; z-index:100; text-align: right; }
	.contact_info_top .phone_label {padding-bottom: 5px; }
	.contact_info_top .espanol {padding-top: 5px; color:#622f2f; font-size:130%;}
	
/* ============================== navigation.css ============================== */



/*-------------------- Main Nav --------------------*/
#navigation {
	display:block;
	height:52px;
	margin:0 29px 11px 24px;
	text-transform: capitalize; 
	background:transparent url('images/nav-bg.gif') repeat-x;

}
	#navigation .navLeft {
		height:100%;
		background:transparent url('images/nav-left.gif') no-repeat top left;
	}
	#navigation .navRight {
		height:100%;
		background:transparent url('images/nav-right.gif') no-repeat top right;
	}
	.navigation>ul {
		
	}
	/* Normal */
		.navigation>ul>li {
			position:relative;
			float:left;
			width:auto;
			background:transparent bottom right no-repeat;
		}
		.navigation>ul>li.last {
			background:none;
		}
			.navigation>ul>li>a:link, .navigation>ul>li>a:visited, .navigation>ul>li>a:active {
				display:block;
				float:left;
				padding:17px 24px 0 24px;
				height:35px;
				font-size:130%;
				font-weight:bold;
				text-decoration:none;
				color:#666666;
				background:none;
			}
			.navigation>ul>li>a:hover {
				text-decoration:underline;
				color:#333333;
				background:url('http://templates.sebomarketing.com/designs/alpha/navigation/navigation-hover-link.gif')   no-repeat;
			}
		
	/* Hover */
		.navigation>ul>li:hover {
			background:transparent bottom right no-repeat;
		}
			.navigation>ul>li:hover>a:link, .navigation>ul>li:hover>a:visited, .navigation>ul>li:hover>a:hover, .navigation>ul>li:hover>a:active {
				color:#333333;
				text-decoration:underline;
				background:none;
			}
	
	/* Current */
		.navigation>ul>li.current_page_item {
			/*background:transparent bottom right no-repeat;*/
		}
			.navigation>ul>li.current_page_item>a:link, .navigation>ul>li.current_page_item>a:visited, .navigation>ul>li.current_page_item>a:active, .navigation>ul>li.current_page_item>a:hover {
				color:#666666;
				text-decoration:underline;
				/*background:none;*/
			}
			
	/* Current Hover */
		.navigation>ul>li.current_page_item:hover {
			/*background:transparent bottom right no-repeat;*/
		}
		.navigation>ul>li.last:hover {
			background:none;
		}
			.navigation>ul>li.current_page_item:hover>a:link, .navigation>ul>li.current_page_item:hover>a:visited, .navigation>ul>li.current_page_item:hover>a:active, .navigation>ul>li.current_page_item:hover>a:active {
				color:#666666;
				text-decoration:underline;
				/*background:none;*/
			}


/*--------------- Drop Downs --------------------*/

.navigation ul li ul {
	display:none;
	position:absolute;
	top:51px;
	left:-1px;
	
	height:auto; /* Don't delete me; makes sure you can see any borders in Firefox. */
	width:200px;

	background:#fefefe;
	border:solid #dfe0e0;
	border-width:0 1px 1px;
	z-index:5;
}
	.navigation ul li:hover ul {
		display:block;

	}
	/* Make the last item right aligned */
	.navigation ul li.last ul {
		left:auto;
		right:-1px;
	}
	.navigation ul li ul li {
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:200px;
		height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
		z-index: 5;
	}
	
		.navigation ul li ul li a {
			display:block;
			float:none;
			margin:0;
			padding:6px 0 6px 12px;
			height:auto; /* needed for firefox still? */
			width:188px;
			font-weight:normal; /* must be here to override parent bold-ness */ 
			font-size:130%;
			text-align:left;
		}
		
	/* Normal */
		.navigation ul li ul li{
			background:#fff;
		}
			.navigation ul li ul li a:link, .navigation ul li ul li a:visited, .navigation ul li ul li a:active {
				color:#666666;
				text-decoration:none;
				background:none;
			}
	/* Hover */
		.navigation ul li ul li:hover {
			background:#fff;
		}
			.navigation ul li ul li:hover a:link, .navigation ul li ul li:hover a:visited, .navigation ul li ul li:hover a:hover, .navigation ul li ul li:hover a:active {
				color:#666666;
				font-weight:bold;
				text-decoration:none;
				background:#dfe0e0;
			}
	/* Current */
		.navigation ul li ul li.current_page_item {
			background:#fff;
		}
			.navigation ul li ul li.current_page_item a:link, .navigation ul li ul li.current_page_item a:visited, .navigation ul li ul li.current_page_item a:active {
				color:#666666;
				font-weight:bold;
				text-decoration:none;
				background:#dfe0e0;
			}
	/* Current Hover */
		.navigation ul li ul li.current_page_item:hover {
			background:#fff;
		}
			.navigation ul li ul li.current_page_item:hover a:link, .navigation ul li ul li.current_page_item:hover a:visited, .navigation ul li ul li.current_page_item:hover a:hover, .navigation ul li ul li.current_page_item:hover a:active {
				color:#666666;
				text-decoration:none;
				background:#dfe0e0;
			}
			
	
/******* Logo **********/
	.logo { background:url(images/logo-img.gif) no-repeat 49px 41px; float:left;  padding:41px 0px 51px 117px; overflow:hidden;}
	.logo h1 { width: 270px; height:58px; float:left; background:url(images/logo.gif) no-repeat 15px 9px; font-size:2.4em; text-align:center; font-weight: normal; color:#2f4862; cursor:pointer; text-indent:-1000em; overflow:hidden;}
	.logo h1:hover {text-decoration:none;}
	.descriptions { 
		margin:14px 0 0 17px;
		width:270px; 
		height:19px; 
		background:url(images/description.gif) no-repeat 0 0; 

		}

/******* Live Chat **********/	
.boldChat {
	margin-top:-108px;
	position:absolute;
	right:353px;
	z-index:100;
}

/******* Slogo **********/	
	.slogan-img-absolute { position:absolute; right:139px; margin:-150px 0 0 0;}	
	.slogan-ind { margin-top:-10px; padding:3px 18px 8px 18px; overflow:hidden;}
	.slogan { float:left; width:100%; background:url(images/slogan-bg.gif) repeat-x 0 0;}
	.slogan .bgr01 { background:url(images/slogan-left.gif) no-repeat 0 0;}
	.slogan .bgr02 { background:url(images/slogan-right.jpg) no-repeat right 0;}
	.slogan h1 { padding:85px 0px 101px 45px; overflow:hidden; color:#FFFFFF; font-family:"Times New Roman", Times, serif; font-size:48px; letter-spacing:-2px; font-weight:normal;}
/******* Search **********/

	.search { float:left; width:100%; background:url(images/search-bg.gif) repeat-x 0 center #f9f9f9; margin:0px 0px 10px 0px;}
	.search .search-border-left { background:url(images/search-border.gif) repeat-y 0 0;}
	.search .search-border-right { background:url(images/search-border.gif) repeat-y right 0;}
	.search .search-border-top { background:url(images/search-border.gif) repeat-x 0 top;}
	.search .search-border-bot { background:url(images/search-border.gif) repeat-x 0 bottom;}
	
	.search-left-top { background:url(images/search-left-top.gif) no-repeat 0 0;}
	.search-right-top { background:url(images/search-right-top.gif) no-repeat right 0;}
	.search-left-bot { background:url(images/search-left-bot.gif) no-repeat 0 bottom;}
	.search-right-bot { background:url(images/search-right-bot.gif) no-repeat right bottom; padding:17px 0px 17px 22px; overflow:hidden;}
	
	.search .text { width:94px; margin:0px 10px 0px 0px; padding:4px 0px 4px 0px; float:left;}
	.search p {padding:0;}
	.search .but { cursor: pointer; margin-top:1px;}
	
	.search_page { background: none; padding:20px 0px 0px 0px;}
	.search_page .text { width:250px; padding-left:6px;}

/******* Column **********/
	.ind-cont { 

		padding:0px 30px 0px 25px;
	}
	
	.cont {  padding:0px 0px 40px 0px; float:left; width:100%;}
	
	.column-left { width:204px; float:left; _margin:0px 0px 0px 0px;}
	.column-right { width:204px; float:right; _margin:0px 0px 0px 0px;}
	
	.column-center { padding:0px 20px 0px 20px; overflow:hidden; height:100%;}
	


	
/******* Widgets  **********/
	.widget { float:left; width:100%; margin:0px 0px 10px 0px; color:#595959; font-size:1.1em; background:url(images/box-bg.gif) repeat-x 0 0;}
		
	.widget h2 { font:2em "Times New Roman", Times, serif; color:#000; overflow:hidden; padding:0px 0px 15px 0px;}
	.widget h3 { padding:.5em 0 1em 0;}
			
	.widget li { padding:0px 0px 4px 15px; background:url(images/marker.gif) no-repeat 0 6px;}
	.widget a { color:#6395d6; text-decoration:none;}
	.widget a:hover { text-decoration:underline;}
	
	.widget .box-border-left { background:url(images/box-border.gif) repeat-y 0 0;}
	.widget .box-border-right { background:url(images/box-border.gif) repeat-y right 0;}
	.widget .box-border-top { background:url(images/box-border.gif) repeat-x 0 0;}
	.widget .box-border-bot { background:url(images/box-border.gif) repeat-x 0 bottom;}
	
	.widget .box-left-top { background:url(images/box-categories-left-top.gif) no-repeat 0 0;}
	.widget .box-right-top { background:url(images/box-categories-right-top.gif) no-repeat right 0;}
/*	.widget .box-left-top { background:url(images/box-left-top.gif) no-repeat 0 0;}
	.widget .box-right-top { background:url(images/box-right-top.gif) no-repeat right 0;}*/
	.widget .box-left-bot { background:url(images/box-left-bot.gif) no-repeat 0 bottom;}
	.widget .box-right-bot { background:url(images/box-right-bot.gif) no-repeat right bottom; padding:21px 25px 34px 22px; overflow:hidden;}
	
	#archives .box-right-bot { padding:21px 25px 23px 22px; }
	#meta .box-right-bot { padding:21px 25px 23px 22px; }
	
	/*
	.widget_categories { background:url(images/box-bg.gif) repeat-x 0 0;}
	.widget_categories .box-left-top { background:url(images/box-categories-left-top.gif) no-repeat 0 0;}
	.widget_categories .box-right-top { background:url(images/box-categories-right-top.gif) no-repeat right 0;}
	*/
	
	
/******* Content  **********/
	
	.title { padding:36px 0px 15px 0px; border-bottom:1px solid #e5e5e5; margin:0px 4px 0px 0px;}
	
	.title h2 { font: 3.1em "Times New Roman", Times, serif; color:#424749;}
	.title h3 { font: 3.1em "Times New Roman", Times, serif; color:#424749;}
	
	.h3 h3 {font-size:2.1em;}
	
	.title h2 a, .title h3 a  {
		text-decoration:none;
		color:#424749;
		}
	.title h2 a:hover, .title h3 a:hover { text-decoration: underline;}
	
	.title .date { font: bold 1.4em "Times New Roman", Times, serif; color:#99cb00; padding:0px 0px 0px 0px; margin:-5px 0px 0px 0px;}
	.title .author { float:right; font: 1.4em "Times New Roman", Times, serif; color:#8db3e6; padding:0px 0px 0px 0px; margin:-5px 0px 0px 0px;}
	.title .author a { color:#0054a6;}
	
	.text-box { font-size:145%; line-height:1.3em; padding:15px 0px 0px 0px;}
	.text-box h1 {
		padding-bottom:15px;
		line-height:normal;
		color:#2f4862;
		}
	.text-box h2 {
		line-height:normal;
		color:#622f2f;
		font-size:125%;
		padding-bottom:15px;
		}
	
	.comments a, .link-edit a { display:block; text-align:right; color:#424749; font-weight: bold; font-size:1.2em;}
	.comments a { text-decoration: none; padding:0px 0px 8px 0px;}
	.comments a:hover { text-decoration: underline;}
	

/*** OL UL style***/

	

	.text-box ul { padding:0px 0px 10px 0px;}
	.text-box ul li { background:url(images/marker.gif) no-repeat 0 6px; padding:0px 0px 6px 17px; list-style-image:none; list-style:none; font-weight:normal;}
	.text-box ul li ul { margin-left:10px;}
	.text-box ul li ol { margin-left:15px;}
	.text-box ul li ol li { list-style-type:decimal;}
	
	.text-box ol { padding-left:2px;}
	.text-box ol li { background:none; padding:0px; margin-left:13px;  font-weight:normal;}
	.text-box ol li ul li { font-weight:normal;}
	
	.text-box ul li { list-style-image:none; list-style:none;}
	.text-box ul li a { font-weight:normal; text-decoration:underline; color:#6395d6;}
	.text-box ul li a:hover{ text-decoration:none; }
	.text-box ul li ul { margin-left:15px;}
	.text-box ul li ol {margin-left:20px;}
	.text-box ul li ol li { list-style-type:decimal;}
	.text-box ul li ol li a { background:none;}
	
	.text-box ol { padding:5px 0px 5px 2px;}
	.text-box ol li{ background:none; padding:0px; margin-left:20px;}
	.text-box ol li a { padding-left:0px; text-decoration:none; font-weight:normal; color:#6395d6;}
	.text-box ol li a:hover{ text-decoration:underline; }
	.text-box ol li ul li a { font-weight:normal; text-decoration:underline;}
	.text-box ol li ul li a:hover {text-decoration:none;}




/****** Footer ***********/
	.foot { font-size:1.2em; font-family:Tahoma, Arial, Geneva, sans-serif; color:#838383;  padding:16px 0px 50px 35px; border-top:1px solid #d4d4d4;}
	.foot a { color:#838383;}
	.foot span a { text-decoration:none;}
	.foot span a:hover { text-decoration: underline;}


/* -----------------------------------------------------------------
---------------------------- WP ------------------------------------
----------------------------------------------------------------- */

.info-sidebar { padding:10px 0px 5px 0px; border:0; width: auto; overflow: hidden; margin:0px 0px 5px 0px; color:#000; font-size:1.2em; line-height:1.4em; /*background-color:#CCC;*/}
.info-sidebar a { color:#000;}


.link-edit { font-size:1em;}
.pagetitle { font-size:2.1em; font-weight: normal; color:#000; text-align:center; padding:14px 0px 0px 0px; margin:0px 0px -20px 0px;}

/*--- Navigations ---*/
.navigation { }
.navigation .alignleft { float: left; width:45%; text-align:left;}
.navigation .alignright { float: right; width:45%; text-align:right;}

.marg { margin-bottom:10px;}

/*--- Begin Images ---*/
p img {
	padding: 0;
	max-width: 100%;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;}

img.alignright { float: right;display:inline;
	padding: 0;
	margin: 3px 0px 10px 20px;}

img.alignleft {	padding: 0;	margin: 3px 25px 5px 0; float:left; display:inline;}
	
/*------*/
.postmetadata {font-size:1.1em; padding:0px 0px 5px 0px;}
.postmetadata a {color:#3B7ECC;}
.postmetadata a:hover {text-decoration:none;}

/*------*/
#tag_cloud .widget-bottom-left {padding-bottom:15px;}
#tag_cloud .widget-heading {margin-bottom:15px;}
#tag_cloud a {padding-left:3px;}

/*--- Popup styles ---*/
#commentspopup {}
#commentspopup #header {background:#2F3F99 url(images/popup_header_bg.gif) top repeat-x;}
#commentspopup .page-padding {padding:0 5px;}
#commentspopup .page-width {width:538px; margin:0 auto;}
#commentspopup .header-top {background:url(images/popup_header_bg_top.jpg) top repeat-x;}
#commentspopup .header-top-right {background:url(images/popup_header_bg_top_right.jpg) top right no-repeat;}
#commentspopup .header-top-left {background:url(images/popup_header_bg_top_left.jpg) top left no-repeat; width:100%; height:160px;}
#commentspopup .header-padding {padding:39px 0 0 89px;}
#commentspopup h1 {font-size:1em; margin:0; padding:0; color:#E1E7EC; text-indent:-10000em; width:141px; height:27px;}
#commentspopup h1:hover {text-decoration: none; cursor:pointer;}
#commentspopup .description {width:141px; height:9px; text-indent:-10000em; margin-top:2px;}
#commentspopup .description2 {width:249px; height:27px; text-indent:-10000em; margin-top:19px;}
#commentspopup .border-bottom-left {padding:17px 37px 10px;}
#commentspopup p {font-size:1.1em;}


/*--- Begin Typography & Colors ---*/
small {	font-size: 0.9em; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
small * {font-size: 0.9em;}
small p {font-size: 0.9em;}

select { width: 130px;}
	
#commentform {font-size:1.2em;}

#commentform input {
	margin: 5px 5px 1px 0;}

#commentform {
	margin: 5px 10px 0 0;}
	
#commentform textarea {
	width: 100%;
	padding: 2px;}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;}
	
#commentform #submit {
	margin: 0 0 10px auto;
	float: right;}


/*--- Begin Calendar ---*/
#wp-calendar { empty-cells:show; width: 155px; font-size:1.1em;}

#wp-calendar th { padding:3px 0; text-align:center; color:#246e98;}
#wp-calendar td { padding:3px 0; text-align:center; color:#4d86be;}

#wp-calendar a { display: block; font-weight:bold; color:#5b7d13;}
#wp-calendar #next a { padding-right: 10px;	text-align: right; font-weight: normal;}
#wp-calendar #prev a { padding-left: 10px;text-align: left; font-weight: normal;}

#wp-calendar caption { text-align: center; color:#666; font-weight:bold; font-size:1.3em; padding:0px 0px 6px 0px;}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom:1px dashed #999;
	}

blockquote {
	border:1px solid #071f29;
	background:#162a3f; padding:15px 10px 10px 20px; margin:5px 0; color:#fff;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;}

.wp-caption {
	display:block;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding: 4px 0 10px 0;
	margin: 10px;
	font-size:140%;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	}

.wp-caption:link, .wp-caption:visited {
	text-decoration:none;
	}
.wp-caption:active,  .wp-caption:hover {
	font-weight:bold;
	text-decoration:none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;}


/* Begin Comments*/
.alt { padding: 10px; font-size:1.1em;}

.commentlist { color:#000; font-size:1.2em;
	/*padding:0px 18px 0px 20px;*/
	text-align: justify;
	}

ol.commentlist  li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	/*list-style: none;*/
	background:#fff;
	border:1px solid #5082bf;
	}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff; /*margin:0px 20px 15px 0px;*/
	}

.commentlist p { font-size:1.2em;
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	padding-left:15px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	
	/*----------------------------	LOCAL CONTENT STYLES	-------------------------------*/

/********* Home Page Table **************/
.mainMenu{
	width: 100%;
}

#home_page_table{
	position:relative;
	width: 100%;	
}
#home_page_table td{
	border: 1px solid #CCCCCC;
}
#siteseal {
	
	}
.float {
	float:left;
	}
.floatOpposite {
	float:right;
	}
#home_page_table td table td {
	border: none;
	padding: 0px 10px;
}

.product_table_content {
	height: auto;	
}
.product_table_content p{
	font-size: 1.0em;
	height: 100px;
}

.product_table_content p.links{
	height: auto;	
}

.product_table_content h3{
	height: 35px;	
	margin: 0;
	padding: 10px;
}
	
#shopp ul.products li.product { 
        border: 1px solid #DADADA;
}

label {
	clear:left;
	display:block;
	float:left;
	font-weight:bold;
	height:1.5em;
	margin-right:0.5em;
	text-align:right;
	width:12em;
	}

.checkbox .mmf-list-item {
	display:block;
	float:left;
	width:30%;
	}
	.checkbox .mmf-list-item span {
		
		}
	.checkbox .mmf-list-item input {
		
		}
.mmf-form-control-wrap.title {
	border-bottom:none;
	padding:0;
	margin:0;
	}
.mmf-radio {
	display:block;
	height:8px;
	}
.ioport {
	margin-top:10px;
	display:block;
	}
.other textarea {
	width:auto;
	}
.required {
	color:red;
	}
.recertified {
	height:30px;
	}
	.recertified a:link, .recertified a:visited {
		display:block;
		font-weight:bold;
		height:44px;
		padding:5px;
		padding-bottom:10px;
		position:relative;
		text-align:center;
		text-decoration:none;
		top:-15px;
		width:221px;
		color:#eee;
		line-height:10px;
		font-size:75%;
		background:transparent url('images/recertified-button-uhl.png') no-repeat;
		}
	.recertified a:active, .recertified a:hover {
		background:transparent url('images/recertified-button-hl.png') no-repeat;
		}
	.recertified span {
		color:#fff;
		font-size:120%;
		line-height:20px;
		}