/*
Theme Name: CCD Humintell
Theme URI: http://www.customcodebydan.com
Description: The new theme for Humintell, created by CCD
Version: 1.0
Author: Daniel Israel
Author URI: http://www.customcodebydan.com
*/
/* global */

    body{ 
		background:#72adc0 url(images/bg_body.gif) repeat-x;
        font:70% Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:160%;
		margin:0;
		padding:0;
		text-align:center;
        }

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			}	
        h2{            
			font-size:20px;
			font-weight:bold;
			letter-spacing:-0.05em;
			vertical-align:middle;
            }	
        h3{          
			font-size:20px;
            }
        h4{          
			font-size:17px;
            }				
    /* // headings */

    /* image replacement */
        .graphic, #header h1, #intro h3, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after, .fixed:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul, .fixed{
			display:block;
			}
		/*  \*/
		#content, ul, .fixed{
			min-height:1%;
			}
		* html #content, * html ul, * html .fixed{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#1a6075;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#333;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}	
	
	/* // HTML Tags */	
	
/* // Global */

/* page setup */

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:952px;
		}
	#header{
		background:url(images/bg_header_01.gif) no-repeat 0 0;		
		height:147px;
		}	
    #social_header {
    	left:0;
        padding: 0 0 10px;
        position:fixed;
        top: 0;
        width:100%;
        z-index:5;
    }
    #sticky_box {
        margin:0 auto;
        width:952px;
        font-family: "Gill Sans",Calibri,"Trebuchet MS",sans-serif;
        font-size:14px;
    }
    #sticky_box > ul {
        float:right;
        padding:5px 14px 12px 0;
        margin-right:10px;
        background-color:#777;
        background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#888888), to(#666666));
        background-image:-webkit-linear-gradient(#888888, #666666);
        background-image:-moz-linear-gradient(#888888, #666666);
        background-image:linear-gradient(#888888, #666666);
        -pie-background:linear-gradient(#888888, #666666);
        -webkit-border-radius:0 0 10px 10px;
        -moz-border-radius:0 0 10px 10px;
        border-radius:0 0 10px 10px;
        -webkit-box-shadow:0 3px 5px #888888;
        -moz-box-shadow:0 3px 5px #888888;
        box-shadow:0 3px 5px #888888;
        margin-top:0;
        list-style:none outside none;
    }
    
    #sticky_box > ul > li {
        float: left;
        margin: 7px 0 0 14px;
    }
	#home #header{
		background:url(images/bg_header_home.gif) no-repeat 0 0;		
		}						
	#content{
		background:#fff;
		padding-top:0;
		padding-bottom:17px;
		font-size:12px;
		position:relative;
		}	
	#home_main{
		float:left;
		display:inline;
		width:450px;
		margin-left:17px;
		padding-top:10px;
		}											
	#main{
		float:left;
		display:inline;
		width:681px;
		margin-left:17px;
		}
	#main.nosidebar{
		width:918px;
		margin-right:17px;
		}
	#home_side{
		float:left;
		display:inline;	
		width:450px;	
		margin-left:17px;
		}
	.side{
		float:left;
		display:inline;	
		width:371px;	
		margin-left:17px;
		}
	#footer{
		background:#5b8a9a;
		padding:1em 0;
		font-size:12px;
		color:#fff;
		}	
	#footer .side{
		width:177px;
		}				

/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			position:absolute;
			right:0;
			top:100px;
			height:32px;
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:42px;		
			line-height:38px;			
			margin-left:15px;
			font-size:15px;			
			font-weight:bold;
			text-transform:uppercase;
			}	
		ul#nav li a{
			float:left;
			display:inline;
			height:38px;		
			line-height:38px;			
			color:#333;
			padding:0 10px;
			}	
		ul#nav li.selected{
			background:url(images/bg_navsel.gif) no-repeat 50% 100%;
			}
		ul#nav li.selected a, ul#nav li a:hover{
			background:#7ab3c4;
			color:#fff;
			}									
	
	/* //main nav */
	


	/* //main nav */
	
