@charset "utf-8";
/* CSS Document */
/*
---------------------------------------------------------- reset
*/
body,ul,li,p,h1,h2,h3,h4,img,fieldset{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}
/*
---------------------------------------------------------- text
*/
body{
	font:62.5% normal Arial, Helvetica, sans-serif; 
}
p{
	font-size:1.2em;
	margin:1em 0;
	color:#4F4F4F;
	line-height:1.5;
}
h1{
	font-size:1.9em;
	text-transform:uppercase;
	color:#675348;
}
h2{
	font-size:1.4em;
	color:#695549;
}
h2 a{
	color:#695549;
}
h3{
	font-size:1.2em;
	color:#373636;
	text-transform:uppercase;
}
a{
	color:#5e5d5d;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
/*
---------------------------------------------------------- text
*/
legend{
	font-size:1.4em;
	font-weight:bold;
	color:#695549;
	margin:0;
	padding:0 0 14px 0;
}
label{
	display:block;
	float:left;
	width:190px;
	font-size:1.2em;
	margin:0 0 5px 0;
	color:#5E5D5D;
	clear:left;
}
input,
textarea,
select{
	margin:0 0 5px 0;
	padding:2px 4px;
	border:1px solid #ccc;
	color:#5E5D5D;
}
/*
---------------------------------------------------------- site
*/
body{
	background:url(/images/bodyR.jpg) repeat-x 0 0;
}
#wrap{
	background:url(/images/bodyImg.jpg) 50% 0 no-repeat;
}
#width{
	width:992px;
	margin:0 auto;
}
/*
---------------------------------------------------------- header
*/
#header{
	height:109px;
	position:relative;
}
#basket{
	position:absolute;
	top:5px;
	right:0;
	background:#d6dee0;
	padding:10px 20px;
	z-index:9999;
}
#basket li{
	float:left;
	font-size:1.2em;
	color:#454545;
}
#basket li a{
	border-left:1px solid #b2b9ba;
	color:#434343;
	display:block;
	font-weight:bold;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}
#basket li strong{
	color:#775947;
}
#strapline{
	position:absolute;
	top:56px;
	left:290px;
	font-size:1.9em;
	font-weight:bold;
	color:#665449;
}
#strapline strong{
	color:#a69835;
}
#telephone{
	width:177px;
	height:27px;
	background:url(/images/tel.png) no-repeat;
	position:absolute;
	top:60px;
	right:30px;
}
#logo{
	position:absolute;
	top:0;
	left:0;
	width:234px;
	height:78px;
	background:url(/images/logo.gif) no-repeat;
	line-height:0;
	text-indent:-9999px;
}
/*
---------------------------------------------------------- navigation
*/
#nav{
	position: relative;
	background:url(/images/navL.jpg) no-repeat;
	padding-left:7px;
	z-index: 9999;
}
#nav ul{
	background:url(/images/nav.jpg) repeat-x 0 0;
	height:38px;
	margin:0 0 10px 0;
	z-index: 9999;
}
#nav li{
	float:left;
	font-size:1.3em;
	border-right:1px solid #25180e;
	height:35px;
	_overflow:hidden;
	position:relative;
	z-index: 9999;
}
#nav a{
	display:inline-block;
	height:35px;
	color:#d2cfcb;
	padding:10px 16px 0 16px;
}	
#nav a:hover{
	color:#fff;
	background:url(/images/navHover.gif) no-repeat 50% 100%;
	text-decoration:none;
}
#nav li ul{
	position:absolute;
	top:38px;
	left:0;
	background:none;
	width:160px;
	display:none;
	z-index:9999;
}
#nav li:hover ul{
	display:block;
}
#nav li ul li{
	float:none;
	border-right:none;
}
#nav li ul li a{
	display:block;
	height:30px;
	color:#d2cfcb;
	background:#51463b;
	font-size:.7em;
}
#nav li ul li a:hover{
	background:#392b1f;	
}

#nav li#search{
	float:right;
	padding:7px 10px 0 0;
	border:none;
	background:url(/images/navR.jpg) no-repeat 100% 0;
}
#nav li#articles ul{
	width:300px;
}	
#search label{
	color:#d2cfcb;
	font-size:1.1em;
	font-weight:bold;
	display:inline;
	float:none;
	width:auto;
	margin:0;
}

