/* essayzone style - 2 columns, home, category + search pages 
***********************************************/
body {
	text-align: center;
	color: #555; 
  font-weight: 100;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f8f7ff;
}

/* start links */
a:link {color: #0066ff; text-decoration: none; border-bottom: dotted 1px #0066ff;}
a:visited {text-decoration: none; border-bottom: dotted 1px;}
a:hover {color: #0066ff; text-decoration: none; border: none; outline: none; border-bottom: solid 1px;} 
a:active {color: #ff6600; text-decoration: none; border: none; outline: none; border-bottom: solid 1px;} 

/* Always show vertical scrollbar */
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

/* cross browser presentation */
html, body, h1, h2, h3, h4, ul, li, a, input, select, form, span {
	margin: 0;
	padding: 0;  
	border: none;
		outline: none;
}



/* START Styling of search area
***********************************************/
form.searchbox {
  display: inline;
	float: right;
	padding-left: 5px;
	padding-top: 4px;
	margin: 0 auto;
	margin-top: 3px;
	margin-top: 2px;
	margin-right: 3px;
	width: 946px;
	height: 26px;
	background-color: #efefFF;/* background color is the same as #side1 h3 */
}

/* text input box */
input#keyword {
	border: 1px solid #ccc;
	width: 400px;
	padding: 3px 5px;
	font-size: 14px;
	-moz-box-shadow:inset 0px 2px 5px 2px #F5F5F5;
  -webkit-box-shadow:inset 0px 2px 5px 2px #F5F5F5;
  box-shadow:inset 0px 2px 5px 2px #F5F5F5;
	-moz-border-radius:5px; 
  -webkit-border-radius:5px; 
  border-radius: 5px; 
}

/* turn border color of input boxes blue on hover or active*/
form input#keyword:active {border: 1px solid #0066ff;}


form input#keyword:focus{
border: 1px solid #E0EBFF;
-moz-box-shadow: 0px 0px 5px 3px #E0EBFF;
-webkit-box-shadow: 0px 0px 5px 3px #E0EBFF;
box-shadow: 0px 0px 5px 3px #E0EBFF;
border: 1px solid #91b7d1;
}
/* text input box */

/* category select box */
select#category {
	border: 1px solid #ccc;
	padding: 3px 2px;
	padding: 2px 2px;
	width: 210px;
	/*height:26px;JUST CHANGED*/
	font-size: 14px;
	-moz-box-shadow:inset 0px 2px 5px 2px #F5F5F5;
-webkit-box-shadow:inset 0px 2px 5px 2px #F5F5F5;
box-shadow:inset 0px 2px 5px 2px #F5F5F5;
	-moz-border-radius:5px; 
  -webkit-border-radius:5px; 
  border-radius: 5px; 
}
select#category option{
	padding-right: 0;
}
/* turn border color of input boxes blue on hover or active*/
form select#category:active {border: 1px solid #0066ff;}
/*#login input[type=text]:hover,#login input[type=password]:hover{border: 1px solid #0066ff;}removed - border no does not change on hover!*/

form select#category:focus{
border: 1px solid #E0EBFF;
-moz-box-shadow: 0px 0px 5px 3px #E0EBFF;
-webkit-box-shadow: 0px 0px 5px 3px #E0EBFF;
box-shadow: 0px 0px 5px 3px #E0EBFF;
border: 1px solid #91b7d1;
}

/* category select box */
select.select {
	width: 230px;
	width: 210px;
	border: 1px solid #ccc;
}

/* search button */
input.btn {
	border: 1px solid #0066ff;
	height: 24px;
	width: 74px;
	font-size: 14px;
	-moz-border-radius:2px; 
  -webkit-border-radius:2px; 
  border-radius: 2px; 
	  background:url(../images/magnifying_glass_white_16x16.png) no-repeat;
		background-position: center center;
		background-color: #ccc;
		background-color: #0066ff;
		text-indent: -9000px; text-transform: capitalize;
		outline: none;
    border: none;
}