/* //navigation elements */


/* header */

	#header h1{
		position:absolute;
		margin:0;
		padding:0;
		width:250px;
		height:95px;
		top:7px;
		left:30px;
        z-index:10;
		}
	#header h1 a{
		display:block;
		height:84px;
		}
	#meta{
		position:absolute;
		float:left;
		margin:0;
		width:388px;
		overflow:hidden;
		height:39px;
		line-height:36px;		
		top:0;
		right:0;
		text-align:center;
		font-size:12px;
		}				
	#meta a{
		text-decoration:underline;
		}	
	#subscribe{
		position:absolute;
		margin:0;
		top:58px;
		right:0;
		}
	#subscribe a{
		float:left;
		text-align:right;
		height:40px;
		line-height:46px;		
		padding-right:50px;
		background:url(images/ico_subscribe.gif) no-repeat 100% 0;	
		font-size:14px;
		font-weight:bold;
		color:#333;		
		}						
	#shopping_cart{
		position:absolute;
		margin:0;
		top:58px;
		right:0;
		vertical-align:top;
		}
	#shopping_cart a.cart {
		float:right;
		text-align:right;
		height:40px;
		margin-top:4px;
		line-height:46px;		
		padding-right:50px;
		background:url(images/cart.png) no-repeat 100% 0;	
		font-size:14px;
		font-weight:bold;
		color:#333;		
		}						
	#shopping_cart a.icon {
		margin-right:4px;
		}						
				

/* // header */

/* content */
	
	.side .link a{
		float:left;
		height:24px;
		line-height:24px;			
		background:#f8f8f8;
		font-weight:bold;
		border-bottom:2px solid #e8e8e8;
		padding:0 10px;
		}	
	.side .link a:hover{
		border-bottom:1px solid #f1f1f1;
		border-top:1px solid #fff;			
		}	
	.summary{
		font-size:15px;
		padding:1em 30px;
		background:#f8f8f8;
		line-height:160%;
		}
	.note{
		padding:1em 30px;
		background:#5b8a9a;
		line-height:160%;
		border:1px solid #ccc;	
		color:#fff;
		font-weight:bold;
		}		

	/* // intro & preview */							
	
		#intro{
			background:#c9c9c9 url(images/bg_intro.gif) no-repeat 0 0;
			min-height:258px;
			overflow:hidden;
			}		
		* html #intro{		
			height:258px;
			}				
		#intro h3{ 		
			height:80px;
			}	
		#intro p{ 
			margin:.5em 30px;
			font-size:14px;
			line-height:160%;
			}	
		#intro p.link{
			margin-top:2em;
			}
		#intro p.link a{ 
			display:block;
			float:none;
			height:50px;
			line-height:50px;
			background:#fff;					
			text-align:center;
			font-size:20px;
			font-weight:bold;
			letter-spacing:-0.05em;
			border-bottom:2px solid #aaa;
			}			
		#intro p.link a:hover{ 
			margin-top:2px;
			color:#333;
			border-bottom:1px solid #aaa;
			}					
		#preview{
			width:530px;
			height:241px;
			overflow:hidden;
			margin-top:17px;
			}	
		
	/* // intro & preview */						

	/* blog excerpt list */	
	
		ul.blog,  
		ul.blog li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.blog{
			border-top:1px solid #e5e5e5;
			}	
		ul.blog li{
			border-bottom:1px solid #e5e5e5;
			background:#f8f8f8;
			padding:1em 30px;
			margin-bottom:1px;
			}	
		ul.blog li p{
			margin:.5em 0;
			}	
		ul.blog li h3{
			margin:.5em 0 .25em 0;
			}				
		ul.blog li p.info{
			font-size:10px;
			margin:0 0 1em 0;
			border-bottom:1px solid #e5e5e5;
			}				
		ul.blog li p.info ul {
			font-size:10px;
			margin:0 0 1em 0;
			list-style:none;
			border-bottom:1px solid #e5e5e5;
			}				
		ul.blog li p.info ul li {
			font-size:10px;
			margin:0 0 1em 0;
			list-style:none;
			}				
		ul.blog li .link{
			margin-top:1em;
			height:24px;
			line-height:24px;			
			}	
		ul.blog li .link a{
			float:left;
			height:24px;
			line-height:24px;			
			background:#fff;
			font-weight:bold;
			border-bottom:2px solid #f1f1f1;
			padding:0 10px;
			}	
		ul.blog li .link a:hover{
			border-bottom:1px solid #f1f1f1;
			border-top:1px solid #f8f8f8;			
			}												
	
	/* // blog excerpt list */