#search .textInput{
	background:url(/images/search.jpg) no-repeat;
	width:116px;
	height:18px;
	border:none;
	padding:2px 0 0 22px;
}
#search .submitForm{
	background:none;
	border:none;
	color:#d2cfcb;
	cursor:pointer;
	font-weight:bold;
	font-size:1.1em;
	margin:0;
	padding:0;
}
#subNav{
	position:absolute;
	top:5px;
	right:265px;
	padding:10px;
}
#subNav li{
	float:left;
	font-size:1.2em;
}
#subNav li a{
	border-left:1px solid #d3dcdf;
	color:#746c66;
	display:block;
	padding:0 10px;
}
li.noBrd a{
	border:none !important;
}
#sideNav a{
	background:url(/images/subNavOff.jpg) no-repeat;
	width:176px;
	height:26px;
	color:#4e423b;
	display:block;
	text-indent:14px;
	font-size:1.4em;
	padding:12px 0 0 1px;
	margin:0 0 1px 0;
	white-space:nowrap;
}
#sideNav a:hover{
	background:url(/images/subNavOn.jpg) no-repeat;
	text-decoration:none;
}
#sideNav ul a{
	background:#f0edee;
	height:20px;
	padding:6px 0 0 0;
	color:#6e6d65;
	font-size:1.2em;
}
#sideNav ul a:hover{
	background:#d6d6d6;
	color:#53524d;
	font-weight:bold;
}
#sideNav.closed ul{
	display:none;
}
/*
---------------------------------------------------------- content
*/
#page{
	background:#fff;
	padding:9px;
	overflow:hidden;
	clear:both;
	margin:10px 0 0 0;
}
.feedback h2{
	border-top:1px dashed #ccc;
	margin:20px 0 5px 0;
	padding:20px 0 0 0;
}
.feedback a img{
	float:right;
	margin:20px 10px 10px 10px;
}
#breadcrumb{
	height:10px;
	padding:0 0 0 10px;
}
#breadcrumb li{
	float:left;
	line-height:10px;
	margin:0 14px 0 0;
	font-size:1.1em;
}
#slider{
	width:730px;
	height:284px;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0 0 25px 0;
}
#slides li{
	width:730px;
	height:241px;
}
#slides #slide1{background:url(/images/hero/yumove.jpg) no-repeat;}
#slides #slide2{background:url(/images/hero/yumegaDog.jpg) no-repeat;}
#slides #slide3{background:url(/images/hero/yumegaPlus.jpg) no-repeat;}
#slides #slide4{background:url(/images/hero/yumegaCat.jpg) no-repeat;}
#slides #slide5{background:url(/images/hero/toothcleaner.jpg) no-repeat;}
#slides #slide6{background:url(/images/hero/salmopet.jpg) no-repeat;}

#slides li a.learnMore{
	display:block;
	width:104px;
	height:30px;
	position:absolute;
	top:184px;
	left:186px;
}

#slides li a.buyOnline{
	display:block;
	width:145px;
	height:30px;
	position:absolute;
	top:184px;
	left:298px;
}

#myController{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:43px;
	background:#f1efd5;
	width:730px;
}
#myController li{
	float:left;
	line-height:43px;
	padding:0 13px;
	cursor:pointer;
	text-transform:uppercase;
	font-size:1.4em;
	color:#4c4239;
	font-weight:bold;
}
#myController li.jFlowSelected{
	background:url(/images/myControllerBg.jpg) repeat-x 0 0;
}
#content{
	padding:20px 10px 10px 10px;
}
#content.home{
	width:700px;
}
#content a{
	font-weight:bold;
}

#content.feedback a {
	text-transform: uppercase !important;
}

/***********************************css used for panel output and CMS tinyMCE root block***********************************/
#panelContent{
	background:#fff;
	padding:20px 10px 10px 10px;
	word-wrap: break-word;
	white-space: normal;
	margin:10px 0 0 0;
	width:550px;
}
/***********************************css used for panel output and CMS tinyMCE root block***********************************/

