html { height: 100%; margin-bottom: 1px; }

body 
{ 
	font-size: 9pt; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	background:#303030 url(images/top-banner.png) no-repeat 50% 0 fixed;
	margin: 0px; 
	padding: 20px 0px 20px 0px; 
	text-align: center;
	z-index: 1;
}

#popupcontent{
   position: absolute;
   visibility: hidden;
   overflow: hidden;
   border:1px solid #CCC;
   background-color: #333333;
   border:1px solid #ccc;
   padding:5px;
}

#pop_overlay {
 display: none;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #000000;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
 opacity: 0.6;
}

#pop_container {
 display: none;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: transparent;
}

#pop_inner {
 border: 2px solid #333333;
 display: block;
 padding: 10px;
 height: 385px; 
 width: 300; 
 position: absolute; top: 150px; right: 20px; 
 background-color:#FFFFFF;
 text-align:center;
}

.banner {
 background-image:url(pngs/banner.png);
 background-repeat: repeat-x;
 height: 125px
}

.inactive {
 color: #999999;
}

.active {
 color:#FF6600;
}

.quotes {
 font-size: 15px;
 padding: 0px 2px 0px 2px;
 color: #ffffff;
}

.logo {
 font-family: Arial, Helvetica, sans-serif;
 color: #CCCC33;
 font-size: 20px;
 font-weight:400;color:#fff;
 padding: 0px 230px 0px 50px;
}

.header { /* used in admin pages */
 font-weight: bold;
 color: #000033;
 text-align:left;
 border: 1px solid #EEEEEE;
 padding: 3px;
 background-color: #EEEEEE;
}

/* WORLDWIDE */
#worldwide form#worldwidelinks { padding: 2px 0 0; float: left; width: 196px; height: 19px; background: #333333 url(images/worldwide_grey.png) no-repeat 0 100%; color: #333333; }
#worldwide form#worldwidelinks select { width: 196px; margin-top: -3px; opacity: 0; }

td       { font-size: 11px; }
form     { display: inline; font-size: 8pt; }

/* Forms */
input { /*Buttons will take this css*/
 padding:2px; 
 /*border:1px solid #dddddd;*/
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size:11px;
 color: #333333; 
 outline: none;
 cursor:pointer;
}

/**
 * Added 6th April 2009
 */

input.input {
 color: #666666;
 border: 1px solid #CCCCCC;
 background: #F9F9F9;
 padding: 3px;
 }

a.adminlink {	
 text-decoration:none;
 font-size: 8pt; 
 font-weight: normal; 
 color: #0033FF;
}
a.adminlink:hover { 
 color: #0033FF; 
 text-decoration: underline; 
 background: inherit 
}

a.export { color: white; text-decoration: none; }
a.export:hover { color: white; text-decoration: underline; } 
 
.admin { 
	padding: 5px;
	font-family: 'Lucida Sans Unicode','Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;  
	}
	
.admin_row { 
	border-top: 1px solid #eeeeee;
	font-family: 'Lucida Sans Unicode','Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;  
	}