/* password protected changes .... */
.post-password-form label {
    width:auto;
    font-weight: bold;
}
.post-password-form input {
    width:auto;
}

	/* form */
																				
		form{
			margin:1.5em 0;
			padding-top:.5em;
			}
		fieldset{
			margin:0;
			padding:0;
			border:none;
			}			
		legend{
			display:none;
			}			
		label{
			float:left;
			width:120px;
			margin-left:30px;
			}	
		input, textarea{
			width:250px;
			border:1px solid #ccc;
			padding:5px;
			}
		#commentform input {
			width:500px;
		}
		textarea{
			height:120px;
			overflow:auto;
			}
		textarea#comment {
			margin-left:150px;
			width:500px;
		}
		#commentform #submit {
			margin-left:150px;
			width:120px;
		}
		form p{
			clear:both;		
			margin:0;
			padding:8px 0;
			background:#f8f8f8;
			margin-bottom:1px;
			}	
		form p.submit{
			background:none;
			text-align:right;
			}				
		button{
			border:none;
			padding:5px 15px;
			margin:0;
			background:#5b8a9a;	
			color:#fff;
			font-weight:bold;
			font-size:15px;
			cursor:pointer;
			text-transform:uppercase;
			}										
					
	
	/* // form */		

/* // content */

/* footer */

	#footer .main{
		float:left;
		display:inline;
		width:500px;
		margin-left:47px;
		}	
	#footer a{
		color:#fff;
		text-decoration:underline;
		}					
		

	ul#footerNav{
		float:right;
		margin:1em 0;
		padding:0;
        font-size:large;
		}
	#footerNav li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}	
	#footerNav li a{
		color:#333;
		text-decoration:underline;
		}					

/* // footer */
/* Easy Slider */

	#marquee {
		margin-left:128px;
		width:696px;
		position:relative;
	}
	#marquee h2 {
		text-shadow: 5px 5px 10px #666666;
		filter: dropshadow(color=#666666, offx=5, offy=5);
		margin:0;
		padding:20px;
		text-align:center;
		color:#1a6075;
	}
	#marquee #videogallery a.videothumb {
		width:360px;
		float:left;
	}
	#marquee #icontact {
		width:330px;
		float:left;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#product_navigation {
	margin-left:1px;
	width:950px;
	height:65px !important;
	position:relative;
}
#product_navigation ul {
	margin-left:0 !important;
}
#product_navigation li {
	display:inline;
}
#product_navigation a {
	color:#048AC3;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:65px;
	padding-top:22px;
	text-align:center;
}
#product_navigation a:hover {
	text-decoration:underline;
}
#product_navigation ul li {
	background:url(images/product_nav_middle.jpg) no-repeat 0 0;
	height:65px;
	width:140px;
}
#product_navigation ul li a {
	background:url(images/product_nav_middle.jpg) no-repeat 0 0;
	height:65px;
	width:140px;
}
#product_navigation li#product_nav_first {
	background:url(images/product_nav_first.jpg) no-repeat 0 0;
	height:65px;
	width:140px;
}
#product_navigation li#product_nav_first a {
	background:url(images/product_nav_first.jpg) no-repeat 0 0;
	height:65px;
	width:140px;
}
#product_navigation li#product_nav_last {
	background:url(images/product_nav_last.jpg) no-repeat 0 0;
	width:162px;
}
#product_navigation li#product_nav_last a {
	background:url(images/product_nav_last.jpg) no-repeat 0 0;
	color:#FFFFFF;
	height:65px;
	width:162px;
}
#product_navigation li#product_nav_last a:hover {
	background:url(images/product_nav_last_hover.jpg) no-repeat 0 0;
	color:#FFFFFF;
	text-decoration:underline;
	height:65px;
	width:162px;
}
.blogpost {
	clear: both;
	margin-bottom: 45px;
	padding-bottom: 40px;
	overflow: hidden;
	}
	
