/* ---------------------------------------------
Screen Stylesheet for http://www.DomainName.com
Updated: 06/10/08 - Author / Company
Version: 2.11
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Typography
	Template 
	Links
	Navigation
	Forms
	Global Classes
	Pages

--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:1;
}
fieldset, table {
border:none;
}
table {
border-collapse:collapse;
border-spacing:0;
overflow:hidden;
word-wrap:break-word; /* will not validate IE only */
}
caption, th, td {
text-align: left;
}
/* ---------- ::Defaults:: --------------------- */
html { 
font-size:100.01%; 
height: 101%; /* forces scroll on short length pages */
}
body { 
height:100%;
font:62.5%/1.3 Arial,Tahoma,Geneva,Helvetica,sans-serif;
background:#fff;
color:#333;
}



/* ---------- ::Template:: --------------------- */
#wrap {
margin:0 auto;
}
#masthead {
}
#content {
}
#right {
float:right;
}
#left {
float:left;
}
#footer {
clear:both;
}


/* ----------  ::Navigation:: ------------------ */

	/* ::Main Menu:: --- */
	#menu {
	}
	#menu li {
	}
	#menu li a {
	}
	#menu li a:active, #menu li a:focus, #menu li a:hover {
	}
	
	/* ::Footer Menu:: --- */
	#footer ul {
	}
	#footer li {
	}
	#footer li a {
	}
	#footer li a:active, #footer li a:focus, #footer li a:hover {
	}
	
/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
input,label,select,textarea {
vertical-align:middle;
font-size:inherit;
font-family:inherit;
}
input, textarea {padding:.2em;}
textarea {overflow:auto;}

/* ---------- ::Global Classes:: --------------- */
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {
font-size:20px;
font-weight:bold;
}
.light {color:#999;}
.small {
font-size:10px;
font-weight:normal;
}

/* ---------- ::Pages:: ------------------------ */

/* /// place specific page rules here if needed /// */