/*MOZILLA FIREFOX ONLY - aligns button + text search button in FF*/
@-moz-document url-prefix() {
input.btn {
	padding-bottom: 2px;
	height: 25px;
}
}
/*MOZILLA FIREFOX ONLY*/

input.btn:hover {
   cursor: pointer;
	 background-color: #330099;
	 border: 1px solid #330099;
}

input.btn:active {
		cursor: pointer;
		background-color: #0066ff;
		border: 1px solid #0066ff;
}
/* search button */

p.success {
	color: #3366ff;
	font-weight: bold;
}

p.error {
	color: #ff3300;
	font-weight: bold;
}
/* END Styling of search area
***********************************************/

/* start header section essayzone.co.uk
***********************************************/
#toplinks {
	height: 17px;
	width: 960px;
	margin: 0 auto;
	/*background-color: #fff;*/
}

#toplinks ul {
	float: right;
	padding: 6px 0 0;
	margin-right: 2px;
		margin-right: -8px;	
	font-weight: bold;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 11.5px;
	font-size: 11px;
}

#toplinks li#noleftborder {
  border-left: 1px solid transparent;
}

#toplinks li {
	border-left: 1px dotted #ccc;
	display: inline;
	color: #ccc;
	padding:1px;
	margin-left:-3px;
}

#toplinks li a:link {
  text-decoration: none;
	color: #555; 
	padding: 5px 8px;
	margin: 0;
	border-bottom: 1px solid transparent;
}

#toplinks li a:visited {
  text-decoration: none;
	color: #555; 
	border-bottom: 1px solid transparent;
}

#toplinks li a:hover {
  text-decoration: underline;
	color: #555; 
}

#toplinks li#home {
  border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#toplinks li#home a  {
	color: #555; 
	text-decoration: underline;
}

#toplinks li#location a {
	color: #555; 
}
/* END TOPLINKS END TOPLINKS */


#header {
/* adjust position of top nav bar */
	height: 35px;
/* adjust position of top nav bar */
  font-size: 13px;
  width: 960px;
	margin: 0 auto;
/* adjust position of header area */	
	padding-top: 2em;
/* adjust position of header area */
	/*background-color: #fff;*/
}

/* 
essayzone logo 
*/
/*
#essayzone {
  display: block;
	float: left;
	background:url(../images/e5.png) no-repeat;
	margin-top: -16px;
	padding: 0;
	width: 312px;
	height: 43px;
  outline: none;
  border: none;
}
 MARCH 29th 2013*/
#essayzone {
  display: block;
	float: left;
	background:url(../images/v2.jpg) no-repeat;
	background:url(../images/e7.png) no-repeat 0 5px;
		background:url(../images/e7.png) no-repeat 0 6px;
	margin-top: -16px;
	padding: 0;
	width: 312px;
	height: 43px;
  outline: none;
  border: none;
}

#tagline {
   position: relative;
   height: auto;
   width: auto;
   top: 36px;
	 right: 18px;
	 right: 42px;
	 
	 	 right: 46px;
		 right: 30px;
	 color: #6699FF;
	 font-size: 11px;
}
/*REMOVED 9TH APRIL 2013 
#leftgreyline {
   position: relative;
   height: auto;
   width: 31px;
	 left: 5px;
   top: 30px;
border-top: 1px solid #6699FF;
display: block;
}

#rightgreyline {
   position: relative;
   height: auto;
   width: 65px;
   left: 241px;
   top: 29px;
border-top: 1px solid #6699FF;
display: block;
}*/
/* 
essayzone logo 
*/



#header .navigation {
  float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#header li {
	display: inline;
}
/* welcome sign register position */
.welcome {
  clear: left;
	position: relative;
	margin-left: 163px;
		margin-left: 122px;
		margin-left: 142px;
		margin-left: 140px;
	margin-top: -11px;
	padding: 0;
}
/* welcome sign register position */
	

/* aligns change, forgot and admin links to the right 	*/
#right {
float: right;
margin-top: -11px;
margin-right: 2px;
}