.singleblog{overflow:hidden;}

ul.meta {
	margin: 0 0 25px 0;
	}
	
ul.meta li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	margin-right: 10px;
	padding-left: 12px;
	text-transform: uppercase;
	}
	
ul.meta li:first-child {
	border: none;
	padding-left: 0;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 8px 0;
	}
	
.alignright {
	float: right;
	margin: 0 0 8px 10px;
	}
	
.aligncenter {
	margin: 10px auto;
	}
#sidebar{
	/*float:left;*/
    position: absolute;
    top: 10px;
    right: 15px;
	display:inline;	
	width:220px;	
	margin-left:17px;
	}
#sidebar .link a{
	float:left;
	height:24px;
	line-height:24px;			
	background:#f8f8f8;
	font-weight:bold;
	border-bottom:2px solid #e8e8e8;
	padding:0 10px;
	}	
#sidebar .link a:hover{
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #fff;			
	}	
#sidebar ul {
	margin: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 25px;
	}

#sidebar ul li#search-3 {
    margin-bottom: 25px;
    }
	
.hidden{display:none;}
	
form#searchform #s {
	padding:4px;
	height:18px;
	font-size:16px;
    width: 150px;
}
	
form#searchform #searchsubmit {
    display: none;
    }
form#searchform div label {
    display: none;
    }

form#searchform #s {
/*    background: url("images/search.png") no-repeat right #f6f6ec;
    border: 1px solid #E8E3C8;
	*/
	background: #c8c8c8;
	border: 1px solid #b0b0b0;
}
	
form#searchform #s:focus {
	background: #f6f6ec;
	border: 1px solid #E8E3C8;
}
	

.MailPressFormEmail {
    padding: 7px 29px 7px 7px;
    width: 150px;
    background: url("images/email_open_image.png") no-repeat right #f6f6ec;
    border: 1px solid #E8E3C8;
    }
	
.MailPressFormSubmit {
    display: none;
    }
	
.MailPressFormEmail:focus {
    border: 1px solid #dad4b6;
    }

#sidebar ul li ul.social_networking {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
#sidebar ul li ul.social_networking li {
	margin-left:0;
	list-style:none;
	height:24px;
	padding-left:30px;
	padding-top:4px;
	vertical-align:middle;
	margin-bottom:5px;
}
#sidebar ul li ul.social_networking li a {
	color:#666;
	text-decoration:none;
	vertical-align: middle;
}

