html, body {
	height: 100%;
}

* {
	padding:0;
	margin-right: 0;
	margin-bottom: 0;
}

body {
	background-color: #ffffff;
	font-size: 76%; color: #000; margin: 0; font-family:  Verdana, Helvetica, sans-serif; 
}

h1 {
	display: inline;
	font-size: 1.4em;
	color:#000000;
	font-weight: bold;
	clear: both;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
	color:#999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color:#0000FF; 
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: red;
}

a:visited {
	color:#20275f;
}



p, li {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 16px;
}
img {
	border-style: none;
}

#wrap {
	position: relative;
	min-height: 100%;
}

* html #warp {
	height: 100%;
}

#header {
	width: 100%;
	margin-right: auto;
	padding: 0px;
	background-image: url('/images/gradient.jpg');
	height: 114px;
}

#header img {
	padding-right: 25px;
	float: left;
	margin-top: 17px; 
}

#header strong {
	background: url('/images/favicon.gif') no-repeat left center;
	padding-left: 20px;
	font-size: 1.2em;
	color:#666;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 45px;
	float: right;
}

#content {
	text-align: left;
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
	clear: both;
}

#lnav {
	border: 0;
	width: 525px;
	float:left;
	margin:0;
	padding:0;
}

#rnav {
	border: 0;
	width:275px;
	float:right;
	padding:0;
	margin:0;
	text-align: center;
}
#footer {
	color: #777;
	height: 4em;
	padding: 0  1em 0 1em;
	line-height: 2em;
	background: #efefef;
	clear: both;
	/*
	position: relative;
	margin-top: -4em;
	*/
} 

#footer a {
	color: #62a21d;
}
#footer p {
	font-size: x-small;
	line-height: 2em;
	padding:0;
	margin:0;
	display:inline;
	float: left;
}
#footer p.r {
	float: right;
	padding-top:10px;
	padding-right:10px;
}
/* Breadcrumb */

#crumb {
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
	width: 525px;
}

#crumb span {
	float: left;
	text-align: left;
	width: 350px;
}

#crumb a {
	color: #62a21d;
	font-weight: bold;
	background: url('/images/crumb.png') no-repeat left center;
	padding-right: 3px;
	padding-left: 12px;
	font-size: 1.1em;
}
#crumb a:hover {
	background: url('/images/crumb-a.png') no-repeat left center;
	color: #5e8e31;
}
#crumb a:first-child {
	background:none;
	padding-left:0;
}
#crumb a:hover {
	text-decoration: underline;
}

#crumb a.here {
	color: #666;
	font-weight: normal;
}

#crumb img {
	height: 25px;
	float: right;
	vertical-align:middle;
}

/* File donwloads */
#files {
	float: left;
	width: 525px;
	border-top: solid 1px #a8afb9;
	border-bottom: solid 1px #a8afb9;
	clear: both;
	margin-bottom: 1em;
}

#files  ul{
 	list-style:none;
	font-size: 90%;
	border-top: solid 1px #e7eef8;
	    padding:0 0 5px 0;

	margin:0;
}



#files ul li {
	margin: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#files .link {
	float: right;
	margin-top: 
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	width: 200px;
	padding-top: 50px;
	margin-top: 10px;
}

#files .link  a {
	font-size: smaller;
	background: url('/images/icon-download.jpg') no-repeat center top;
	padding-top: 50px;
	color: #488c00;
}
#files .link  span {
	font-size: smaller;
	font-weight: normal;
}
#files .link  a:hover {
	background: url('/images/icon-download-h.jpg') no-repeat center top;
}

#files ul li {
	padding-left: 25px;
}
#files ul li.os {
	padding-left:0;
}
#files h3 {
	padding-left: 25px;
	font-size: 12px;
	line-height: 20px;
}

#files .W h3 {
	background: url('/images/win.gif') no-repeat; 
}

#files .M h3 {
	background: url('/images/mac.gif') no-repeat; 
}

#files .L h3 {
	background: url('/images/linux.gif') no-repeat; 
}

#files p {
	color: #222;
	font-size: smaller;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #f1f1f1;
	background: #f4f4f4;
	padding: 5px;
}

.pdf  {
  background: url('/images/pdf.png') no-repeat;
  padding-left: 23px;
}



#menu {
	list-style:none;
	padding: 0 0 0 40px;
	text-align: left;
	margin:0;
}

#menu a.admin {
	color: red;
}

#menu li a {
	color:#555555;
	padding: 2px;
	padding-left: 20px;
	font-size: .9em;
	font-weight: bold;
}

#menu li.share a {
	background: url('/images/link.png') no-repeat left center;
}

#menu a.admin-edit{
	background: url('/images/edit.png') no-repeat left center;
	color: red;
}

#menu a.admin-add{
	background: url('/images/add.png') no-repeat left center;
	color: red;
}

#menu a.email{
	background: url('/images/email_alert.png') no-repeat left center;
}


#menu a.admin{
	background: url('/images/admin.png') no-repeat left center;
	color: red;
}