.ticks{
	float:left;
	width:200px;
	padding:10px 0 0 0;
}
#productDesc ul{
	padding:0 0 14px 0;
	font-size:1.1em;
	color:#5E5D5D;
}
.ticks li{
	list-style-image:url(/images/ticks.gif);
	font-size:1.1em;
	margin:0 0 0 25px;
	padding:5px 0;
	color:#675348;
}
#productDesc li{
	list-style-image:url(/images/ticks.gif);
	font-size:1.1em;
	margin:0 0 0 25px;
	padding:5px 0;
	color:#5E5D5D;
}

.list,
#content ul{
	padding:0 0 14px 0;
}
.list li,
#content ul li{
	font-size:1.2em;
	margin:0 0 0 25px;
	color:#5E5D5D;
	list-style:circle;
	line-height:1.5;
}
.listBenifits{
	padding:0 0 14px 0;
}
.listBenifits li{
	font-size:1.2em;
	margin:0 0 0 25px;
	color:#5E5D5D;
	overflow:hidden;
	line-height:1.6;
	padding-top:20px;
	margin:0 0 10px 0;
}
.listBenifits li img{
	float:right;
	margin:-20px 0 0 20px;
	width:80px;
}

.listNo{
	padding:0;
}
.listNo li{
	font-size:1.2em;
	margin:0 0 0 25px;
	color:#5E5D5D;
	list-style:decimal;
	line-height:1.5;
}
.table{
	font-size:1.2em;
	color:#5E5D5D;
	text-align:left;
	margin:0 0 14px 0;
}
.table th,
.table td{
	padding:4px 4px 4px 0;
}
#mastheadStore{
	width:780px;
	height:158px;
	overflow:hidden;
}
#mastheadStore li{
	width:780px;
	height:158px;
}
#mastheadStore li a{
	display:block;
	width:780px;
	height:158px;
}
#mastheadStore #slide1{background:url(/images/mastheads/move.jpg) no-repeat;}
#mastheadStore #slide2{background:url(/images/mastheads/dog.jpg) no-repeat;}
#mastheadStore #slide3{background:url(/images/mastheads/plus.jpg) no-repeat;}
#mastheadStore #slide4{background:url(/images/mastheads/cat.jpg) no-repeat;}
#mastheadStore #slide5{background:url(/images/mastheads/toothcleaner.jpg) no-repeat;}
#mastheadStore #slide6{background:url(/images/mastheads/salmo.jpg) no-repeat;}

.masthead{
	height:158px;
	width:545px;
}
.masthead a{
	height:158px;
	width:545px;
	display:block;
}

.masthead#move{background:url(../images/mastheadssmall/move.jpg) no-repeat;}
.masthead#dog{background:url(../images/mastheadssmall/dog.jpg) no-repeat;}
.masthead#plus{background:url(../images/mastheadssmall/plus.jpg) no-repeat;}
.masthead#cat{background:url(../images/mastheadssmall/cat.jpg) no-repeat;}
.masthead#toothcleaner{background:url(../images/mastheadssmall/toothcleaner.jpg) no-repeat;}
.masthead#salmo{background:url(../images/mastheadssmall/salmo.jpg) no-repeat;}

#calendar{
	font-size:1.2em;
	color:#5E5D5D;
	margin:10px 0 0 0;
}
#calendar td{
	padding:4px 4px 4px 0;
	border-bottom:1px solid #ccc;
}
#calendar tr:hover{
	background:#eee;
}

