/* Reset
------------------------------------------------------*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin							: 0;
	padding							: 0;
	border							: 0;
	outline							: 0;
	font-weight						: inherit;
	font-style						: inherit;
	font-size						: 100%;
	font-family						: inherit;
	vertical-align					: baseline;
	color							: #FFF;
}


/* remember to define focus styles! */
:focus {
	outline							: 0;
}

body {
	line-height						: 1;
	color							: black;
	background						: white;
}

ol, ul {
	list-style						: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse					: separate;
	border-spacing					: 0;
}

caption, th, td {
	text-align						: left;
	font-weight						: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content							: "";
}

blockquote, q {
	quotes							: "" "";
}


/* Main 
-----------------------------------------------------------------*/
body {
	background						: url(/noiya/images/bgHome.jpg) repeat-x;
	height							: 215px;
	font							: 12px Arial, Helvetica, sans-serif;
	color							: #000;
}

a { 
	text-decoration					: none;
}


a:hover { 
	text-decoration					: underline;
}

h2 { 
	font-size						: 26px; 
}

strong { 
	font-weight						: bold;
}

select { 
	background						: none; 
	border							: none;
}

.txtYellow { 
	color							: #c58000;
}

.txtRed { 
	color							: #ff0000; 
}

.txtBrown { 
	color							: #732705;
}

.linespace { 
	letter-spacing					: -2px;
}

.wrapper { 
	width							: 978px; 
	margin 							: 0px auto; 
}

.alignLeft { 
	float							: left; 
	width							: 18%; 
	margin-left						: 10px;
}

.alignRight { 
	float							: right; 
	width							: 18%; 
	margin-right					: 10px;
}

/* Header 
-------------------------------------------------------------------*/
.header { 
	height							: 200px; 
}

.topBar { 
	height							: 26px; 
	background						: #000; 
	font-size						: 11px; 
	color							: #fff; 
	line-height						: 22px; 
}

.topBar a { 
	color							: #fff; 
}


.logo { 
	margin							: 10px 0px 18px 0px;
}

.nav { 
	height							: 53px; 
	background						: #000;
	color							: #e39200;
	line-height						: 50px;
	font							: 14px Arial, Helvetica, sans-serif;
	text-transform					: uppercase;
	letter-spacing					: -1px;
}

.nav a {
	color							: #e39200;
	font-weight						: bold;
}

.nav ul { 
	padding							: 15px; 
}

.nav li { 
	background						: url(/noiya/images/navarrow.jpg) no-repeat; 
	width							: auto; 
	padding-left					: 21px; 
	display							: inline; 
	margin-right					: 75px; 
	height							: 26px;
}


/* Content
----------------------------------------------------------*/
.content { 
	clear							: both; 
	margin-top						: 20px; 
}

.contentLeft {
	width							: 468px;
	vertical-align					: top;
	padding							: 5px 0px 5px 0px;
}

.contentRight {
	width							: 490px;
	vertical-align					: top;	
	padding							: 5px;
}

.contentLeft h2 {
	color							: #e39201;
	margin-bottom					: 18px;
	letter-spacing					: -1px;
	font-weight						: normal;
}

.contentLeft h3 {
	font-size						: 24px;
	color							: #FFF;
	font-weight						: normal;
	line-height						: 24px;
	letter-spacing					: -1px;
}

.txtunderline { 
	background						: url(/noiya/images/txtUnderline.jpg) repeat-x; 
	height							: 1px; 
	margin-top						: 12px; 
}

.point { 
	clear							: both; 
	margin-top						: 10px; 
	margin-bottom					: 10px; 
	min-height						: 10px; 
	overflow						: auto;
}

.icon { 
	float							: left; 
	width							: 34px; 
	margin							: 3px 0px 0px 4px;
}

.desc {
	float							: left;
	width							: 327px;
	display							: inline;
}

.text { 
	width							: 270px; 
	float							: left; 
	margin-left						: 20px; 
}

.optselect { 
	background						: url(/noiya/images/dropdown.png) no-repeat; 
	width							: 121px; 
	height							: 30px; 
	border							: none; 
	line-height						: 29px; 
	margin							: 5px 0px; 
}

.post { 
	margin-top						: 30px;
}

.ins { 
	font-size						: 15px; 
	color							: #f2ac11; 
	letter-spacing					: -1px;
}



/* Footer boxes 
-----------------------------------------------------------------*/
.footbox {
	clear							: both;
	padding							: 30px 0px;
	min-height						: 100px;
	overflow						: auto;
	position						: relative;
	margin-top						: 40px;
}

.box { 
	float							: left; 
	width							: 215px; 
	margin-left						: 9px; 
	margin-right					: 9px; 
	border-right					: 2px dotted #e2e2e2; 
	height							: 197px; 
}

.title {
	text-transform					: uppercase;
	font-size						: 16px;
	font-weight						: bold;
	letter-spacing					: -1px;
	color							: #000;
}

.box h3 { 
	font-size						: 15px; 
	margin-bottom					: 16px; 
	color							: #f2ac11; 
	letter-spacing					: -1px; 
}

.boxtxt { 
	width							: 112px; 
	float							: left; 
	color							: #666666; 
}

.boxImg { 
	width							: 100px; 
	float							: right; 
	display							: inline; 
}

.boxtxt img { 
	margin-top						: 10px; 
}

.box p{
	height							: 90px;
	color							: #000;
}


/* Footer
-----------------------------------------------------------------*/
.footer { 
	clear							: both; 
	background						: url(/noiya/images/footerbg.jpg) repeat-x; 
	height							: 235px; 
}

.footerContent { 
	background						: url(/noiya/images/footercontent.jpg) no-repeat; 
	width							: 937px; 
	height							: 235px; 
	margin							: 0px auto; 
}

.footerContent p { 
	font-size						: 20px; 
	letter-spacing					: -1px; 
	padding-top						: 20px; 
	color							: #341e12; 
	margin-left						: 20px; 
}


.links { 
	padding-top						: 15px; 
}

.links ul{ 
	float							: left; 
	display							: inline; 
	width							: 200px; 
	margin-left						: 20px; 
	margin-right					: 10px; 
}

.links li { 
	margin-bottom					: 7px; 
}

.links a { 
	color							: #361e12;
}

.footerblack { 
	background						: #000; 
	color							: #fff; 
	height							: 156px; 
	margin-top						: 7px; 
	font-size						: 13px;
}

.blacklinks { 
	padding-top						: 20px; 
}

.blacklinksLeft { 
	float							: left;
}

.blacklinksRight { 
	float							: right; 
	width							: 70%; 
	vertical-align					: top; 
	color							: #e39201; 
	text-align						: right; 
	margin-top						: 20px;
}

.blacklinks a { 
	color							: #e39201;
}

.txtWhite { 
	color							: #fff; 
	font-size						: 10px;
}

.dashborder { 
	background						: url(/noiya/images/dash.png) repeat-x; 
	height							: 2px; 
	width							: 83%; 
	margin-top						: 10px;
}

.contentRightMenu {
	width							: 460px;
	float							: right;
	display							: inline;
	margin-top						: 100px;
}

.contentLeftTemplate {
	width							: 470px;
	float							: left;
}

.contentLeftTemplate h2 {
	font-weight						: bold;
	color							: #e39201;
	margin-bottom					: 18px;
	letter-spacing					: -1px;
}

.contentLeftTemplate h3 {
	font-size						: 24px;
	color							: #000;
	font-weight						: normal;
	line-height						: 24px;
	letter-spacing					: -1px;
}

.descTemplate {
	float							: left;
	width							: 460px;
	display							: inline;
}
