/* @override */

/***********************************************/
/* HTML tag styles                          */
/* Will be overriden by dynamic styles but set here if no colours are selected by client       */
/***********************************************/ 



body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;
	
}



#banner_info {
	text-align: right;
	display: block;
	float: right;
	height: 58px;  /*** global setting, dynamic style will override ***/

}


ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/




div#rightitems{
	margin: 0px 0px 0px 14px;
	padding: 0px;
	text-align: right;
	float: right;
}

#rightitems img{
}

#content{
	float:left;
	padding: 0px;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}







/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 100%;
	color: #999999;
	padding: 10px 0px 0px 0px;
	margin-top: 0px;
	width: 766px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}





/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}



/************** #advert styles **************/

#advert{
	padding: 0px 0px 14px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #00FF66;
}

#bespoke{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 147px;
	width: 243px;
}

#newsite{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 133px;
	width: 243px;
}

#advert img{
	margin-bottom: 0px;
	padding: 0px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}




#bag {
	background-image: url(../images/basket_icon.gif);
	background-repeat: no-repeat;
	background-position: 110px 0px;
	display: block;
	width: 135px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	margin: 0px;
	height: 35px;
	line-height: 35px;
}

/************************************    Catalogue pages     *************************************/



#container {
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	margin-bottom: 10px;
	height: 100%;

}

div#rightitems{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	float: right;
}



#content{
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 766px;
	height: 100%;
}

#masthead{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width: 766px;
	float: left;
}

/************* link styles **************/

a:link{
	color: #FF9900; 
	text-decoration: none;
}

a:visited {
	color: #FF9900; 
	text-decoration: none;
}

a:hover {
	color: #FD7100;
	text-decoration: underline;
}


/************* heading styles **************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #0066CC;
	padding: 15px 0px 12px 3px;
}

h2{
 font-size: 120%;
 color: #0668B0;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


/************* banner styles **************/

#spacer {
	padding-top: 6px;
	padding-right: 6px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #ffffff;  
	padding: 1px 0px 1px 0px;
	background-color: #0C71B7;
	border: solid #074993 1px;  
	line-height: 18px;
	height: 20px;
	width: 766px;
	float: left;
	margin-top: 0px;
	text-align: center;
}

#globalNav { /* IE5 hack */
	width: 766px; 
 	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: 766px;

}

html>body #globalNav { /* Opera hack */
 width: 766px;
}


#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 5px 3px 7px 3px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}

#globalNav a:link, #globalNav a:visited {
	color: #ffffff;   
	text-decoration: none;
}

#globalNav a:hover {
	text-decoration: none;
	background-image: url(../images/nav_bg_over.gif);
	background-repeat: repeat-x;
	background-position: center left;
}


/************* #search styles ***************/

#searchform {
	margin: 0px;
	padding: 0px;
	float: left;
}
#brandsform {
	margin: 0px;
	padding: 0px;
	float: left;
}

#search{
	padding: 0px 0px 0px 10px;
	width: auto;
	float: left;
	text-align: left;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	color: #FFFFFF;
}

#login{
	padding: 3px 8px 0px 10px;
	float: right;
	height: 34px;
	text-align: left;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	margin: 0px;
	padding: 0px;
}

#searchbox{
	width: 766px;
	height: 34px;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-color: #0099FF;
}

#searchbox { /* IE5 hack */
	width: 766px; 
 	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: 766px;

}

html>body #searchbox { /* Opera hack */
 width: 766px;
}

input {
	margin: 0px;
	padding: 0px;
}

input.formfield {
	margin: 0px;
	padding: 0px;
	display: none;
}

#inputbutton {
	margin: 0px 0px;
	padding: 0px 3px;
	width: 35px;
	float: left;
	height: 34px;
	line-height: 34px;
}

div#loginbutton {
	margin: 0px 0px;
	padding: 0px 0px;
	width: auto;
	float: left;
}
#search img {
	padding-top: 0px;
}

div#inputfield {
	padding: 7px 0px;
	float: left;
	width: 80px;
}

div#username {
	padding: 7px 5px 0px 0px;
	float: left;
	width: 80px;
}

