/* 
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.

*/

#header img.title {
	margin-top: -22px;
}

.hidden{
	display:none;
}
#cat_navi{
	font-family:"Trebuchet MS";
}


#sidebar input, #sidebar textarea{
width:230px;
}
#sidebar p, #sidebar span{
line-height:auto;
margin:0px; line-height:15px; padding-bottom:0px;
}
#sidebar .inside p{
	margin-left:5px;
}

.nivoSlider{
	height: 250px; 
	width:  553px;
}














.wpcf7-submit{
    margin: 15px 0 0 0px;
}

.wpcf7-submit, .wpcf7-submit:visited {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35);
    border-style: solid;
    border-width: 1px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.wpcf7-submit, .wpcf7-submit:visited{
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    background: url("images/alert-overlay.png") repeat scroll 0 0 transparent;
    background-color: #555555;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana,Geneva,sans-serif;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
}