.admin_title_row { 
	color: white; 
	background-color: #63B3E7;
	font-family: 'Lucida Sans Unicode','Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	}
	
.admin_headers_row { 
	background-color: #D54E21; 
	color: #FFFFFF;
	font-family: 'Lucida Sans Unicode','Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;  
	}
	
/**
 * End Added 6th April 2009
 */

select { 
 color: #333333; 
 padding:2px; 
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size:11px;
 outline: none;
 /*border:1px solid #dddddd;*/
}
textarea { 
 padding:2px; 
 /*border:1px solid #dddddd;*/
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size:11px;
 color: #666666; 
}
text { 
 padding:2px; 
 /*border:1px solid #dddddd;*/
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size:11px;
 color: #666666; 
}



.formbutton {
 padding: 5px;
 font-weight: bold;
 text-decoration: none;
 font-size: 9px;
 font-family:Arial, Helvetica, sans-serif;
 height: 23px;
 outline: none;
 cursor:pointer;
 background-color:#666666;
 color:#FFFFFF;
}

a.formbutton {
 border: 2px solid #eeeeee;
 padding: 5px;
 font-weight: bold;
 text-decoration: none;
 font-size: 9px;
 font-family:Arial, Helvetica, sans-serif;
 height: 23px;
 background-color:#666666;
 color:#FFFFFF;
}
a.formbutton:hover {
 border: 2px solid #dddddd;
 background-color:#666666;
 color:#FFFFFF;
 padding: 5px;
 font-weight: bold;
 text-decoration: none;
 font-size: 9px;
 font-family:Arial, Helvetica, sans-serif;
}


/* FORM BUTTON LIKE AN HREF */
.hrefbutton {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0; /*1px solid #00F;
	border-bottom-width: 1px;*/
	border-left: 0;
	color: #00F;
	display: inline;
	margin: 0px;
	padding: 0px;
}

*:first-child+html .removebutton {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: underline;
}

* html .removebutton {				/* hack needed for IE 5/6 */
	border-bottom: 0;
	text-decoration: underline;
}
/*--*/

.input {
 background-image:url(images/inputbg.gif);
 background-repeat:repeat-y;
}

.form-text-fields {
 border:1px solid #dddddd;
 background-image:url(images/inputbg.gif);
 background-repeat:repeat-y;
}

.button{
 margin: 10px 0px 0px 20px; 
 display:block; 
 line-height:14px; 
 background-color: #FF6600;
 color: #FFFFFF;
 padding:2px; 
 border:1px solid #333333; 
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size:11px;
}
.inlinebutton{
 line-height:14px; 
 background-color: #333333;
 color: #FFFFFF;
 border:1px solid #3D3D3D; 
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size:11px;
}
.updateimagebutton{
 line-height:14px; 
 background-color: #333333;
 color: #FFFFFF;
 border:1px solid #3D3D3D; 
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size:11px;
}
p { color: #666666; margin-top: 0px; } 
img { border: 0px }
form { display: inline; }


.countertext { 
	padding-left: 2px;
	height: 15px; 
	align: left; 
	color: #999999; 
	font-family: arial, sans-serif; 
	font-size: 9px; }

#counter { margin-top: 2px; margin-left: 20px; float: right; padding: 1px; }
#pic	 { border: 2px; color: #000000; }

#template { 
	width: 750px; 
	background-color: #CC0000;
	border: 1px solid #1D1D1D;
	}
	
img.indexpics { margin-top: 30px; margin-bottom: 20px;}


img.box {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; border: 1px solid #000000; }

.flag {
	float: left; 
	margin-left: 330px; 
	margin-top: 10px; 
	width: 80px;
	height: 50px;
	background-image: url(../images/checkeredflag2.gif);
	background-repeat:no-repeat; }

.pagecontent { 
	padding: 10px 30px 5px 30px; 
	height: 100%;
	text-align: left; 
	color: #ffffff;}

.pagecontent td { 
	font-size: 8pt; 
	FONT-FAMILY: sans-serif, Verdana,Tahoma,Arial;
	color: #ccc;}
	
input.red{
	background: #1D1D1D;
	color: #666666;
	font-family: Verdana;
	font-size: 7pt;	
	font-weight: bold;
	text-align: left;
	width: 250px;
	height: 14px;
	border: 1px solid #1D1D1D;
}
input.white{
	background: #666666;
	color: #1D1D1D;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
	width: 250px;
	height: 14px;
	border: 1px solid #1D1D1D;	
}

a {
 color: #666666;
 text-decoration: none;
 outline: 0;
}
a:hover {
 text-decoration: underline;
}

a.blue {
 color: blue;
 text-decoration: underline;
}

.spacer {
 padding-right: 5px;
}

a.new-window		{ background-image:url(images/new-window-image2.gif); background-repeat:no-repeat; padding-left: 18px; background-position:left }
a.new-window:hover	{ background-image:url(images/new-window-image-hover.gif); background-repeat:no-repeat; padding-left: 18px; background-position:left  }

a.delfromcart {
 background-position:right;
 width: 9px; 
 height: 9px;
 background-image:url(images/del.gif); background-repeat:no-repeat;
 text-decoration: none;
}
a.delfromcart:hover {
 background-position:right;
 width: 9px; 
 height: 9px;
 background-image:url(images/delete.gif); background-repeat:no-repeat;
 text-decoration: none;
}

/***********************************************/
/*MENU LINKS*/
a.menu { font-family: "Times New Roman", Times, serif; font-size:20px; text-decoration: none; color: #9A9A9A; }
a.menu:hover { text-decoration: none; color: #FFFFFF; }
a.menu:focus { outline: 0; }

a.menucurrent { font-family: "Times New Roman", Times, serif; font-size:20px; text-decoration: none; color: #FFFFFF; }
a.menucurrent:hover { text-decoration: none; color: #FFFFFF; }
a.menucurrent:focus { outline: 0; }

a.submenu { font-size:10px; text-decoration: none; color: #8C8C8C; }
a.submenu:hover { text-decoration: none; color: #FFFFFF; }
a.submenu:focus { outline: 0; }

a.submenucurrent { font-size:10px; text-decoration: none; color: #FFFFFF; }
a.submenucurrent:hover { text-decoration: none; color: #FFFFFF; }
a.submenucurrent:focus { outline: 0; }

a.menubuyers { font-family: "Times New Roman", Times, serif; font-size:20px; text-decoration: none; color: #FF99CC; }
a.menubuyers:hover { text-decoration: none; color: #FF99CC; }
a.menubuyers:focus { outline: 0; }


/***********************************************/

a.downloadres {
 background-image:url(images/download-res.jpg);
 background-repeat: no-repeat;
 display: block;
 width: 181px;
 height: 27px;
}

a.downloadres:hover {
 background-image:url(images/download-res-hover.jpg);
 background-repeat: no-repeat;
 display: block;
 width: 181px;
 height: 27px;
}

a.downloadres:focus {
outline: 0;
}

a.moveup { color: #466657; display: block; padding: 1px 0px 1px 0px; width: 10px; height: 10px; text-decoration: none; background-image:url(images/up.gif); background-repeat:no-repeat; background-position:center; }
a.moveup:hover { color: #FF0000; background-image:url(images/up_mo.gif);}

a.movedown { color: #466657; display: block; padding: 1px 0px 1px 0px; width: 10px; height: 10px; text-decoration: none; background-image:url(images/down.gif); background-repeat:no-repeat; background-position:center; }
a.movedown:hover { color: #FF0000; background-image:url(images/down_mo.gif);}


a.new-window { 
 background-image:url(images/new-window-image2.gif); 
 background-repeat:no-repeat; 
 padding-left: 18px; 
 background-position:left 
}
a.new-window:hover { 
 background-image:url(images/new-window-image-hover.gif); 
 background-repeat:no-repeat; 
 padding-left: 18px; 
 background-position:left
}

a.download {
 border: 1px solid #333333; 
 display: block; 
 width: 180px; 
 padding: 3px; 
 background-color:#009900; 
 color: #FFFFFF;
 text-decoration: none;
 text-align: center;
}

a.download:hover {
 background-color: #00CC00; 
 color: #FFFFFF;
 text-decoration: none;
}
