/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

/*- toptext -*/
#header h5{
	float: right;
	_width:150px;
        margin:0px 17px 0;
        font-size: 1.0em;
}
#header h5 a{
        text-decoration: underline;
        color: #ded4d3
}
#header h5 a:hover{
	text-decoration: none
}
*/

/* Contact Popup
---------------------------------------------------------------------------*/
body.popup span.name{font-weight:bold;font-size:14px;color:#000;}
body.popup p.note{font-style:italic;font-size:10px;}
body.popup p{font-size:12px;}
#contact{margin:13px;text-align:center;}
#contact table{width:100%;text-align:left;}
#contact table td{padding:8px;}
#contact table label{display:block;font-weight:bold;font-size:13px;padding-bottom:3px;color:#005A9B;}
.formWrapper{margin-bottom:20px;background:#F2FEDD;padding:5px 0 1px;}
#contact table input.field{width:224px;padding:3px;font-family:arial,helvetica,sans-serif;font-size:15px;color:#444;}
#contact table textarea{width:480px;padding:3px;font-family:arial,helvetica,sans-serif;font-size:15px;color:#444;}
img.profile{border-right:1px solid #c6ced4;border-bottom:1px solid #c6ced4;background:#f0f0f0;padding:4px;margin-bottom:5px;}

input.submit{display:block;text-indent:-9999px;overflow:hidden;height:35px;width:131px;background:url('http://www.wandtheworld.com/images/btn_submit.png') no-repeat;margin:5px auto 0;}
input:hover.submit{background-position:0 -34px;}
input:active.submit{background-position:0 -68px;}

/* self-clear floats */
.group {display: inline-block}
* html .group{height: 1%}
.group {display: block}
.group:after{content:".";display:block;height:0;clear:both;visibility:hidden;}


