@charset "utf-8";
/*====================================================================
Title : Global.css
Author : Seymour 
URL : 
Description : For all pages
Created : 2012-08-06
Modified : 
====================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
body {
	color:#666;
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif;    
	text-align:center;
	width:100%;
	background:#fff url(../images/main_bg.jpg) left top repeat;
}
dl,
dd,
dt,
ul,
ol,
li{
	list-style-type:none;
	list-style-image:url();
}
input,
textarea,
select,
option
{
	margin:0;
}
select, 
input, 
button, 
button img, 
label, 
img {
    vertical-align: middle;
}
a{
	color:#ff9800;
	text-decoration:none;
}
a:hover{
	color:#d87800;
	text-decoration:underline;
}
a:active, a:focus {
    outline:none;
}
input,
select{
	font-family: Arial, Helvetica, sans-serif;
}


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
