/*   
Theme Name: Loup Electronics
Description: Custom Wordpress theme for Loup Electronics
Author: Loup Electronics
Version: 1
*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header-wrap {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
}
#contact-info #contact-text {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 100px;
	width: 246px;
	padding-top: 20px;
	text-align: center;
}
#logo {
	padding-top: 0px;
	float: left;
	margin-top: 10px;
	width: 433px;
}
#contact-info {
	float: right;
	padding-top: 9px;
	width: 480px;
}
#navigation {
	clear: both;
	text-align: right;
	z-index: 500;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: right;
	z-index: 1000;
}

#tags {
	font-size: 11px;
	font-weight: normal;
}
-
#tags a:link {
	font-size: 11px;
	font-weight: normal;
}

#tags a:visited {
	font-size: 11px;
	font-weight: normal;
}
#nav a:link {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: normal;
}
#nav a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: normal;
}
#nav a:hover {
	color: #00362E;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #C0BA89;
	border-bottom-color: #C0BA89;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: -2px;
	border-bottom-width: 2px;
	z-index: 1000;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li { /* all list items */
	float: left; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 191px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #C0BA89;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	padding-bottom: 4px;
	z-index: 1000;
}
#nav li ul li {
	float: left;
}
#nav li ul li a:link {
	text-transform: capitalize;
	width: 175px;
	padding-bottom: 2px;
}
#nav li ul li a:hover {
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	background-color: transparent;
	padding-bottom: 2px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#header-wrap #header-stripe {
	height: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #c0ba89;
}
#main-wrap {
	background-image: url(images/top-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main-content {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
}
#sections {
	padding-right: 6px;
	padding-left: 12px;
	padding-top: 15px;
}
#right-section {
	float: right;
	width: 452px;
	_margin-right: -10px;
}
#left-section {
	float: left;
	width: 452px;
	_margin-left: -10px;
}
.sub-section {
	float: left;
}
.sub-section-right {
	float: right;
}
.section-links {
	padding-left: 20px;
	padding-right: 18px;
}
.section-links ul, .section-links li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.section-links li a:link {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border: 1px solid #C0BA89;
	padding: 10px;
	margin-top: 2px;
	margin-right: 2px;
	_margin-right: 10px;
	width: 183px;
	_width: 175px;
	display: block;
	float: left;
}
.section-links  li  a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border: 1px solid #C0BA89;
	padding: 10px;
	margin-top: 2px;
	margin-right: 2px;
	_margin-right: 10px;
	width: 183px;
	_width: 175px;
	display: block;
	float: left;
}
.section-links a:hover {
	background-color: #e5e2c9;
}
#promotion{
	text-align: right;	
}
#promotion img{
	padding-top: 15px;	
}
#main-text {
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 40px;
	padding-bottom: 40px;
}
#main-text2 {
	height:468px;
}
#main-text p {
	color: #1E1E1E;
	font-size: 13px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main-text h1 {
	color: #004D3F;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 32px;
}

#main-text2 a:link{
	color: #004D3F;
	text-decoration: none;
	background-image: none;
}
#main-text2 a:hover{
	color: #666666;
	text-decoration: underline;
	background-image: none;
}
#main-text2 a:visited{
	color: #004D3F;
	text-decoration: none;
	background-image: none;
}

#main-text h1 a:link{
	color: #004D3F;
	text-decoration: none;
	background-image: none;
}
#main-text h1 a:visited{
	color: #004D3F;
	text-decoration: none;
	background-image: none;
}
#main-text h1 a:hover{
	color: #666666;
	text-decoration: none;
	background-image: none;
}
#main-text  h2 {
	color: #004D3F;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 18px;
	font-weight: normal;
}
#main-text  h2 a:link{
	color: #004D3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
#main-text  h2 a:visited{
	color: #004D3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
#main-text  h2 a:hover{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
#main-text   h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
}
#main-text h4 {
	font-size: 18px;
	color: #999;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
#main-text ul {
	font-size: 13px;
	color: #1E1E1E;
	line-height: 18px;
}
#main-text  ol {
	font-size: 14px;
	color: #1E1E1E;
	line-height: 18px;
}
#main-text ol li {
	margin-top: 10px;
}
#main-text a:link {
	font-weight: bold;
	color: #004D3F;
}
#main-text  a:visited {
	font-weight: bold;
	color: #004D3F;
}
#main-text   a:hover {
	font-weight: bold;
	color: #333333;
}
#search {
	font-weight: normal;
	color: #666666;
	font-size: 12px;
	z-index: 1;
	float: right;
}
#search #s {
	padding: 3px;
	border: 1px solid #CCC;
	font-size: 11px;
	color: #333;
	width: 190px;
}
#search #submit {
	padding: 2px;
	border: 1px solid #CCC;
	font-size: 11px;
	color: #333;
}
.thumb img {
	height: auto;
	width: 150px;
}
.read-more {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #004D3F;
	text-decoration: none;
}
.thumbnail {
	margin-left: 25px;
}
#left-content {
	float: left;
	width: 550px;
}
#left-content input {
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #333;
}
#left-content textarea {
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	width: 365px;
}

#right-content {
	float: right;
	width: 285px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dad7b9;
	padding-bottom: 30px;
	margin-top: 40px;
	padding-top: 10px;
	padding-left: 20px;
}