/*
---------------------------------------------------------- panels
*/
/* panel right hand col */
#panelRight li{
	width:232px;
	margin:0 0 10px 0;
}
#panelRight li p a{
	font-weight:bold;
}
#panelRight li h2{
	padding:14px 0 0 14px;
	width:144px;	
	text-transform:uppercase;
}
#panelRight li p{
	padding:0 25px 0 14px;
	font-size:1.1em;
	color:#5e5d5d;
}
/* panel left hand col */
#panelLeft li{
	overflow:hidden;
}
#panelLeft li p a{
	font-weight:bold;
}
#panelLeft li h2{
	padding:14px 0 0 14px;
	text-transform:uppercase;
}
#panelLeft li p{
	padding:0 0 0 14px;
	width:130px;
	font-size:1.1em;
	color:#5e5d5d;
}
#panelLeft li img{
	padding:10px 0 0 14px;
}
/* panel horizontal */
#panelLong{
	clear:both;
}
#panelLong li{
	float:left;
	height:120px;
}
#panelLong li h2{
	padding:14px 0 0 14px;
	width:120px;
	text-transform:uppercase;
}
#panelLong li p{
	padding:0 0 0 14px;
	width:130px;
	font-size:1.1em;
	color:#5e5d5d;
}
#panelLong li p a{
	font-weight:bold;
}
/* panel images */
#PetHealthArticles{
	background:#f1efd5 url(/images/panels/PetHealthArticles.jpg) no-repeat 100% 0;
	width:360px;
}
#CustomerFeedback{
	background:#f1efd5 url(/images/panels/CustomerFeedback.jpg) no-repeat 100% 0;
	width:360px;
	margin:0 11px;
}
#EventsCalendar{
	background:#f1efd5 url(/images/panels/EventsCalendar.jpg) no-repeat 100% 0;
	width:232px;
}
#Newsletter{
	background:#f0edee url(/images/panels/Newsletter.jpg) no-repeat 100% 100%;
	height:136px;
}
#OnlineStore{
	background:#f0edee url(/images/panels/OnlineStore.jpg) no-repeat 100% 100%;
	height:136px;	
}
#OnlineStoreLrg{
	background:#f0edee url(/images/panels/OnlineStore.jpg) no-repeat 100% 100%;
	height:158px;	
}
#newsletterSml{background:url(../images/panels/newsletter-white.jpg) no-repeat 100% 100%;}

#overseas{background:url(../images/overseas.jpg) no-repeat 100% 100%;}

#Map{background:#fff url(/images/panels/Map.jpg) no-repeat 100% 100%;}
#security{background:url(/images/panels/padlock.jpg) no-repeat 90% 50%;}
#delivery{background:url(/images/panels/delivery.jpg) no-repeat 95% 50%;}
#guarentee{background:url(/images/panels/guarentee.jpg) no-repeat 95% 100%;}
#freeDelivery{background:url(/images/panels/freeDelivery.jpg) no-repeat 95% 100%;}
#freeDeliverySml{background:url(/images/panels/freeDelivery.jpg) no-repeat 95% 100%;}

li#security p{width:150px;}
li#delivery p{width:140px;}
li#guarentee p{width:100px;}
li#newsletterSml p{width:110px;}
li#overseas p{width:110px;}
li#Newsletter p{width:110px;}
li#OnlineStore p{width:110px;}
li#Map p{width:110px;}
li#OnlineStoreLrg p {width:110px;}
li#freeDeliverySml p{width:110px;}

#PetHealthArticles a,
#CustomerFeedback a{
	display:block;
	width:360px;
	height:120px;
}
#PetHealthArticles a:hover,
#CustomerFeedback a:hover{
	text-decoration:none;
}

/*
---------------------------------------------------------- cols
*/
#colRight{
	width:232px;
	float:right;
}
#colLeft{
	width:185px;
	float:left;
	margin:0 5px 0 0;
}
#colCenter{
	width:530px;
	float:left;
}
#colWide{
	width:780px;
	float:left;
}
/*
---------------------------------------------------------- where to find
*/
#mapHolder{
}
#resultsMap{
	margin:0 0 10px 0;
	width:730px;
	height:300px;
}
table#resultsMore{
	width:720px;
	font-size:1.2em;
	color:#5E5D5D;
}
table#resultsMore td{
	padding:2px;
	border-bottom:1px solid #ccc;
}

/*
---------------------------------------------------------- products
*/
#products{
	width:782px;
	float:left;
}
#products li{
	float:left;
	width:367px;
	height:220px;
	border:1px solid #e2e0de;
	padding:5px 12px 5px 0;
	margin:0 10px 10px 0;
}
#products li:hover{
	border:1px solid #999;
}
#products ul li:hover{
	border:none;
}
#products li li{
	float:none;
	width:auto;
	height:auto;
	border:none;
	padding:3px 0;
	margin:0;
	color:#545454;
	font-size:1.1em;
}
#products li ul{
	padding:0 0 5px 150px;
}
#products li img{
	float:left;
	margin:15px 40px;
}
#products li h3{
	font-size:1.7em;
	padding:0;
	margin:0;
}
#products li p{
	font-size:1.1em;
}
#products a{
	font-weight:bold;
	font-size: 1.1em;
}
span.price{
	color:#f38211;
	font-size:2.2em;
	font-weight:bold;
	padding:3px 0 7px 0;
	display:block;
}
.productImg{
	height:180px;
	width:150px;
	display:block;
	float:left;
}
.productImgLrg{
	height:240px;
	width:200px;
	display:block;
	float:right;
	margin:0 0 0 10px;
}
#products input{
	border:none;
	margin:0;
	padding:0;
}
#products label{
	float:none;
	width:auto;
	display:inline;
}