div#password {
	padding: 0px 0px;
	float: right;
	width: 200px;
}

.formfield {
	font-style: normal;
	color: #666666;
	font-size: 100%;
	padding: 1px 3px 1px 3px;
}


.searchfield {
	width: 70px !important; /* Mozilla, Opera 5 & 6 */
    width: 80px; /* IE5/win */
    width/**/:/**/70px; /* IE6/win */
	padding: 0px 3px 0px 3px;
	border: 2px inset #CCCCCC;
	height: 14px !important; /* Mozilla, Opera 5 & 6 */
    height: 18px; /* IE5/win */
    height/**/:/**/15px; /* IE6/win */
	font-style: normal;
	color: #666666;
	font-size: 90%;
	margin: 0px;
	
}


#brandsearch {
	width: auto;
	float: left;
	height: 18px;
	padding: 8px 5px;
	text-align: left;
}
div#advancedsearch {
	width: auto;
	float: right;
	color: #FFFFFF;
	font-size: 100%;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
}
div#registered {
	float: left;
	color: #FFFFFF;
	font-size: 85%;
	height: 34px;
	width: auto;
	line-height: 1.2em;
	padding-top: 5px;
	text-align: right;
	padding-right: 1px;
}
#advancedsearch a, #advancedsearch a:link, #advancedsearch a:visited, #registered a, #registered a:link, #registered a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#advancedsearch a:hover, #registered a:hover {
	color: #FFCC00;
	text-decoration: none;
}





/************* #breadCrumb styles *************/

#breadcrumb {
	font-size: 110%;
	padding: 8px 0px 5px 3px;
	color: #8E8E8E;  
	text-align: left;
	border-bottom: solid #cccccc 1px; 
	margin-bottom: 8px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #083568; 
	width: 766px;
	height: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 1px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: none #4e97ca 1px;
}

.feature ul{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
	margin-left: 13px !important; /* all browsers, not IE */
  margin-left: 4px; /* IE5 */
  margin-left/**/:/**/12px; /* IE6 */
  	margin-right: 13px !important; /* all browsers, not IE */
  margin-right: 4px; /* IE5 */
  margin-right/**/:/**/12px; /* IE6 */
	
}



#imageholdertop{
	padding: 33px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 147px;
	width: 223px;
}

#imageholdertop img, #imageholderbottom img{
	border: solid #666666 1px;
	padding: 1px;
}

#imageholderbottom{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 133px;
	width: 223px;
}


#imageholderextras{
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	width: 223px;
}


#thumblineone {
	padding: 0px 0px 20px 0px;
		height: 100%;
		min-height: 400px; /* Helps IE7 keep the height and stop the footer from popping up over the images */
	height/**/:/**/400px; /* IE6 */

	display: block;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

/* Target IE7 only */
html>body #thumblineone {
*min-height: 610px; /* Helps IE7 keep the height and stop the footer from popping up over the images */
}
/* end */


#thumblinetwo {
	width: 100%;
	padding: 40px 0px 20px 0px;
	height: 150px;
	display: block;
}

.thumbs ul{ /* filters from .feature ul style */

}

.thumbs li{ /* styles filter from .feature ul style, this gets rid of gap between li elements in IE */
	float: left;
	clear:left;

}

li.thumbnail  {
	height: 153px;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	width: 97px;
	text-align: center;
}

li.thumbtitle  {
	font-weight: normal;
	color: #0C71B7;
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 97px;
}

li.prod_descript  {
	color: #0C71B7;
	font-size: 100%;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 97px;
	line-height: 1.0;
	height: 68px;
}

.prod_descript a, .prod_descript a:link, .prod_descript a:visited {
	color: #0C71B7;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 97px;
	line-height: 1.0;
	text-decoration: none;
	
}

.prod_descript a:hover {
	text-decoration: none;
	color: #0099FF;

}

li.thumbcode  {
	font-weight: normal;
	color: #999999;
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 97px;
}


#thumbtitle {
	text-align: center;
	width: 97px;
	display: block;
}

