


/* analopez.com
css
version 1.0
March 29, 2009*/



/***********boxes, containers, enclosures************/

body {
	background-color: #000;
	margin-top: 100px;
}

#home-container {
	width: 570px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

#page-container {
	width: 849px;
	margin: 0 auto;
	padding: 0px;
	background-image: url('../images/bground-sub1.gif');
	background-repeat: no-repeat;
	position: relative;
	height: 572px;
}

#container {
	margin: 0 auto;
	width: 849px;
}

#rule {
	width: 565px;
	height: 1px;
	background-color: #acacac;
	margin: 15px 0px 15px 0px;
}

#ruleNoMargin {
	width: 565px;
	height: 1px;
	background-color: #acacac;
	margin: 0px 0px 0px 0px;
}

div#nav {
	width: 233px;
	position: absolute;
	top: 14px;
	left: 330px;
	text-align: right;
}



/****fonts****/

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	margin: 22px 0px 22px 0px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #acacac;
	margin-bottom: 20px;
	text-transform: uppercase;
}

p,td {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #acacac;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

p.nav {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

.spacing {
	line-height: 21px;
}


/****links****/

a {color: #acacac; text-decoration: underline; }
a:hover { color: #ffffff; text-decoration: none; }
a:visited {color: #acacac; }
a:active { color: #acacac; text-decoration: none; }

a.nav {color: #fff; text-decoration: none; }
a.nav:hover { color: #acacac; text-decoration: none; }
a.nav:active { color: Efff; text-decoration: none; }

a.primary {color: #ffffff; text-decoration: none;}
a.primary:hover {color: #ffffff; text-decoration: underline;}
a.primary:active {color: #ffffff; text-decoration: none;}

a.primaryOn:link {color: #ffffff; text-decoration: none; font-weight: bold;}
a.primaryOn:hover {color: #ffffff; text-decoration: none; font-weight: bold;}
a.primaryOn:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
a.primaryOn:active {color: #ffffff; text-decoration: none; font-weight: bold;}


.caption {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #959595;
}


a.port {color: #fff; text-decoration: none; }
a.port:hover { border: 1px solid red; }
a.port:active { border: 1px solid red;  }

a.thick2:hover { border: 1px solid green; }