#menu li.os{
	color:#555555;
	padding: 2px;
	padding-left: 20px;
	font-size: .9em;
	font-weight: bold;
	background: url('/images/os.png') no-repeat left center;
}

/* search box */
#search { 
	height: 108px; padding: 1em; background: url('/images/search.png') no-repeat;
	border:0;
	margin:0;
}

#search label {
	color: #333; font-size: 13px; font-weight: bold; font-weight: normal; padding-left: 28px; text-align: center;
}

#search input[type=text] {
	border: solid 1px #999; height: 20px; font-size: 14px; width: 180px; 
}

#popular {
	list-style:none;
	padding: 10px 0 0 40px;
	text-align: left;
	margin:0;
}

#popular li {
	padding:2px;
	margin:0;
	background: url("/images/bullet.png") no-repeat left center;
	padding-left: 16px;
}

#popular a {
    color:#555555;
	font-size: .9em;
}


/* User comments */
#comment {
	border: solid 1px #a8afb9;
	height: 50px;
	color: #999;
	width:100%;
}

#comments  {
	color: #333;
	list-style: none;
}

#comments li p {
	font-size: 1em;

}

#comments li {
	font-size: .8em;
	    border-bottom: solid 1px #e7eef8;
	background: url("/images/comment.png") no-repeat;
	padding-left: 16px;

}
#comments  li.Y {
	background: url("/images/comment-y.png") no-repeat;
	padding-left: 16px;
}
#comments li.N {
	background: url("/images/comment-n.png") no-repeat;
	padding-left: 16px;
}

/* page dimmer */
#dimmer {
    display:none;
    background-color: rgb(0, 0, 0);
    opacity: 0.3; /* Safari, Opera */
    -moz-opacity:0.30; /* FireFox */
    filter: alpha(opacity=30); /* IE */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:repeat;
    position:fixed;
    top: 0px;
    left: 0px;
}

/* File download box */
#download {
	background: #fff;
    display:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 4px solid #62a21d;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    padding:1em;
}
#download h3 {
	background: url('/images/attach.png') no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#download ul {
	list-style:none;
}

#top {
	margin: .5em 1em 1em 0;
	vertical-align: middle;
	width: 525px;
	clear: left;
}

#top img {
	vertical-align:middle;
	text-align: left;
	padding: 5px;
}

/* popup layer */
.afold{
    width: 300px;
    font-size: 0.75em;
    margin-top: -5px;
    margin-left: 5px;
    position:absolute;
    display:none;
    z-index:20;

}

.afold blockquote {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c9c2c1;
    background-color: #fff;
}

.afold blockquote ul {
    list-style:none;
    margin: 10px;
    padding: 0px;
}

.afold input {
    font-size: x-small;
}

.afold input[type=text] {
    width: 100%;
}


.afold div {
	position: relative;
	margin:0px;
	padding: 0 0 9px 0;
	top: 4px; /* 1px less than padding-top */
	background: transparent url(/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

.sub {
	padding-bottom: 1em;
}

#os_also {
	clear: both;
	font-weight: bold;
	background: url('/images/also.png') no-repeat left center;
	padding: 2px;
	padding-left:20px;
}

.text-front {
    text-align: center;
}

.text-front p {
    font-size: 115%;
    line-height: 115%;
}
#header-front { 
    text-align: center;
}

#header-front #title {
    padding-top: 50px;
  font-size: 150%;
}

.text-front {
    text-align: center;
}

.text-front p {
    font-size: 115%;
    line-height: 115%;
}


#content-front { 
	margin:0;
	padding:0;
    padding-top: 30px;
    text-align: center;
    width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#header-front h1 {
	background: url('/images/favicon.gif') no-repeat left center;
	font-size: 1.2em;
	padding-left: 20px;

}
    
.all-vendors a {
	float: left;
	display: block;
	width: 188px;
	background: url('/images/crumb.png') no-repeat left center;
	padding-left: 12px;
	line-height: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.2em;

}

.all-vendors a:hover {
	background: url('/images/crumb-a.png') no-repeat left center;

}

#content-front {
    padding-top: 30px;
    text-align: center;
    width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#vendor  {
	list-style:none;
	padding:0;
	margin:0;
}

#vendor  li{
	border-bottom: dotted 1px #999;
	clear: both;
}

#vendor  ul {
	padding:0;
	margin:0;
	padding-top:5px;
}

#vendor ul li {
	clear: none;
	border: none;
	width: 170px;
	float: left; padding-left: 0; margin-left: 0; list-style:none;
	padding-top:5px;
}

#pod {
	list-style:none;
}

#pod li  {
	display: inline;
	clear: both;
	padding-right: 15px;
	line-height: 1.2em;
}

#pod li a {
	background: url('/images/pod.png') no-repeat left center;
	padding-left: 14px;
	font-size: 1.2em;
	line-height: 1.2em;
}
#pod sup {
	color: #999;

}

#vendors {
	text-align: left;
	width: 800px;
	margin-left: 20px;;
	margin-right: auto;
}   