#right li {
margin-left: 1em;
}
/* aligns change, forgot and admin links to the right */	

/* end header section 
************************************************************/

/* start top navigation bar 
*************************************************************/
#topbarwrapper {
	border-right: 1px solid transparent;
	/*width: 960px;
	margin: 0 auto;*/
	margin-top: 3px;
	height: auto;
	text-align: left;
	clear: both;
	  /*background-color: #efefFF;*/
}

#topbar {
	width: 959px;/* changed 22nd feb 2012*/

	border: 1px solid #E0EBFF;
	border-left: none;
	border-right: none;
	margin: 0 auto;/**/
	
	height: 37px;
	margin-bottom: -2px;
  background-color: #efefFF;
}

/* end top navigation bar 
***********************************************/

/* start main section 
**********************************************/
#wrapper {
	width: 960px;
	padding: 10px 10px 0;
	padding: 0;
	padding-top: 10px;
	margin: 0 auto;
	height: auto;
	text-align: left;
	border: 1px solid transparent;
}

#container {
	padding: 0;
	margin: 0;
	width: auto;
}

/*************** START CONTENT ******************/
#content {
	border: 1px solid transparent;
	width: 747px;
	clear: both;
	float: right;
	margin-bottom: 10px;
/* adjust height of three columns */
	height: auto;
}

/* CENTER TOP SECTION OF HOME PAGE*/
#homeintro {
	border: 1px solid #E0EBFF;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 6px 10px 10px 0;
	height: 180px;
}

#homeintro .alllevels{
	padding-top: 0;
}

#homeintro p {
  margin-top: 0;
	line-height: 19px;
}

/*  HP bulleted list content */
ul.vlarge {
	line-height: 15px;
	list-style-type: none;
	margin-top: 16px;
}

ul.vlarge li {
	padding-bottom: 5px;
}
/*  HP bulleted list content */

/*  green tick image on home page */
img.gt {
margin: 0 6px 0 0;
vertical-align: top;
}
/*  HP green tick list content */
ul.gt {
	line-height: 16px;
	padding: 7px 0 6px 14px;
}

ul.gt li {
	padding-bottom: 6px;
}

div#withlessstress {
	margin-top: -8px;
	margin-left: 381px;
	padding-left: 10px;
}
/*  green tick list content */




/*************	START SUBJECTS ********/
#border {
	border: 1px solid #E0EBFF; /* used to be grey #ccc */
	height: 630px;
	height: 610px;
  background-color: #fff;
}

#subcatborder {
 	border: 1px solid #E0EBFF;
  background-color: #fff;
	padding-bottom: 10px;
  margin-bottom: 10px;
}

/*
START H1 H2 H3 H4 HEADINGS HEADINGS HEADINGS HEADINGS HEADINGS HEADINGS
*/
h1 {
	margin-top: 16px; 
	margin-bottom: 17px; 
	font-size: 28px; 
	color: #aaa;/*grey*/
	font-weight: 100;
}

/* the uk's quality essay database */
#homeintro h1 {
	color: #ff6600;/*orange*/	
	font-size: 26px;
	margin: -6px 0 3px;
}

h2 {
	/*color: #ff6600;orange*/ 
	font-size: 19px; 
	font-weight: 100; 
	padding-bottom: 2px;
}

#intro h2 {
	color: #999;/*grey*/ 
		padding-top: 8px;
}
.recently_submitted_work h2 {
	margin-top: 2px;  
}

/* Degree Level Essays header on home page*/
.alllevels h2#degreelevelessays {
  color: #8391ab; 
	background-color: #F0F5FF; 
	background-color: #efefFF;
	margin: 2px 0 5px -7px; 
	padding: 2px 0 4px 6px; 
	width: 733px;
}

/* International Baccalaureate, GCSE Coursework, 
 Personal statements headers on home page*/
.alllevels h2 {
  color: #8391ab; 
	margin-top: 22px; 
}

/* Inspiration at your finger tips */
#homeintro h4 {
 	font-size: 19px; 
	font-weight: 100;
	color: #ff6600;/*orange*/	
}