form.basketForm{
	padding:0 0 48px 14px;
}
form.basketForm .price{
	font-size:2em;
	padding:10px 0 10px 10px;
}
form.basketForm li {
	padding:2px 0;
	margin:0;
	color:#545454;
	font-size:1.1em;
}
form.basketForm ul{
	padding-bottom:14px;
}
#alsoBoaght{
	margin:20px 0;
	padding:0 0 20px 0;
	height:130px;
	overflow:hidden;
}
#alsoBoaght li{
	list-style-image:none;
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	width:160px;
	float:left;
}
/*
---------------------------------------------------------- footer
*/
#footer{
	clear:both;
	padding:20px;
	background:#fff;
	overflow:hidden;
	margin-top:5px;
}
#footer ul{
	width:150px;
	float:left;
	padding:10px 0;
}
#footer li{
	line-height:1.5;
}
#footer a{
	color:#5e5d5d;
	font-size:1.1em;
}
#logos{
	float:right;
	padding:75px 0 0 0;
}
#logos img{
	margin:0 0 0 20px;
	width:90px;
}
#credits{
	clear:both;
	padding:10px 10px 10px 20px;
}
#credits li{
	float:left;
	margin:0 15px 5px 0;
}
#credits a{
	font-size:1.1em;
}
#credits li#magic{
	float:right;
}
/* basket
--------------------------------------------------------------*/
div.aboveBasket{
	padding:0 0 10px 0;
	text-align:right;
	width:100%;
	border-bottom:1px dotted #ccc;}

table.basket{
	width:100%;
	margin:10px 0 25px 0;
	font-size:1.2em;}

table.basket thead tr{
	background:url(/images/basketGrad.jpg) repeat-x left bottom;
	height:29px;}

table.basket th{
	font-weight:bold;
	color:#534138;
	text-align:left;
	font-size:1.1em;}

table.basket th{
	padding:3px 0;}

table.basket td{
	padding:5px 0;}

table.basket tr.productRow td{
	border-bottom:1px dotted #ccc;
	padding-top:10px;
	padding-bottom:10px;}

table.basket th.delete,
table.basket th.qty,
table.basket td.delete,
table.basket td.qty{
	width:50px;}

table.basket th.price,
table.basket th.total,
table.basket td.price,
table.basket td.total{
	text-align:right;}

table.basket th.price,
table.basket td.price{
	width:200px;}

table.basket th.total,
table.basket td.total{
	width:100px;}

table.basket th.product,
table.basket td.product{
	width:570px;}

table.basket th.total, table.basket td.total{
	padding-right:10px;}

table.basket td.delete{
	text-align:center;}
	
table.basket td.delete a{
	background:url(../images/icon-x.png) no-repeat;
	width:12px;
	height:12px;
	text-align:center;
	text-indent:-9999px;
	display:block;
	margin-left:20px;
}

table.basket td.qty input{
	width:2.5em;
	border:1px solid #ccc;
	padding:1px;}

table.basket td.product img{
	width:30px;
	display:block;
	float:left;
	margin-right:10px;}

table.basket td.product .formButtonGreen{
	margin-top:5px;}

table.basket tr.promoCode td{
	vertical-align:bottom;}

table.basket tr.promoCode h3{
	margin:10px 0;}
	
table.basket tr.promoCode label{
	margin-right:5px; 
	padding-top:3px;
	width:auto; 
	font-size:1em; 
	color:#111;}

table.basket td.delivery{
	text-align:right;
	padding:25px 10px 0 0;}

table.basket tr.addonsRow{
	background:#e1ffd1;}

table.basket tr.addonsRow td{
	padding:10px 20px;
	border-bottom:1px dotted #ccc;}

table.basket tr.addonsRow p.intro{
	color:#3d4f7a;
	font-size:1.2em;}

table.basket td.txtRight{
	text-align:right;}

table.basket tr.promoCode td{
	vertical-align:bottom;}

table.basket tr.promoCode h4{
	margin:10px 0;}

div.promoCode{
	clear:both;
	float:left;
	padding:10px 45px 10px 45px;
	margin-top:10px;}

div.promoCode p{
	white-space:nowrap;
	margin:0;}

div.promoCode.success{
	color:#468d3f;
	background:#e1ffd1 url(/images/promo-success.gif) no-repeat 10px center;
	border:1px solid #c5f8ac;}

div.promoCode.fail{
	color:#ee7b61;
	background:#f8e5e5 url(/images/promo-fail.gif) no-repeat 10px center;
	border:1px solid #ee7b61;}



.login,
.personal,
.gateway{
	padding:10px 0 0 0;
}

form#addressForm{
	color:#5E5D5D;
}
form#addressForm select{
	margin:0 0 5px 0;
	color:#5E5D5D;
}
.newsletterOptIn{
	font-size:1.2em;
	clear:both;
	padding:10px 0;
}

a.formButton{
	background:url(../images/buttonGreen.jpg) no-repeat;
	width:169px;
	height:32px;
	line-height:32px;
	text-align:center;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}
a.formButtonGreen{
	background: url(../images/buttonOrange.jpg) no-repeat;
	width:169px;
	height:32px;
	line-height:32px;
	text-align:center;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	cursor:pointer;
}
form#addressForm input.formSubmit{
	border:none;
}
input.formSubmit{
	background: url(../images/buttonOrange.jpg) no-repeat;
	width:169px;
	height:32px;
	border:none;
	color:#fff;
	cursor:pointer;
	border:none;
}
input.addToBasket{
	border:none;
}
input.submitFormSml,
input.gsc-search-button{
	background:url(../images/buttonOrangeSml.jpg) no-repeat;
	width:120px;
	height:23px;
	border:none;
	color:#fff;
	cursor:pointer;
	border:none;
	vertical-align:top;
}
input.gsc-search-button{
	margin-left:10px;
}
.noMargin span{
	display:block;
}
#variantList label{
	width :auto;
	vertical-align: middle;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
}
#variantList{
	padding: 0 0 10px 10px;
}
#variantList input{
	border: none;
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
}