li.rss_link {
	background:url(images/feed.png) no-repeat;
}
li.blog_link {
	background:url(images/blogger.png) no-repeat;	
}
li.facebook_link {
	background:url(images/facebook.png) no-repeat;
}
li.twitter_link {
	background:url(images/twitter.png) no-repeat;
}
li.youtube_link {
	background:url(images/youtube.png) no-repeat;
}
li.myspace_link {
	background:url(images/myspace.png) no-repeat;
}
li.linkedin_link {
	background:url(images/linkedin.png) no-repeat;
}
#sidebar ul li ul {
list-style-image:none;
list-style-type:none;
margin-left:0;
}
#sidebar ul li ul li {
margin-left:-30px;
margin-bottom:10px;
}
#main .left_column {
	width:325px;
    float:left;
}
#main .right_column {
width:325px;
margin-right:17px;
float:right;
}
.product_header {
	margin-top:10px;
	font-size:15px;
	border-bottom:dotted 1px #1A6075;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:5px;
}
#main .product_list {
	width:667px;
	border: 1px solid black;
}
#main.nosidebar .product_list {
    margin: 0 auto;
}
div.title_bar {
	display: block;
	height:88px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	padding: 1px 3px;
	background-image: url("images/AccordionTab0.gif");
    clear:both;
	overflow:hidden;
}
div.title_bar:hover {
	background-color: white;
	background-image: url("images/AccordionTab2.gif");
}
.product_list div.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("images/AccordionTab2.gif");
}
.product_list, .product_list a {
/*	color:#DB4704; */
}
.product_list a:hover {
	text-decoration:underline;
}
.product_list .thumb {
    clear:both;
    float:left;
}
.product_list .description {
    float:left;
	margin: 4px 3px;
	width:290px;
}
.product_list .description h2 {
	margin: 0;
}
.product_list .price {
    float:right;
}
.product_detail {
	clear: both;
	padding:3px;
}
.price img {
	vertical-align:top;
}
.price h1 {
	font-weight:bold;
	margin: 10px 0 0 0;
}
.price .cost {
    float:left;
}
.cost .crossout {
    text-decoration: line-through;
}
.price .buy-button {
    margin-top: 10px;
    float:left;
}
.price .sale-price {
    color:red;
}

