/*  
	Aroplax Corporation Website
	Print & Screen Stylesheets
	
*/

@media print, handheld, tv {
/* STYLES FOR PRINT, HANDHELD, TV ------------------------------------------------------*/
	#skip {display: none;}
}

@media screen {
/* STYLES FOR INTERNET BROWSERS ------------------------------------------------------*/	

/* RESET BROWSERS ------------------------------------------------------*/
html, body, div, span, applet, object, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background:transparent;
}


/* MAIN BODY STYLES ------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;    
    background: #FFFFFF url(images/bgrepeat.jpg) repeat-x;
	font: 67.5% "Myriad Pro", Arial, Helvetica, sans-serif;
}

#wrapper {
    margin: 0 auto 0 auto;
    width: 950px;
	height: 650px;
    text-align: left;
	background: url(images/bg.jpg) no-repeat scroll 50% 0;
}

/* HEADER ------------------------------------------------------*/

#headerLogo, #skip {
	display: none;
}

#headerContact {
	height: 110px;
	padding: 30px 0 0 700px;

}

#headerContact h3 {
	font-size: 14px;
}

#headerContact h4 {
	font-size: 12px;
	font-weight: normal;
	
}

/* MAIN NAVIGATION: CSS DROP DOWN MENUS ------------------------------------------------------*/

.menu {
	border: none;
	border: 0px;
	margin: 0 auto;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	width: 600px;
	overflow: auto;
}
	
.menu ul {
	background: #000000;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
.menu li {
	float: left;
	padding: 0px;
}

.menu li a {
	background: #000000;
	border-left: 1px solid #333333;
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	width: 119px;
	text-align: center;
	text-decoration: none;
}

.menu li a:hover, .menu ul li:hover a{
	background: #FF0000 url("images/hover.gif") bottom center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
	
.menu li ul{
	background: #000000;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 120px;
	z-index: 200;
	/*top:1em;
	/*left:0;*/
}

.menu li:hover ul{
	display: block;
}

.menu li li {
	border-bottom: 1px solid #333333;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.menu li:hover li a {
	background: none;
}

.menu li ul a {
	display: block;
	height: 30px;
	font-size: 11px;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	width: 105px;
}

.menu li ul a:hover, .menu li ul li:hover a {
	background: #FF0000 url('images/hover_sub.gif') center left no-repeat;
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu p {
	clear: left;
}

/* MAIN CONTENT ------------------------------------------------------*/

#mainContent {
	width: 598px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #333333;

}

#mainContent #banner {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

#mainContent img {
	margin: 5px 0 5px 20px;
}

#mainContent h2 {
	border-bottom: 1px solid #999999;
	margin: 0 20px 15px 20px;
	padding: 0 0 0 10px;
	font-size: 18px;
}

#mainContent p {
	padding: 0 20px 20px 30px;
	font-size: 14px;
}

#mainContent a, #mainContent a:hover {
	color: #FF0000;
}

/* BOTTOM LINKS ------------------------------------------------------*/

#bottomLinks {
	margin: 0 auto;
	padding: 20px 0 0 0;

	font-size: 12px;
	font-weight: normal;
	width: 600px;
	color: #000000;
}

#bottomLinks ul {
	height: 40px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#bottomLinks li {
	float: left;
	width: 150px;
	padding: 20px 0 5px 0;
}

#bottomLinks li a {
	color: #000000;
	display: block;
	font-weight: normal;
	margin: 0;
	text-align: center;
	text-decoration: none;
}

#bottomLinks li a:hover {
	color: #FF0000;
}

/* COPYRIGHT ------------------------------------------------------*/

#copyright {
	width: 550px;
	text-align: center;
	border-top: 2px solid #000000;
	margin: 0 auto;
	padding: 5px 0 20px 0;
	font-size: 12px;
	font-weight: normal;
}

}