#notes ul {
	
}

#notes ol li {
	padding: none;
	margin:0;
	color red;
}


/* home page search */
#home-search {
	border: 0;
	font-size: 1.1em;
}
#home-search input{
	font-size: 1em;
}

/* forms */
form.user fieldset {
  background:#f3f1e4; 
  margin-bottom: 10px;
  border: solid 2px #eaeaea;
   -moz-border-radius: 4px;
   padding:1em;
}
form.user legend {
  padding: 0 2px;
  font-weight: bold;
}
form.user legend span{
  font-weight: normal;
}
form.user label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.user fieldset ol {
  margin: 0;
  padding: 0;
}
form.user fieldset li {
  list-style: none;
  padding: 2px;
  margin: 0;
}
form.user label {
  width: 10em; /* Width of labels */
}
form.user li input[type=text] {
	width:20em;
}
form.user select {
	width:20em;
}
form.user input[type=password] {
	width:20em;
}
form.user .required-error label {
	color: red;
	font-weight: bold;
}

#msg {
    background-color:#F9EBE3;
    border:1px solid #F2AF7B; 
    padding:6px 0 6px 30px;
    line-height:16px;
}

#msg.error  {
    border-color: #EAB3B4;
    background-color: #F5E9EB;
    background-image: url(/images/err.gif);
    background-repeat:no-repeat;
    background-position:2px 3px;
}   
    
#msg.ok  {
    border-color: #c7e1c8;
    background-color: #f0f9f1;
    background-image: url(/images/ok.gif);
    background-repeat:no-repeat;
    background-position:2px 3px;
    
}   
    
#msg.info   {
    background-color:#ffffe2;
    border:1px solid  #d6d6d0;
    background-image: url(/images/icons/alert.gif) ;
    background-repeat:no-repeat;
    background-position:2px 3px;
}
#header #title {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: right;
	height: 100px;
}

.popular-vendors-title {font-weight:bold;font-size:1.2em;margin-top:20px}
.search-pages {padding:30px;}
.searchmodel {padding-top:10px;font-size:14px;font-weight:bold;}
.searchmodel span {color:#62a21d;}
.searchshortdesc span {color:#62a21d;}

.error_msg, .success_msg, .warning_msg {margin-bottom:35px;padding-left:40px;background:url('/images/err_msg.gif') 0 0 no-repeat;}
.error_msg .name, .success_msg .name, .warning_msg .name {font-size:14px;font-weight:bold;color:#f12020;padding:8px 0}
.error_msg .desc, .success_msg .desc, .warning_msg .desc {padding:0px;width:50%;font-size:12px;line-height:1.7em;}
.error_msg ul li, .success_msg ul li, .warning_msg ul li  {margin-bottom:0px;padding:0;color:#989898}    
.success_msg {background:url('/images/success_msg.gif') 0 0 no-repeat;}
.success_msg .name{color:#0dae09}
.warning_msg {background:url('/images/warn_msg.gif') 0 0 no-repeat;}    
.warning_msg .name{color:#fb920a} 

h6 {margin:0;padding:0;font-size:11px;font-weight:bold;}

#smsform, #smsload {display:none;}
#smsform a, #smsload a {color:#336699;}
#smsform p {padding:3px 0px 0px 0px;margin:0px;}
#smsform h6 {padding-top:20px;color:#c3471c;}
#smsform .selectbox {padding-top:10px;}
#smsform .country {padding-bottom:10px;float:left;padding-right:20px;}
#smsform .country select {font-size:13px;width:200px;margin-left:5px;}
#smsform .operators {}
#smsform .operators select {font-size:13px;width:200px;margin-left:5px;}
#smsform .sendsmsbox {display:none;}
#smsform .sendsmsbox .smstext {font-weight:bold;color:#0095cb;word-spacing:0.2em;font-size:16px;}
#smsform .sendsmsbox .smsstatus {font-size:12px;font-weight:bold;}
#smsform .sendsmsbox .smsstatus .statustext {color:#0095cb;}
#smsform .smswaitico {display:none;}

#smsform #vercode {margin-top:20px;}
#smsform #vercode td {padding-right:20px;vertical-align:middle;}
#smsform #vercode td .refresh a {background:url('/images/refresh_ico.gif') 0 .2em no-repeat;padding-left:17px;cursor:pointer;cursor:hand;}
#smsform #vercode td .inputcode {border:1px solid #ccc;background:#fff;width:150px;height:20px;padding-top:3px;}
#smsform #vercodewaitico {display:none;}

#page_sms_rules {width:600px;height:400px;position:absolute;left:50%;top:50%;margin:-200px -260px;text-align:left;}
    #page_error a {color:#336699}
    #page_error .code {font-size:400%;color:#336699;}
    #page_error .code_desc {font-size:150%;margin-bottom:30px;color:#336699;}
    #page_error .search .field .search {width:150px;border:1px solid #bababa;height:25px;}
    #page_error .search .field a {padding-left:12px;font-weight:bold;font-size:14px;text-decoration:underline;}