/* recently submitted work */
#maincontent h3 {
  color: #8391ab; 
	background-color: #F0F5FF; 
	background-color: #efefFF;
	margin: -2px 0 -8px -7px; 
	margin: -2px 0 -2px -7px; 	
	padding: 2px 0 5px 6px;
	width: 733px;
}

/* headings for side 1 */
  h3 {
	font-size: 19px;
	font-weight: 100;
	margin-bottom: 5px;
}

#side1 h3 {
	color: #8391ab;
  padding: 6px; 
	padding-right: 0;
	margin-left: -7px;
	margin-top: -3px;
	background-color: #efefFF;
	width: 188px;
}
/* new customer? text */
#box h3 {
margin-bottom: -10px;
padding: 3px 0 3px 6px;
}

/* easy access text */
#side1 .adobe_box h3 {
border-bottom: none;
}

#browse h3 {
	margin-bottom: 0;
}
/* headings for side 1 */

/*
END H1 H2 H3 H4 HEADINGS HEADINGS HEADINGS HEADINGS HEADINGS HEADINGS
*/

#alllevels a:link, #alllevels a:visited {
	margin-bottom: 0.3em;
}

#alllevels a:hover, #alllevels a:active {
	margin-bottom: 0.3em;
}

.alllevels a:link, .alllevels a:visited {
	margin-bottom: 0.3em;
}

.alllevels a:hover, .alllevels a:active {
	margin-bottom: 0.3em;
}

#intro a:link, #intro a:visited {
	margin-bottom: 0.3em;
}

#intro a:hover, #intro a:active {
	margin-bottom: 0.3em;
}

#details {
	/*width: 715px;*/
	height: auto;
}

#alllevels {
	padding: 10px; width: 747px;	
/* adjust height of three columns */
	height: auto;
/* adjust height of three columns */
}

.alllevels {
	padding: 10px; width: 725px;
	padding-top: 0;
/* adjust height of three columns */
	height: auto;
/* adjust height of three columns */
}

#border .alllevels {
line-height: 1.3;
}

#subcatborder #alllevels {
line-height: 1.3;
}

#column1 {
  float: left;
  width: 45%;
	margin-right: 40px;
}

/* gap between subject categories */
#border ul li {
  margin-bottom: 3px;
}
#border .column2 ul li {
  margin-bottom: 2px;
}

#subcatborder ul li {
  margin-bottom: 3px;
}
#alllevels #column2 ul li {
  margin-bottom: 2px;
}

#alllevels ul li {
  margin-bottom: 3px;
}
/* gap between subject categories */

.column1 {
  float: left;
  width: 45%;
	margin-right: 40px;
}

#column2 {
  width: 725px;
}

div#hack {
  margin-top: 0;
  margin-bottom: 60px;
	margin-right: 32px;
	float: right;
  width: 45%;
}

/* subject sub-categories - small light grey*/
.subcat {
  color: #999;
}
/* subject sub-categories - small light grey*/

#intro {
	clear: both;
	border: 1px solid #E0EBFF;
	background-color: #fff;
	margin-right: 0;
	margin-left: 0;
	padding: 0 10px 0;
	/* auto adjust height */
	height: auto;
	overflow:hidden;
	}

#maincontent {
	clear: both;
	border: 1px solid #E0EBFF;
	background-color: #fff;
	margin: 10px 0 0;
	padding: 5px 10px 15px;
/* auto adjust height */
	height: auto;
	overflow:hidden;
}

p.locationpath {
	margin: -5px 0 5px;
}

/* list subject catgories */
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

/* start essay text styling */
#content p {	
	  line-height: 1.5;
	 	padding-top: 0;
		clear: both;
		/*margin-top: -1px;*/
}
/* start essay text styling */
/*
#maincontent p {
border:1px solid red;
}*/



/* 'Read part of the answer' text */
p.readanswer {
		padding-bottom: 6px;
		margin-top: -20px;
}

