
/*  
Website:	Responsive Menu
Type:		Stylesheet
Version:	2.1
Media:	 	Screen
*/


/* GENERAL */
html, body, form	{ margin:0; padding:0; border:0; font-family: 'Open Sans', sans-serif; font-size:13px; color:#EDEDED; font-weight:normal;}
body				{ min-width:100%;}
form, div, 
input, textarea 	{ margin:0;padding:0;border:0;-webkit-appearance: none; border-radius: 0; }
input, textarea, 
select, option 		{ outline:0 none;line-height:20px;  font-family: 'Open Sans', sans-serif;}
input 				{ vertical-align:top; font-size:12px}
ul, ol, li, 
dd, dt, dd 			{ margin:0;padding:0;list-style:none;}

a 					{ color:#000000; text-decoration:none; outline:0 none; cursor:pointer}
header
nav, menu, 
img					{ max-width:100%; height:auto;}



/*WRAPPER*/
#wrapper			{ position:relative;     max-width: 100%;width: 100%; margin:0 auto;}

/*HEADER*/

nav					{ padding: 0; position: relative; top:0; width: 100%;}

.search input[type="text"]			{ background: none repeat scroll 0 0 #ffffff; border: medium none; border-radius: 15px; height: 16px; line-height: 16px; margin-right: -15px; padding: 5px 0 5px 14px;}

/*CLEARFIX*/
.clear					{ clear:both; height:0; line-height:0; margin:0; padding:0;}