ul.tabs {
	display:block;
	list-style:none;
	padding:0;
}
ul.tabs li {
	margin-left:3px;
	margin-right:0px;
	width:130px;
	height:54px;
	text-align:center;
	float:left;
	background-color:#c4e1ea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
ul.tabs li a {
	vertical-align:middle;
	color:#000;
}

ul.tabs li.selected, ul.tabs li.selected a {
	background-color:#7ab3c4;
	color:#fff;
}
ul.tabs li:hover, ul.tabs li:hover a {
	background-color:#7ab3c4;
	color:#fff;
}
.product_list .info {
	cursor:pointer;
}
.product_list h2.info {
	margin:0;
}
.product_tab h3 {
	font-size:15px;
	margin-top:18px;
}

.link,
.link a,
.signupframe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.link,
.link a {
	text-decoration: none;
}
.signupframe {
	padding:10px;
}
.signupframe input {
	width:150px;
}
.signupframe input[type=submit] {
	-moz-box-shadow:inset 0px 1px 14px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 14px 0px #caefab;
	box-shadow:inset 0px 1px 14px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:4px solid #268a16;
	display:inline-block;
	color:#fff;
	font-family:arial;
    width:200px;
	font-size:24px;
	font-weight:bold;
    padding: 6px 24px 6px 25px;
	text-decoration:none;
	text-shadow:1px 1px 6px #aade7c;
}
.signupframe input[type=submit]:hover {
                background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
                background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
                background-color:#5cb811;
}
/* red buttons...
.signupframe input[type=submit] {
  width:200px;
  font-weight:bold;
  background: #ff6d45;
  background-image: -webkit-linear-gradient(top, #ff6d45, #e0432a);
  background-image: -moz-linear-gradient(top, #ff6d45, #e0432a);
  background-image: -ms-linear-gradient(top, #ff6d45, #e0432a);
  background-image: -o-linear-gradient(top, #ff6d45, #e0432a);
  background-image: linear-gradient(to bottom, #ff6d45, #e0432a);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 14px #caefab;
  -moz-box-shadow: 0px 1px 14px #caefab;
  box-shadow: 0px 1px 14px #caefab;
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  padding: 6px 24px 6px 25px;
  border: solid #d1240e 4px;
  text-decoration: none;
}

.signupframe input[type=submit]:hover {
  background: #e0432a;
  background-image: -webkit-linear-gradient(top, #e0432a, #ff6d45);
  background-image: -moz-linear-gradient(top, #e0432a, #ff6d45);
  background-image: -ms-linear-gradient(top, #e0432a, #ff6d45);
  background-image: -o-linear-gradient(top, #e0432a, #ff6d45);
  background-image: linear-gradient(to bottom, #e0432a, #ff6d45);
  text-decoration: none;
}
*/
.signupframe input[type=submit]:active {
                position:relative;
                top:1px;
}
#flyer {
    margin-top: 30px;
	margin-bottom: 10px;
}
#flyer p {
	font-size:18px;
	padding: 30px 10px 10px;
}
#flyer a {
	text-decoration:underline;
}
.signupframe table {
	padding: 10px 20px;
}
.signupframe .required {
	font-size: 10px;
}
form#icpsignup7182 {
	margin:0;
	padding:0;
}
#new_marquee {
	background:transparent;
	/*margin-bottom:30px;*/
}
#new_marquee form p {
	background:transparent;
}
#new_marquee table {
	color:#eeeeee;
}
#new_marquee #videogallery {
	width:520px;
	height: 320px;
	padding: 40px;
	float:left;
	background: #0c2637; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #0c2637 0%, #2989d8 50%, #10394f 51%, #0c3b57 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0c2637), color-stop(50%,#2989d8), color-stop(51%,#10394f), color-stop(100%,#0c3b57)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(-45deg,  #0c2637 0%,#2989d8 50%,#10394f 51%,#0c3b57 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(-45deg,  #0c2637 0%,#2989d8 50%,#10394f 51%,#0c3b57 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(-45deg,  #0c2637 0%,#2989d8 50%,#10394f 51%,#0c3b57 100%); /* IE10+ */
	
	background: linear-gradient(135deg,  #0c2637 0%,#2989d8 50%,#10394f 51%,#0c3b57 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2637', endColorstr='#0c3b57',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#new_marquee #videogallery .videothumb {
	width:360px;
	margin:0;
}
#sidebar #icontact, #new_marquee #icontact {
	color:#333333;
	width:342px;
	height: 390px;
	float:left;
	background: #fbc725; /* Old browsers */
	
	border: 5px #fff solid;
	
	margin-bottom:30px;
}
#new_marquee #icontact h2 {
	color:#333333;
}
#new_marquee #icontact a {
	color:#aaaaaa;
	cursor:pointer;
}
#new_marquee h2 {
	margin:0;
	color:#eeeeee;
	padding: 0 0 20px;
	text-align:left;
}

#sidebar #icontact {
	color:#333333;
	width:222px;
	height: 400px;
	float:left;
	background: #fbc725; /* Old browsers */
	
	border: 5px #fff solid;
	
	margin-bottom:30px;
}
#sidebar form p {
	background:transparent;
}
#sidebar #icontact table, #sidebar #icontact h2 {
	color:#333333;
}
#sidebar #icontact a {
	color:#aaaaaa;
	cursor:pointer;
}
#sidebar .signupframe {
	font-size:10px;
}
#sidebar #flyer p {
	font-size:16px;
}
#sidebar .signupframe input {
	width:110px;
}
#sidebar .signupframe input[type="submit"] {
	font-size:20px;
	width:150px;
}
#sidebar h2 {
	margin:0;
	color:#eeeeee;
	padding: 0 0 20px;
	text-align:left;
}

/* Social Icons
====================================*/

/* Header Icons */
.social-icons {
	margin: 0;
	float: right;
}

.social-icons.about {
	float: left;
	margin: 0 0 0 -5px;
}

.social-icons li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-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;
}

.social-icons li.search {
	display: inline;
	list-style: none;
	text-indent: 0;
	margin-left: 5px;
	float: left;
}
li.search form {
	margin:0;
	padding:0;
	font:75% Arial, Helvetica, sans-serif;
}