p.readanswer a {
    padding-bottom: 0;
		padding-top: 0;
		margin-top: 0;
		line-height: 2px;
}

/* The download button + 'Read part of the answer' text */
#intro form {
		/*position:adsolute;
		float:left;
		margin-top: -10px;
		border-bottom: 1px solid transparent;
		margin-bottom: -10px;*/
}


#maincontent form {
		margin-top: -10px;
		margin-bottom: 20px;
}
#maincontent form input{
		position:adsolute;
		margin-bottom: -20px;
}
#intro form {
		margin-top: -10px;
		margin-bottom: 20px;
}
#intro form input{
		position:adsolute;
		margin-bottom: -20px;
}
/* 'Read part of the answer' text */
form p.readanswer {
		margin-left: 134px;
		position:adsolute;
		margin-top: -104px;
		/*float:left;
	
		margin-top: -34px
		margin-top: 134px;
		padding-bottom: -60px;*/
		
}

/**/
.details {
  padding-bottom: 4em;
	border-bottom: 1px solid #E0EBFF;
}
 end essay text styling 

/* START DETAILS (Created 12 apr 2013) 
****************************************/
/*keeps border around details area*/
#maincontent {
overflow:hidden;
}

#content {
overflow:hidden;
}
#intro p {
/*border:1px solid red;*/
/*margin-top: -1px;*/margin-top: 5px;margin-top: 3px;
}

#maincontent p {
/*border:1px solid red;*/
/*margin-top: -1px;*/margin-top: 40px;
margin-top: 5px;
}

#smwrapper {
width: 100%;
/*clear: both;
float: left;*/
padding-bottom: 2em;
padding-bottom: 4em;
padding-bottom: 40px;
	border-bottom: 1px solid #E0EBFF;
	
	/*border:1px solid red;
	margin-bottom: 30px;*/
/*border:1px solid red;*/
}

#smcontent {
margin-right: 0;
padding: 0;
/*border:1px solid red;*/
}

#c1 {
float: left;
width: 45%;
width: 45%;
width: 50%;
width: 49%;
padding: 0 10px 0 0;
/*border:1px solid red;*/margin-top: -3px;
}

#c2 {
width: 60%;
margin-left: 220px;
/*border:1px solid red;*/
}

#c2 ul {
padding-right: 0;
}

#smcontent li {
margin-top: 3px;
margin-bottom: 3px;
/*border:1px solid red;*/

}

#c2 ul li {
line-height: 16px;
}
#c1 ul li {
line-height: 16px;
}
#c1 ul li span {
float: left;
width: 56px;
width: 62px;
display: block;
}

#c2 ul li span {
float: left;
width: 106px;
width: 112px;
display: block;
}
/* END DETAILS 
***********************************************/


/***** start features list ****/
span.red {
color: #ff6600;
font-weight: 500;
}
/***** end features list *****/

/**** start sortable display ****/
#sort li {
	display: inline;
}

#sort {
 
	padding-bottom: 6px;padding-bottom: 8px; padding-bottom: 10px;
	padding-left: 0;padding-top: 3px;
	margin-bottom: -20px;margin-bottom: -16px;
	
	margin-top: 10px;  
	border-bottom: 1px solid #E0EBFF;
}
/**** end sortable display *****/

/**** start search 'Your search ******** returned the following results' text ****/
#searchtext li {
	display: inline;
}
/*
#searchtext {
  padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: -20px;
	margin-bottom: -5px;
	margin-top: 10px;
	border-bottom: 1px solid #E0EBFF;
	clear:both;
}*/

#searchtext {
  padding-bottom: 8px;
	  padding-bottom: 8px;
		padding-top: 3px;padding-top: 5px;
	/*margin-top: -7px;*/
	/*padding-left: 0;
	margin-bottom: -20px;
	margin-bottom: 10px;
	margin-top: 10px;*/
	border-bottom: 1px solid #E0EBFF;
	/*clear:both;*/
}
/**** start search 'Your search ******** returned the following results' text ****/

