@charset "utf-8";

/*
|--------------------------------------------------------------------------
| Amedia's Magento Integration > Frontend > Global Reset Sheet
|--------------------------------------------------------------------------
|
| @package		Amedia's Magento Integration
| @subpackage	Frontend - Reset
| @company		Amedia Creative, Inc.
| @phone		310/651/8733
| @fax			310/388/1210
| @author		Joey Avino
| @email		joey@amediacreative.com
| @link			http://www.amediacreative.com
| @copyright	2009 Amedia Creative, Inc.
|
*/

/*
|--------------------------------------------------------------------------
| Amedia's Magento Integration > Global Resets
|--------------------------------------------------------------------------
|
*/

body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}










/*
|--------------------------------------------------------------------------
| Amedia's Magento Integration > Global Font Resets
|--------------------------------------------------------------------------
|
*/

	body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*
|--------------------------------------------------------------------------
| Amedia's Magento Integration > Frontend > Global Reset Sheet > Global Resets
|--------------------------------------------------------------------------
|
*/

	/* ----- Main Section. -------------- */
	* { margin: 0; padding: 0; }
	body { font-size: 11px; line-height: 18px; font-family: Arial, Helvetica, sans-serif; color: #ffffff;  }





	/* ----- Forms. -------------- */
	input, textarea, select { border: 1px solid #4c4c4c; background: white; color: black; font-size: 12px; padding: 2px 5px; width: 100%; font-weight: normal;
								/* ----- CSS3 -------------- */
								-moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;
								-moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
								-webkit-border-top-right-radius: 3px;  -webkit-border-top-left-radius: 3px;  
								-webkit-border-bottom-left-radius: 3px;  -webkit-border-bottom-right-radius: 3px; }
	button { background: #00CCFF; border: 0px; padding: 4px 6px; cursor: pointer; font-size: 12px; line-height: 12px; color: #ffffff;
				-moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;
				-moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
				-webkit-border-top-right-radius: 3px;  -webkit-border-top-left-radius: 3px;  
				-webkit-border-bottom-left-radius: 3px;  -webkit-border-bottom-right-radius: 3px; }
		button span { margin: 0px; padding: 0px; } 
	select { cursor: pointer; }
	label 				{ font-weight: bold; color: #ffffff; }
	.checkbox, .radio { width: 14px !important; height: 14px !important; }





	/* ----- Global Divs. -------------- */
	.container			{ width: 100%; overflow: hidden;}
	.clear				{ clear: both; }
	.radio, checkbox	{ border: 0; background: 0; }
	.pages-indent		{ padding: 0px; }
	form 				{ display: inline; }
	fieldset 			{ border: 0; }
	legend 				{ display: none; }





	/* ----- Images. -------------- */
	img         { border:0; vertical-align:top; }





	/* ----- Links. -------------- */
	a           	{ color: #00CCFF; text-decoration: none; outline: none; }
		a:hover     { text-decoration: none; color: #0098be; }
		:focus      { outline: 0; }





	/* ----- Headings. -------------- */
	h1          { font-size: 1em; font-weight: normal; line-height: 1.3; }
	h2          { font-weight: normal; font-size: 24px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 7px; color: #00ccff; text-transform: lowercase; line-height: 24px; }
	h3          { font-weight: normal; font-size: 12px; color: #ffffff; }
	h4          { font-size: 1em; font-weight: bold; margin-bottom: 5px;}
	h5          { font-size: 1em; font-weight: bold; }
	h6          { font-size: 1em; font-weight: bold; }





	/* ----- Table. -------------- */
	table       	{ border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
		th          { vertical-align:top; text-align:left; font-weight:normal; }
			td      { vertical-align:top; }





	/* ----- Content. -------------- */
	address     { font-style: normal; }
	cite        { font-style: normal; }
	q,
	blockquote  { quotes: none; }
	q:before, 
	q:after     { content:''; }
	small, big  { font-size: 1em; }
	sup         { font-size: 1em; vertical-align: top; }
	p 			{ margin-bottom: 7px; }





	/* ----- Lists. -------------- */
	ul, ol       { list-style: none; }





	/* ----- Tools. -------------- */
	.nobr       { white-space: nowrap !important; }
	.wrap       { white-space: normal !important; }
	.a-left     { text-align: left !important; }
	.a-center   { text-align: center !important; }
	.a-right    { text-align: right !important; }
	.v-middle   { vertical-align: middle; }
	.f-left,
	.left       { float: left !important; }
	.f-right,
	.right      { float: right !important; }
	.f-none     { float: none !important; }
	.f-fix      { float: left; width:100%; }
	.no-display { display :none; }
	.no-margin  { margin: 0 !important; }
	.no-padding { padding: 0 !important; }
	.no-bg      { background: none !important; }
	.italic 	{ font-style: italic !important; }
	.bold 		{ font-weight: bold !important; }





	/* ----- Clearfix -------------- */
	.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	.clearfix { display: inline-block; }
	html[xmlns] .clearfix { display: block; }
	* html .clearfix { height: 1%; }