@charset "UTF-8";
*{
	margin: 0; 
	padding: 0;
}
body {
/* 	font-size: 100%; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #333 /*url(../img/public/body_background.png) repeat top left */;
	color: #000;
	font-size: 90%;
}
p + p, p:first-child{
	padding-top: 12px;
}
ul{
	padding-top: 12px;
	margin-left: 13px;
}

table{
	width: 50%;
	text-align: center;
	margin: 30px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
}
table tr th{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	padding: 2px 4px;
}
table tr td{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 4px;
}


/* Layout */
.pub_menu{
	background-color: black;
	width: 98.7%;
	padding: 0 0 4px 1.3%;
}
div.pub_menuHdiv {
	float: left;
	margin-right: 8px;
	padding-top: 7px;
}
div.pub_menuHdiv a{
	color: #FFF;
	margin-right: 8px;
}
div.pub_menuHdiv a:hover{
	color: #820219;
}
div.pub_fmenuHdiv {
	float: left;
	margin-right: 8px;
	padding-top: 10px;
	font-size:0.85em;
	line-height:1.4em;
}
div.pub_fmenuHdiv a{
	color: #FFF;
	margin-right: 8px;
	font-weight: normal;
}
.pub_leftColumn{
	width: 605px;
/* 	border: 1px solid red; */
	float: left;
	display: inline;
	margin-left: 5px;
}


.oneColFixCtrHdr #container {
	width: 935px; 
	background: #1F1D1E;
	margin-left: auto;
	margin-right: auto; 
	text-align: left; 
	color: #fff;	
}
.oneColFixCtrHdr #pub_header {
	padding-top: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #pub_header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff url(../img/public/shadow.gif) repeat-x top left;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#687D97;
}
.oneColFixCtrHdr #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#floatwrap {}

div.boxfloat {
	width: 280px; 
	float: left; 
	padding: 4px 10px 5px 0; 
	display: inline; 
	margin-right: 21px;
}
div.boxfloat2 {
	width: 280px; 
	float: right; 
	padding: 4px 10px;  
	display: inline;
}
div.boxfloat3 {
	width: 280px; 
	float: right; 
	padding: 4px 0 5px 0 
	display: inline;
}

/* Presentation */
#shadow {
	width: 100%;
	background: transparent url(../img/public/shadow2.png) repeat-y 50% 50%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hide {
	display: none;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
	font-weight: 600;
}
.roundcont2 a:link, .roundcont2 a:visited {
	color: #fff;
	font-weight: normal;
}
a:hover, a:active, .roundcont2 a:hover, .roundcont2 a:active {
	color:#820219;
}
#pub_header {
	height: 200px;
	background: #820219 url(../img/public/header_background.png) repeat-x;
}
#masthead {
	background: #000;
	width: 915px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}
#sales {
	position: absolute;
	width: 270px;
	z-index: 5;
	left: 620px;
	top: 20px;
}
#sales p {
	color: #fff;
	font-size: 1.4em;
	font-weight: 100;
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}
h2, h3{
	margin-bottom: 15px;
}
h1, h2 {
	color: #820219 /* #88959e */ ;
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
}
h1 {
	margin-bottom: 13px;
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-decoration: underline;
}
h3 {
	font-size: 1em;
/* 	margin-bottom: 10px; */
}
p, ul {
	font-weight: normal;
	font-size: .85em;
/* 	 Helvetica, Verdana, Arial, Helvetica, sans-serif; */
	color: #333;
	line-height: 1.4em;
	text-align: justify;
}
#introwrap {
	padding: 15px 10px;
	color: #333;
}
#intro p{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.85em;
}
#intro {
	color: #333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
/* 	font-size: 0.85em; */
	width: 590px;
	float: left;
	padding-top: 30px;
	margin-bottom: 28px;
}
div.logos {
	width: 130px; 
	margin: 20px auto 0 auto;
}
img a, #logos p a img  {
	outline: none;
	moz-outline: none;
	border-style: none;
}
#contact {
	width: 103px;
	margin: 10px auto;
}
#salespitch {
	width: 450px;
	margin: 0 auto;
}
#salespitch p {
	text-align: center;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}

/* without text */

#pub_menu, #pub_menu2 {
	display:block;
	height: 56px;