#right-text {
	margin-left: 20px;
}
#right-text img {
	margin-bottom: 15px;
}
#footer-wrap {
	background-image: url(images/footer-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 110px;
	clear: both;
}
#footer {
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#footer a:link {
	color: #004D3F;
	font-weight: bold;
}
#footer a:visited {
	color: #004D3F;
	font-weight: bold;
}
#footer p {
	font-size: 13px;
	color: #333333;
	line-height: 16px;
}
.box-content {
	float: left;
	margin-right: 5px;
}
#main-wrap #main-content #main-text #left-content .box-content p {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

/* Easy CSS Tooltip - by Koller Juergen [www.kollermedia.at] */
a:hover {text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {
	display:none;
	margin-left:8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	border:1px solid #cccccc;
	color:#6c6c6c;
	margin-top: -25px;
	background-color: #FFF;
}
.clearfix:after {  
     content: ".";  
     display: block;  
     clear: both;  
     visibility: hidden;  
     line-height: 0;  
     height: 0;  
}  
   
.clearfix {  
    display: inline-block;  
}  
  
html[xmlns] .clearfix {  
    display: block;  
}  
  
* html .clearfix {  
    height: 1%;  
}

.page-img {
	float: right;
	margin-left: 15px;
	width: 170px;
	clear: left;
}
page-img2 {
	clear: left;
}
.page-img img {
	width: 165px;
	height: auto;
	text-align: center;
}
.page-img2 img {
	width: 110px;
	height: auto;
}
.downloads img {
	width: 175px;
	height: auto;
}
.product {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	float: left;
	width: 189px;
	margin-right: 10px;
	height: 320px;
}
.product2 {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	float: left;
	width: 120px;
	margin-right: 10px;
	height: 150px;
}
.product2:hover {
	border: 2px solid #C0BA89;
	margin-bottom: 9px;
	margin-right: 9px;
	padding-top: 9px;
	padding-left: 9px;
}


.product:hover {
	border: 2px solid #C0BA89;
	margin-bottom: 9px;
	margin-right: 9px;
	padding-top: 9px;
	padding-left: 9px;
}

.read-more {
	padding: 5px;
	float: left;
	font-weight: normal;
	color: #FFF;
	background-color: #E5E1C5;
	border: 1px solid #c0ba89;
}
.read-more a:link {
	text-decoration: none;
}
.read-more a:visited {
	text-decoration: none;
}
.read-more a:hover {
	text-decoration: none;
}
.post-excerpt {
}
#contact input {
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #333;
}
#contact textarea {
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	width: 365px;
}
.view-more {
	font-size: 10px;
	text-decoration: none;
	float: right;
	padding-right: 20px;
	padding-top: 5px;
}
.view-more a {
	color: #666;
	text-decoration: none;
}
#search-crumbs  {
	padding-top: 15px;
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#crumbs  {
	color: #999;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	float: left;
}
#crumbs a:link {
	color: #999;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
#crumbs a:visited {
	color: #999;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
#crumbs a:hover {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}


.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
#thumbnail img {
	height: auto;
	width: 250px;
}
.ngg-galleryoverview {
	background-color: #E8E8E8;
	padding: 5px;
	border: 1px solid #CCC;	
}.pdf {
	background-color: #E0E0E0;
	padding: 7px;
	border: 1px solid #CCC;
	width: 175px;
}
#guide-images img {
}
#main-text p.pdf {
	font-size: 18px;
	color: #004D3F;
}
#sidebar-content img {
	height: auto;
	width: 250px;
}
#cart-listing input {
	padding: 0px;
	height: auto;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#store-items {
	float:right;
	width:600px;	
}

.store-product {
	width: 100%;
	border: 1px solid #CCC;
	padding: 5px;
	height: 50px;
	margin-bottom: 10px;
	clear: both;
}
.cart66_edit_product_link {
	display: none;
}
.store-img {
	float: left;
	width: 50px;
	margin-right: 30px;
}
.store-info {
	width: 450px;
}
.store-img img {
	height: 50px;
	width: auto;
	text-align: center;
}

.add-cart {
	float:right;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#store-items .store-product .add-cart p {
	margin: 0px;
	padding: 0px;
}

#left-content .add-cart input {
	height: auto;
	width: 125px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.store-product .store-info .Cart66Price {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#store-menu ul li {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004a3e;
	background-color: #e5e2c9;
	padding: 15px;
	width: 200px;
	border: 1px solid #c5c092;
	margin-bottom: 10px;
	clear: left;
	margin-left: 0px;
	list-style-type: none;
}
#store-menu ul {
	margin: 0px;
	padding: 0px;
}
#store-img {
	float: right;
	margin-top: -9px;
	margin-left: 20px;
}
#main-text #left-content #calculator p {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
}
#main-text #left-content #calculator #money {
	font-size: 36px;
	font-weight: bold;
	color: #060;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#calculator {
	float: left;
	width: 225px;
	border: 1px solid #CCC;
	margin-right: 25px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.promo_slider_nav {
    background-color: none;
    bottom: 0;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin: 10px;
	margin-right:430px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 101;
}



/* CSSTerm.com Simple CSS menu */

.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:185px;
    list-style-type: none;
}

.menu_simple ul li a {
	text-decoration: none;
	color: #333;
	padding: 10.5px 11px;
	background-color: #FFFFFF;
	display:block;
}

.menu_simple ul li ul li a {
	text-decoration: none;
	display:block;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 15px;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
	color: white;
	background-color: #E0DAC2;
}

#left-menu {
	padding: 5px;
	border: 1px solid #CCC;
}

.box {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-text .box h3 {
	font-size: 16px;
	font-weight: bold;
	color: #004D3F;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#ngg-custom .ngg-galleryoverview {
	width:208px;
	margin-top: 0px;
}

#ngg-custom h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #004D3F;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ngg-custom p {
	font-size: 12px;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}