.thumbsnav {
	height: 20px;
	text-align: right;
	width: 766px;
	font-size: 100%;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 2px;
	margin-right: 1px;
	padding: 3px 0px;
	border-bottom: solid #cccccc 1px; 
	float: left;

}
.thumbsnavtop {
	float: right;
	text-align: right;
	font-size: 11px;
}

/************** product page styles ***************/

.productcontainer{
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #144890; 
	width: 766px;
	height: 100%;
}

.productimage {
	float: left;
	width: 167px;
	text-align: center;
}

.productimage img{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: solid #4e97ca 1px; 
}
.product {
	width: 766px;
	float: left;
	height: auto;
	padding: 0px 0px 0px 0px;
}

.productoptions img, .brandimage img, .brandimagebottom img{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: none #4e97ca 0px;
}
.productoptions {
	width: 167px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 52px;
}
.brandimage {
	padding: 0px 0px 0px 0px;
	width: 165px;
	height: 50px;
	margin-top: 5px;
	float: left;
}

.brandimagebottom {
	padding: 0px 0px 0px 0px;
	width: 165px;
	margin-top: 8px;
	float: left;
}
.productinfo {
	float: left;
	width: 320px;
	margin: 0px 0px 0px 20px;
	text-align: left;
	color: #144890; 
}

label{
	font: bold 100% Arial,sans-serif;
	color: #144890; 
}

.bullets ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #0099FF; 
	
}
.bullets li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 1.3em;
}
.description {
	display: block;
	font-weight: bold;
	color: #144890;  
	margin-top: 8px;
	padding-right: 30px;
	text-align: left;
}
.code {
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.bullets {
	margin-bottom: 30px;
	margin-top: 13px;
	width: 280px;
}


.qtyinput {
	font-weight: bold;
	color: #003399;
	width: 40px!important; /* Mozilla, Opera 5 & 6 */
    width: 60px; /* IE5/win */
    width/**/:/**/50px; /* IE6/win */
	padding: 0px 0px 0px 0px;
	height: 14px !important; /* Mozilla, Opera 5 & 6 */
    height: 18px; /* IE5/win */
    height/**/:/**/15px; /* IE6/win */
	margin-top: 9px !important; /* all browsers, not IE */
  	margin-top: 8px; /* IE5 */
  	margin-top/**/:/**/8px; /* IE6 */
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #144890;
	font-size: 1em;
}

#optionsform {
	margin: 0px;
	padding: 0px;
	display: none;
}
#optionsform dd {
	margin: 8px 0px;
	padding: 0px;
}
#optionsform dt {
	float: left;
	width: 120px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	white-space: nowrap;
}
#optionsform #additem {
	float: left;
	width: 100px;
}
#optionsform #qtyfield {
	float: left;
	width: 68px;
	margin: 0px;
	height: 33px;
	padding-top: 0px;
	padding-left: 2px;
}
#optionsform #qtylabel {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px;
}
#itempic {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 247px;
	width: 167px;
	text-align: center;
}
#pricing {
	float: right;
	height: 300px;
	width: 289px;
	text-align: left;
}

#colourcode {
	background-image: url(../images/pricing_header_left.gif);
	background-repeat: no-repeat;
}

#carton {
	background-image: url(../images/pricing_header_middle.gif);
	background-repeat: no-repeat;
	font-size: 90%;
}

#pack {
	background-image: url(../images/pricing_header_middle.gif);
	background-repeat: no-repeat;
	font-size: 90%;
}

#single {
	background-image: url(../images/pricing_header_right.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	font-size: 90%;
}
#pricetable {
	background-image: url(../images/pricing_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 289px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#costs {
	padding: 0px;
	color: #144890;
	font-size: 100%;
}

#costs caption {
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 0;
	
	padding-top: 8px;
	font-family:  Arial, Helvetica, sans-serif;
}
#costs th {
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

#costs td{
	text-align: center;
	padding: 3px 2px 0px 6px;
	height: 18px;
	font-size: 10px;
}
#add_opt {
	background-image: url(../images/pricing_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#add_opt_inner {
	background-image: url(../images/curve_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0px 17px 6px;
	text-align: left;
}
#options_title {
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	margin-top: 8px;
}
.advisory {
	font-size: 90%;
	display: block;
	margin: 5px 10px 10px 5px;
	text-align: left;
}