/**** List of search suggestions/tips eg use fewer words etc. ****/
#suggestions li {
	list-style-type: disc;
	margin-left: 14px;
	padding-left: 0;
}

/**** List of search suggestions/tips eg use fewer words etc. ****/

.grey {
  color: #666; 
}

.bold {
	background-color: transparent;
	font-weight: 600;
	padding-top: 1em;
	color: #666;
}

/*  centre numbered list content */
ol.vlarge {
	color: #333; 
	font-weight: 100;
	padding: 0.6em 0 1em 2em;
	margin-left: 0;
	line-height: 1.5;
}
/*  centre numbered list content */

/*  end essay styling */

/* end main section 
***************************************************/


/*************  START SIDE 1  **************************************/
#side1 {
	float: left;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 180px;
	height: auto;	
	color: #666; 
}	

/* start essay text styling */
#side1 p {	
	  line-height: 1.5;
	 	padding-top: 0;
}

.dottedline {
border-bottom: dotted 1px #0066ff;
}

/* start - new customer? */
#box {
	border: 1px solid #E0EBFF;
	background-color: #fff;
	padding: 6px 10px 0;
	margin: 1px 10px 0 -10px;
	width: 180px;
	height: auto;
}
/* end - new customer? */

/* easy access 1 2 3 */
ol {
 	padding: 0 0 0 21px;
	margin: 0;
	line-height: 1.4;
}

ol li {
 	padding-bottom: 3px;
}
/* easy access 1 2 3 */



#grey_horiz_line {
		border-top: 1px solid #E0EBFF;
		margin: 14px 0 12px;
}

.dottedline {
border-bottom: dotted 1px #0066ff;
margin-top: 10px;
}

#dotted_horiz_line {
    border-top: 1px dotted #ff6600;
		margin: 14px 0 12px -10px;
		width: 200px
}

/* END - REGESTER, SIGN IN, PAYMENT, SUBMIT, AND CONTACT BUTTONS */
#greyhorizontalline {
border-bottom: 1px solid #ccc;
margin-top: 20px;
}
/* END - SIGN IN AND REGISTER PAYMENT AND SUBMIT BOXES ***********/
/* start browse  */
#browse {
	list-style-type: none;
	border: 1px solid #E0EBFF;
	background-color: #fff;
	margin: 10px 0 0 -10px;
	padding: 6px 10px 16px;
	padding: 6px 10px 26px;
	width: 180px;
	height: auto;
	line-height: 18px;
	clear:both;
}

#browse ul {
	margin-top: 0;
	border-top: none;
	border: none;
}

#browse ul li:first-child a:hover {
  	border-top: dotted 1px #0066ff;
}


#browse a {
	border: 1px solid #fff;
	border-bottom: dotted 1px #0066ff;
}

#browse a:link {
	display: block;
	padding: 3px 0;
	padding-right: 3px;
	text-decoration: none;
	border: 1px solid #transparent;
	background-color: transparent;
}

#browse a:visited {
	display: block;
	padding: 3px 0;
	padding-right: 3px;
	text-decoration: none;
	border: 1px solid #transparent;

	background-color: transparent;
}

#browse a:hover, #browse a:active {
	background-color: transparent;
	background-color: #f8f7ff;
	background-color: #efefFF;
	border: solid 1px #0066ff;
	border: solid 1px #91b7d1;
	border: 1px solid #efefFF;
	border-bottom: dotted 1px #0066ff;
	border-right: solid 3px #0066ff;
}

#browse a:active {
	border-right: solid 3px #ff6600;
}

/* 'About essayzone' text*/
#aboutessayzone a {
	  /*border: none;
		outline: none;*/
		  border: 1px solid #fff;
	border-bottom: dotted 1px #0066ff;
	margin-bottom: -8px;
}

/* div around about us text */
div#myContent{
margin-bottom: -20px;
}


/* 'questions please do ask...' text*/
span#nopadding a:link {
  /*padding-bottom: 20px;
	margin-top: -15px;*/
	color: #0066ff;
	padding: 0;
	border-top: none;
	border-left: none;
	border-right: solid 3px #fff;
}