/* 	margin: 15px auto; */
	width: 220px;
}
.pub_loginForm{
	margin: 0 20px;
	text-align: center;
	width: 210px;
}
.pub_loginForm input{
	width: 100%;
	margin-bottom: 6px;
}
.pub_loginForm div{
	width: 100%;
	text-align: left;
	margin-bottom: 4px;
}
#pub_menu {
/* 	padding-top: 48px; */
	margin: 0px 20px 4px 20px;
}
#pub_menu ul, #pub_menu2 ul {
	list-style-type:none;
	margin: 0 0 6px 0;
	padding-top: 0px;
}
#pub_menu2 ul {
	margin: 0;
}
#pub_menu li, #pub_menu2 li {
	float:left;
	margin-right:1px;
	display:block;
	width:220px;
}
#pub_menu li.list1, #pub_menu2 li.list1 {
background:transparent url(../img/public/register-red.jpg);
}
/*f21937 januari
f312205 02.04
f125 - nasha.*/

a.pub_downloadBtn {
	width: 220px;
	height: 56px;
	display: block;
	margin-left: 185px;
	background:transparent url('../img/public/download.jpg');
}
a.pub_downloadBtn:hover {
	background:transparent url('../img/public/download_a.jpg');
}
.pub_submitNew{
	background: transparent url('../img/public/btn_small.png');
	width: 90px!important;
	height: 28px;
	border: none;
	text-align: center;
	color: white;
	padding-top: 7px;
}
.pub_submitNew:hover{
	background: transparent url('../img/public/btn_small_a.png');
}
#pub_menu a, #pub_menu2 a {
	display:block; 
	width:220px; 
	padding-top:56px; 
	height:0; 
	color:#000; 
	text-decoration:none; 
	overflow:hidden;
}
#pub_menu a:link, #pub_menu a:visited,
#pub_menu2 a:link, #pub_menu2 a:visited {
	height:56px;
	height:0;
}
#pub_menu a#item1, #pub_menu2 a#item2 {
	background:transparent url(../img/public/register-black.jpg) -220px -56px no-repeat;
}
#pub_menu a#item1:hover, #pub_menu2 a#item2:hover {
	background-position:top right; 
	z-index:50;
}
#pub_menu a:hover, #pub_menu2 a:hover  {
	height:56px;
	height:0;
}
/* rounded corners box */
.roundcont {
	width: 250px;
	background-color: #000;
	color: #fff;
	margin: 6px 0 6px 5px;
}
.roundcont p, h3 {
	margin: 0 10px;
	color: #fff;
}
.roundcont p{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.85em;
	padding-top: 0px;
}
.roundcont h3 {
	margin-bottom: 5px;
}
.roundtop { 
	background: url(../img/public/tr.jpg) no-repeat top right; 
}
.roundbottom {
	background: url(../img/public/br.jpg) no-repeat top right; 
}
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
#boxfloat, #boxfloat p, #boxfloat ul, #boxfloat2 p, #boxfloat2 ul,#boxfloat3 p, #boxfloat3 ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em; 
	color: #333;
}
p.footnote {
	font-size: .7em;
}
.oneColFixCtrHdr #footer {
	height: 50px;
	background: #820219 url(../img/public/footer_background.png) repeat-x;
}
#copy p {
	text-align: right;
	font-size: .75em;
	color: #fff;
}
strong.black, strong.white {
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
}
strong.white {
	color: #fff;
	font-weight: normal;
}
.red {
	color: #820219;
	font-size: 1.2em;
}
.centre {
	text-align: center;
}


#pub_mobileCart{
	display: none;
	position: fixed;
	z-index: 999;
	top: 10%;
	width: 280px; 
	padding: 4px 10px 5px 10px; 
	left: 50%;
	margin-left: 165px;
	background-color: white;
	border: 1px solid gray;
}
#pub_changePass{
	display: none;
	position: fixed;
	z-index: 999;
	top: 10%;
	width: 380px; 
	padding: 4px 10px 5px 10px; 
	left: 50%;
	margin-left: -190px;
	background-color: white;
	border: 1px solid gray;
}
.pub_black_table{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin-bottom: 10px;
}
.pub_black_table tr th{
	border-bottom: 2px solid #000000;
	padding: 2px 4px;
}
.pub_black_table tr td{
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 4px;
}
.pub_black_table tr td a{
	color: #820219;
}
.pub_black_table tr td a:hover{
	color: #000000;
}
.pub_black_table tfoot td{
	background-color: #F6F6F6;
	border-bottom: 0px;
	padding: 2px 4px;
}

a.pub_red{
	color: #820219;
}
a.pub_red:hover{
	color: #000000;
}

.pub_col1{
	float: left;
	display: inline;
	width: 30%;
	clear: both;
	margin-bottom: 10px;
	margin-right: 10px;
}
.pub_col2{
	float: left;
	display: inline;
	width: 45%;
	margin-bottom: 10px;
}
#addCodeField{
  display: none;
  width: 100%;
}
