@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-image:url(../images/diorama_01.png);
	background-repeat:no-repeat;
	height:57px;
}
.thrColFixHdr #navigation {
	background-image: url(../images/menu_logo_03.png);
	background-repeat:no-repeat;
	height:107px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	background-image: url(../images/diorama_02.png);
	width:105px;
	min-height:580px;
	float: left; /* since this element is floated, a width must be given */
}
.thrColFixHdr #sidebar1a {
	background-image: url(../images/prime_02.jpg);
	width:105px;
	min-height:580px;
	float: left; /* since this element is floated, a width must be given */
}
.thrColFixHdr #sidebar2 {
	background-image: url(../images/diorama_04.png);
	width: 105px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height:580px;
	margin-right:9px;
	float: right; /* since this element is floated, a width must be given */
}
.thrColFixHdr #mainContent {
	float:left;
	width:831px;
	min-height:580px;
	background-image:url(../images/prime_03.jpg);
} 
.thrColFixHdr #infoContent {
	float:left;
	width:831px;
	min-height:580px;
	background-image:url(../images/roger_rivera_03.jpg);
} 
.thrColFixHdr #designContent {
	float:left;
	width:831px;
	min-height:580px;
	background-image:url(../images/design_03.jpg);
} 
.thrColFixHdr #detailsContent {
	float:left;
	width:831px;
	min-height:580px;
	background-image:url(../images/gateway_03.jpg);
} 
.thrColFixHdr #drawingsContent {
	float:left;
	width:831px;
	min-height:580px;
	background-image:url(../images/drawing_03.jpg);
} 
.thrColFixHdr #footer { 
	background-image:url(../images/diorama_05.jpg);
	height:60px;
	margin-top:0px;
} 
.thrColFixHdr #footera { 
	background-image:url(../images/prime_05.jpg);
	height:60px;
	margin-top:0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrt_gallery { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	position:relative;
	width:470px;
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #navbuttons {
	margin:0px 0 0 150px;
}
/*Type CSS*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	line-height:16px;
}
p a {
	font-weight: normal;
	color: #FFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	margin-top:0px;
	margin-bottom:5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-top:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-top:0px;
	display:inline;
}
h2 a {
	text-decoration:none;
	color: #FFF;
	
	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-top:0px;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin-left:15px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	margin-left: -20px;
	margin-bottom:5px;
	list-style-type: square;
}
li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
		margin-bottom:5px;
	list-style-type: square;
}
li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	margin-bottom:5px;
	list-style-type: square;
}
li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F00;
	text-align: left;
	margin-bottom:5px;
	list-style-type: square;
}
/*Navigation CSS*/
#main {
	display: inline-block;
	width: 67px;
	height: 39px;
	margin:0px 10px;
	text-decoration: none;
	background: url(../images/menu_03.jpg) top left no-repeat;
}
#main:hover {
background-position: bottom left;
}
#info {
	display: inline-block;
	width: 61px;
	height: 39px;
	margin:0px 10px;
	text-decoration: none;
	background: url(../images/menu_05.jpg) top left no-repeat;
}
#info:hover {
background-position: bottom left;
}
#design {
	display: inline-block;
	width: 69px;
	height: 39px;
	margin:0px 10px;
	text-decoration: none;
	background: url(../images/menu_07.jpg) top left no-repeat;
}
#design:hover {
background-position: bottom left;
}
#details {
	display: inline-block;
	width: 71px;
	height: 39px;
	margin:0px 10px;
	text-decoration: none;
	background: url(../images/menu_11.jpg) top left no-repeat;
}
#drawings:hover {
background-position: bottom left;
}
#drawings {
	display: inline-block;
	width: 71px;
	height: 39px;
	margin:0px 10px;
	text-decoration: none;
	background: url(../images/dibujo.jpg) top left no-repeat;
}
#details:hover {
background-position: bottom left;
}
.displace {
	position: absolute;
	left: -5000px;
}
/*End Navigation CSS*/

.lefttop {
	float:left;
	background-image: url(../images/drkgray.png);
	background-repeat: repeat;
	width:400px;
	margin:5px 0 0 40px;
	padding:15px 10px 10px 10px;
}
.righttop {
	float:right;
	background-image: url(../images/drkred.png);
	background-repeat: repeat;
	width:250px;
	margin:5px 70px 0 30px;
	padding:15px 10px 10px 10px;
}
.leftbtm {
	float:left;
	background-image:url(../images/lucy.png);
	background-repeat:repeat;
	width:240px;
	min-height:200px;
	margin:20px 0 9px -50px;
	padding:15px 10px 10px 10px;
}
.flash {
	float:right;
	background-image: url(../images/flash_07.jpg);
	background-repeat:repeat;
	width:637px;
	height:277px;
	margin:5px -40px 0px 0px;
}
.homebtm{
	float:right;
	width:640px;
	margin:25px -40px 0px 0px;
	padding:10px 0px 10px 0px;
}
.rightdark{
	float:right;
	background-image:url(../images/drkgray.png);
	background-repeat:repeat;
	width:640px;
	margin:25px -40px 0px 0px;
	padding:10px 10px 10px 10px;
}
.pagecontent{
	float:right;
	background-image: url(../images/drkgray.png);
	background-repeat: repeat;
	width:800px;
	min-height:100px;
	padding:10px 10px 10px 10px;
	margin:25px -40px 0px 0px;
}
.designcontent{
	float:left;
	width:200px;
	min-height:300px;
	padding:10px;
	margin:0px 0px 0px 40px;
}
.lowercontent{
	float:left;
	width:720px;
	min-height:50px;
	padding:10px;
	margin:0px 0px 0px 40px;
}


/* Be sure to add or delete IDs below, according to
the number of messages that you have. */
#ran1,#ran2,#ran3,#ran4 {
  display:none;
}

img {
	border:none;
}
.imagepad {
	padding-right:10px;
}
.imagepad2 {
	padding-right:15px;
}
.imagepad3 {
	margin-right:10px;
	margin-bottom:15px;
	border:solid #CCC thin;
}