span#nopadding a:visited {
	/*padding-bottom: 20px;
	margin-top: -15px;*/
	color: #0066ff;
	border-right: solid 3px #fff;
}

span#nopadding a:hover {
	background-color: #fff;
	/*padding-bottom: 20px;
	margin-top: -15px;*/
	border-right: solid 3px #fff;
	border-bottom: solid 1px #0066ff;
}

span#nopadding a:active {
  color: #ff6600;
	border-bottom: solid 1px #ff6600;
}
/* 'questions please do ask...' text*/

/* end browse  */
.adobe_box {
	background-color: #fff;
	padding: 6px 10px 10px;
	margin: 10px 0 0 -10px;
	width: 180px;
	height: auto;
	line-height: 18px;
	border: 1px solid #E0EBFF;
}


span.noborder a {
  border: none;
		outline: none;
}

span.noborder a:hover, span.noborder a:active 
span.noborder a:link, span.noborder a:visited {
	border: none;
		outline: none;
		text-decoration: none;
}

.getadobelogo {
  margin: 10px 0 2px;
}

/*************  END SIDE 1  *******************/

/* START - REGESTER, SIGN IN, PAYMENT, SUBMIT, AND CONTACT BUTTONS */
#signinbutton a:link, #signinbutton a:visited {
    width: 115px;
		width: 100px;
		padding: 4px 8px;
		height: 36px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background-color: #aaa;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius: 5px; 
		margin: 4px 0 20px; 
	   outline: none;
  border: none;
		text-decoration: none;
}
#signinbutton a:hover {	
	cursor: pointer;
		margin: 4px 0 20px; 
		background-color: #ccc;
		 outline: none;
  border: none;
}

#signinbutton a:active {	
	cursor: pointer;
		margin: 4px 0 20px; 
		background-color: #aaa;
		 outline: none;
  border: none;
}


#registerbutton a:link, #registerbutton a:visited {
    width: 115px;
		width: 100px;
		padding: 4px 8px;
		height: 36px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background-color: #ff6600;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius: 5px; 
		margin: 4px 0 20px; 
	   outline: none;
  border: none;
		text-decoration: none;
}

#registerbutton a:hover {		
		cursor: pointer;
		margin: 4px 0 20px; 
		background-color: #FF9900;
		 outline: none;
  border: none;
}


#registerbutton a:active {		
		cursor: pointer;
		margin: 4px 0 20px; 
		background-color: #ff6600;
		 outline: none;
  border: none;
}




input.download {
    background:url(../images/arrow_down_16x16.png) no-repeat;
		background-position: 10% 50%;
		width: 115px;
		width: 100px;
		width: 120px;
		padding: 4px 8px;
		padding: 1px 5px 1px;
		padding: 1px 5px 1px 30px;
		padding: 1px 5px 1px 25px;
		height: 32px;
		height: 27px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background-color: #33CC33;
		background-color: #2EB82E;
				background-color: #33CC33;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius: 5px; 
		margin: 8px 0 4px; 
	   outline: none;
  border: none;
		text-decoration: none;
	
}

input.download:hover {
		cursor: pointer;
		margin: 8px 0 4px; 
		
		background-color: #33CC33;background-color: #5CE600;
background-color: #29A329;
 outline: none;
  border: none;
}

input.download:active {
		cursor: pointer;
		margin: 8px 0 4px; 
		background-color: #2EB82E;
				background-color: #33CC33;
				 outline: none;
  border: none;
}
/* DOWNLOAD BUTTON */

/* Start site map page*/
/****************************************
#smwrapper {
width: 100%;
float: left;
margin-right: -230px;
margin-bottom: 30px;
}

#smcontent {
margin-right: 220px;
}

#smleft {
float: left;
width: 200px;
padding: 0 160px 0 0;
}

#smright {
float: right;
width: 200px;
padding: 0 10px;
}

#smmiddle {
margin-left: 220px;
}

#smwrapper li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

#smright li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
 End site map page
***********************************************/