.advisory_link {
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
}

#add_opt_inner img {
	margin-top: 7px;
	margin-bottom: 7px;
}


.add_button {
	font: bold 11px Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	color: #000000;
}


/************** Client footer styles ****************/

#client_footer {
	height: 23px;
	width: 792px;
	display: block;
	float: left;
	text-align: left;
	background-color: #82a2c9;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid #666666 1px;
	padding: 3px;
	line-height: 23px;
	visibility: hidden;
}

#client_footer { /* IE5 hack */
	width: 766px; 
 	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: 792px;

}

#client_footer #info_link {
	float: right;
}

/************** Catalogue extras styles ****************/

#extras {
	padding: 10px 0px 20px 0px;
	height: 400px;
	display: block;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}
#extraslargeimage {
	float: left;
	width: 290px;
	text-align: center;
	padding-top: 8px;
}
#colourswatch {
	width: 250px;
	text-align: left;
	padding-top: 8px;
	float: left;
	height: 420px;
}
#extrasbrand {
	margin-top: 8px;
	margin-bottom: 20px;
	text-align: center;
}
#extrasbrand img {
	border: thin none #FFFFFF;
}

.extrasproductinfo {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 5px;
	text-align: left;
	color: #144890;
}
#colourswatch img {
	margin: 0px;
	padding: 0px;
	border: thin none #FFFFFF;
	height: 15px;
}
#levelbutton {
	width: 140px;
}
#stocklevel {
	width: 130px;
	display: block;
	float: right;
	height: 41px;
	line-height: 41px;
	color: #FF0000;
}



/*****  shopping basket styles  *****/

.express_error {
	color: #FF0000;
	background-image: url(../images/warning_tri.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	display: block;
	margin-top: 10px;
	padding-left: 20px;
	width: 400px;
	text-align: left;
}

fieldset {
	border: 1px solid #A3C7E9;
	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

legend {
	font-size: 110%;
	font-weight: bold;
	color: #1472D0;
	padding: 1px 3px 1px 5px;
	
	border-top: 1px solid #A3C7E9;
	border-right: 1px solid #5C89C7;
	border-bottom: 1px solid #5C89C7;
	border-left: 1px solid #A3C7E9;
}

/* ie hack for legend overflow */
fieldset{
	position:relative;
} legend{position:relative;_top:-1em}



#basket_placeorder {
	text-align: right;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #E8E8E8;
}

#basket_delinfo {
	margin: 30px 0px 0px 0px;
	padding: 10px 0px;
	text-align: left;
}
#basket_delinfo dt {
	float: left;
	display: block;
	width: 120px;
	padding: 3px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#basket_delinfo dd {
	margin: 0px;
	padding: 3px 0px;
}

#basket_delinfo dl {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#basket_delinfo .address_two {
	margin-left: 120px;
	padding-left: 0px;
}
#confirm_info {
	display: block;
	margin-bottom: 20px;
	height: 100%;
}

#page2_info {
	padding: 10px 0px 20px 0px;
	height: 100%;
	display: block;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}

#table_products caption {
	font-size: 110%;
	color: #1472D0;
	font-weight: bold;
	text-align: left;
}
#table_products .border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#table_products {
	margin-top: 30px;
	margin-bottom: 35px;
	font-size: 100%;
	color: #000000;
}
#table_products .bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 2px;
	border-bottom: solid #666666 1px;
}

#continue_shop {
	float: left;
	width: 136px;
	padding-left: 5px;
	display: block;
}



/**************    Advanced Search styles    ***************/

#advsearch_form dt {
	float: left;
	display: block;
	width: 120px;
	padding: 5px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#advsearch_form dd {
	margin: 0px;
	padding: 5px 0px;
}
#advsearch_form {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px;
}
#advsearch_form dl {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#advsearch_form #searchbutton {
	margin-top: 12px;
}
#page2_image {
	display: block;
	float: right;
	height: 350px;
	width: 350px;
	text-align: right;
}