/*Floats and Clearing
-------------------------------------------------------------- */
.fR{
	float:right;}

.fL{
	float:left;}
	
.clear{
	clear:both;
}

.clearfix:after{
    content: ".";
    display: block;
    height:0;
    clear:both;
    visibility: hidden;}

#floatClear{
	float:left;}

.clBoth{
	clear:Both;}


.txtCenter{
	text-align:center;
	clear:both;
	padding:5px 0;
	font-style:italic;
}
.center{
	text-align:center;
}


.highlight{
	padding:5px;
	font-weight:bold;
	text-align:center;
}
.red{
	color:red;
}
#alert{
	padding:5px;
	border:1px dashed #ccc;
	font-weight:bold;
	font-size:1.4em;
}
.noMrg{
	margin:0;
	padding:0;
}


.gsc-branding,
.gs-visibleUrl-short,
.gs-watermark,
.gsc-resultsHeader,
.gsc-trailing-more-results{
	display:none;
}
.gsc-search-box{
	margin:8px 0;
}
.gsc-resultsRoot{
	font-size:1.2em;
}
.gsc-result{
	padding:6px 0;
	border-bottom:1px dashed #ccc;
	color:#5e5d5d;
}
.gs-title{
	font-weight:bold;
}
.gsc-cursor{
	height:30px;
}
.gsc-cursor-page{
	float:left;
	display:block;
	margin:0 10px 0 0;
	line-height:30px;
	cursor:pointer;
}

/*********************contact form**********************/

#contactUsButton {/* contact us submit */
	vertical-align: middle;
	margin-left: 80px;
}

.requiredSpn {
	color: Red;
	font-weight: bold;
	font-size: medium;
	vertical-align: middle;
}

.messageDiv {
	color: green;
	font-weight: bold;
	font-size: medium;
}

.errorDiv {
	color: red;
	font-weight: bold;
	font-size: medium;
}
