/*
Theme Name: NassaumTheme
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: dasinfomedia.com
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
/* Common CSS */

#suckerfishnav {
    font-size:18px;
    font-family:Georgia;
    font-weight:bold;
	margin-left:30px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:38px;
    padding:0;
    margin:0px;

    }
#suckerfishnav a {
    display:block;
    color:#8c5086;
    text-decoration:none;
    padding:0px 10px;
	font-family:Georgia;
	font-size:20px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
	background:url('images/menu-div.gif') right top no-repeat;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:100px;
    font-weight:bold;
    font-family:Georgia;
	color:#e0e9c8;
	height:30px;
	border: 1px solid #FFFFFF;
	background:transparent;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    font-size:12px;
    color:#e0e9c8 !important;
	background:none; 
	background-image:none !important ;
	 height:27px;

    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    }

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
background:none;

    }
	
	
#suckerfishnav li ul li li a {color:#FFFFFF; background:none; }
#suckerfishnav li:hover a
{ 
background:url(images/classes-over.gif) top center no-repeat;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#8c5086;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#8c5086;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
  
    }

ul{list-style:url(images/bullet.png);margin:10px 0 13px 0;padding:0px;padding-left:13px;}
ul li{padding-bottom:8px;padding-left:0px;padding-top:0px;padding-right:0px;text-align:left;font-size:13px;}
    

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
/*	line-height: 17px;*/
}
.justi {
	text-align: justify;
}

/* Heights */
.height-5 {
	height: 5px;
}
.height-10 {
	height: 10px;
}

/* Links */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C5086;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C5086;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C5086;
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C5086;
	text-decoration: none;
	font-weight: bold;
}

.footerlink:link
{
	font-family: Tahoma, Arial, "Times New Roman", sans-serif;
	font-size: 11px;
	color: #D14472;
	text-decoration: none;
}
.footerlink:hover
{
	font-family: Tahoma, Arial, "Times New Roman", sans-serif;
	font-size: 11px;
	color: #D14472;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #85955E;
}
.footerlink:visited
{
	font-family: Tahoma, Arial, "Times New Roman", sans-serif;
	font-size: 11px;
	color: #D14472;
	text-decoration: none;
}
.footerlink:active
{
	font-family: Tahoma, Arial, "Times New Roman", sans-serif;
	font-size: 11px;
	color: #D14472;
	text-decoration: none;
}

/* Background colours */
.menu-bg {
	background-color: #E0E9C8;
}
.table-bg {
	background-color: #FDF8F1;
}
.p-table-bg {
	background-color: #EFE0EB;
}
.white-bg {
	background-color: #FFFFFF;
}
.bullet-bg {
	background-color: #FEFCF8;
	border: 1px solid #E0D6DE;
}




.call-head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #D14472;
}



/* Table border related style */
.top-border {
	background-color: #FDF8F1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0D6DE;
}
.right-border {
	background-color: #FDF8F1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0D6DE;
}
.bottom-border {
	background-color: #FDF8F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0D6DE;
}
.left-border {
	background-color: #FDF8F1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0D6DE;
}

.p-top-border {
	background-color: #EFE0EB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BD9DB5;
}
.p-right-border {
	background-color: #EFE0EB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BD9DB5;
}
.p-bottom-border {
	background-color: #EFE0EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BD9DB5;
}
.p-left-border {
	background-color: #EFE0EB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BD9DB5;
}


/* Text */
.footer-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}
.pink-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D14472;
}
.pur-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C5086;
	font-weight: bold;
}

.heading-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #8C5086;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #BD9DB5;
}
.txt-area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #BD9DB5;
}


#interContainer{

	position: absolute;

	width: 670px; /*Width of interstitial box*/

	left: 0;

	top: 0;

	padding: 16px;

	padding-top: 0;

	/*	background-color: #d0e47e;*/

/*	border: 1px solid black;*/

	visibility: hidden;

	z-index: 6;

	background-image: url(../images/cut-coupon.gif);

	background-repeat: no-repeat;

}



#interContainer .headerbar{ /*CSS for header bar of interstitial box*/

/*color: gray;*/

padding: 6px 0;

text-align: right;

}



#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/

font-size: 120%;

text-decoration: none;

}





#interContent{ /*CSS for div that holds the content to show*/

border: 1px solid #8C5086;

background-color: #FFFFFF;

}



#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/

	position: absolute;

	right: 0;

	width: 10px;

	top: 0;

	z-index: 5;

	visibility: hidden;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);

	opacity: 0.8;

	background-color: white;

	background-image: url(../images/black.png);

}


#header_left { float:left; width:280px; margin-left:30px; }
#header_left a img { border:none; }
#header_right{ float:right; width:300px; margin-top:20px; }
#header_right_left { float:left; margin-top:10px; }
#suckerfishnav li ul li:hover a {
	background:#e0e9c8 !important;
	color:#8c5086 !important;
 height:27px;
    }
    
    
#superior_companyheader {
	background-color: #000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 0px;
	opacity: 0.60;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#supfoot {
	width:100%;
	background-color: #000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top:0px;
	margin-bottom:0px;
	opacity:0.60;
	text-align:center
}
#supfoot a {
	color:#FFF;
	text-decoration: none;
}
#companyfooter {
	background-color: #000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 50px;
	opacity: 0.60;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	vertical-align:central;
}

.superior_debug{
	text-align:center;
	padding: 10px;
	font-size:10px;
	color:#666;
}

a.widget_sp_image-image-link img{margin-bottom:10px;}

div.category-discounts-promotions {
    border: medium dashed #333333;
    margin: 5px 5px 35px;
    padding: 12px;
    text-align: center;
}