.social-icons li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 28px;
	width: 28px;
}

.social-icons li.ilt a {
	width: 79px;
}

.social-icons li:hover {background-position: 0 -38px;}

/* Social Widget Icons */
#social a {
	width: 28px;
	height: 28px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	text-indent: -9999px;
	background-position: 0 -38px;
}

#social .ilt a {
	width: 79px;
	height: 28px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	text-indent: -9999px;
	background-position: 0 -38px;
}

#social a img{
	border: none;
}

/* Icon List */
.ilt {background: url(//www.humintell.com/wp-content/themes/ccd_humintell/images/social/ilt.png) no-repeat;}
.facebook {background: url(//www.humintell.com/wp-content/themes/ccd_humintell/images/social/facebook.png) no-repeat;}
.twitter {background: url(//www.humintell.com/wp-content/themes/ccd_humintell/images/social/twitter.png) no-repeat;}
.youtube {background: url(//www.humintell.com/wp-content/themes/ccd_humintell/images/social/youtube.png) no-repeat;}
.login {background: url(//www.humintell.com/wp-content/themes/ccd_humintell/images/social/lock.png) no-repeat;}
.cart {background: url(//www.humintell.com/wp-content/themes/ccd_humintell/images/social/cart.png) no-repeat;}

#social_header1 {
	left:0;
	padding: 10px 0;
	position:absolute;
	top: 0;
	width:100%;
	z-index:5;
}

#scroller li {
	float: left;
	width: 100px;
	height: 50px;
}

.scroller_label {
	font-size:16px;
	text-shadow:2px 2px 2px #ccc;
	width:150px;
	text-align:right;
	float:left;
	color:#C33;
	text-transform:uppercase;
	margin-right:30px;
}
.scroller_div {
	float:left;
	margin-bottom:10px;
	margin-right:30px;
}
.rounded-img1, .1product_group_image {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
}
.ic_container{
    vertical-align:baseline;
    margin:10px;
    position:relative;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
}
.overlay{
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ic_caption{
    position:absolute;    
    opacity:0.6;   
    overflow:hidden;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    cursor:default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ic_category{
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:3px;
    padding:5px;
    margin:0px;
}
.ic_caption h3{
    padding:0px 5px 5px 5px;
    margin:0px;
    font-size:20px;
}
.ic_text{
    padding:5px;
    margin:0px;
    text-align:justify;
    font-size:14px;

}
.ic_container, .ic_caption {
	cursor:pointer;
}


.signupframe2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.signupframe2 {
	padding:10px;
}
.signupframe2 input {
	width:250px;
}
.signupframe2 input[type=submit] {
	background-color:#77d42a;
    display:inline-block;
	color:#fff;
	font-family:arial;
    width:260px;
	font-size:16px;
	font-weight:bold;
    text-decoration:none;
}
.signupframe2 input[type=submit]:hover {
                background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
                background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
                background-color:#5cb811;
}
.signupframe2 input[type=submit]:active {
                position:relative;
                top:1px;
}
.signupframe2 table {
	padding: 10px 20px;
}
.signupframe2 .required {
	font-size: 10px;
}
.signupframe2 h3 {
	margin: 0;
    font-weight:bold;
    text-align:center;
}
#flyer.signupframe2  p {
	font-size:18px;
	padding: 20px 10px 10px;
}
#sidebar .signupframe2 {
	font-size:10px;
}
#sidebar .signupframe2 input {
	width:180px;
}
#sidebar .signupframe2 input[type="submit"] {
	font-size:11px;
	width:190px;
}
#sidebar #flyer p {
	font-size:14px;
}

a.access_button {
    float: left;
    height: 27px;
    vertical-align: middle;
    background: yellow;
    padding: 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    line-height: 28px;
    border: 1px solid #b0b0b0;
}
