/* LOGISTICA SANITARIA - CSS DOCUMENT BY SQUALLSTAR STUDIO */
html, body {
	margin: 0;
	padding: 0;
	background: url(img/bgfull.jpg) repeat-x center top #a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #444;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0 0 18px 0;
	color: #5A5A5A;
	font-size: 22px;
}

/* layout elements */
.clear {
	clear: both;
}
.container {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	
}
.header {
	width: 100%;
	height: 174px;
	background: url(img/header.png) no-repeat;
}
.logo {
margin: 35px 0 0 20px;
	width: 140px;
	height: 110px;
	cursor: pointer;
	float: left;
	position: absolute;
}
.menu_bar {
	height: 25px;
	float: right;
	width: 100%;
	margin-top: 122px;
}
.menu_bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_bar ul li {
	display: block;
	height: 25px;
	padding: 0 5px;
	line-height: 25px;
	float: right;
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
}
.menu_bar ul li a:link, .menu_bar ul li a:visited {
	text-decoration: none;
	
}
.menu_bar ul li:hover {
	background: url(img/bgmenu.gif) repeat-x #f8d74c;
}
.marked_menu {
	background: url(img/bgmenu2.gif) repeat-x #6e6f6c;
	color: #FFF;
}
.marked_menu a:link, .marked_menu a:visited {
	color: #FFF;
}
.not_marked_menu a:link, .not_marked_menu a:visited {
	color: #222;
}
.content {
	width: 100%;
	min-height: 250px;
	
	padding: 40px 24px;
}
.footer {
	width: 100%;
	padding-left: 85px;
	font-size: 12px;
	line-height: 14px;
	height: 75px;
	background: url(img/logo_small.png) no-repeat 25px 0;
}
.footer a:link, a:visited {
	color: #555;
	text-decoration: none;
}
.footer a:hover {
	background-color: #f8d74c;
	color: #222;
}
.credits {
	display: block;
	color: #777;
	font-size: 10px;
	margin-top: 6px;
}
#fadeScreen {
position:fixed;
width:100%;
height:100%;
background:url(img/blank.png) repeat;
z-index:2;
display:none;
cursor:pointer;
}
.bigphoto {
	width: 700px;
	height: 467px;
	border: 10px solid #f8d74c;
	background-color: #FFF;
	left: 50%;
	margin-top: -243px;
	margin-left: -360px;
	top: 50%;
	position: absolute;
	cursor: pointer;
}
/* colors */
.light_grey {
	color: #444;
}

/* page specific elements */
.left_side {
	width: 487px;
	float: left;
	
}
.right_side {
	margin-left: 30px;
	float: left;
	width: 380px;
	
}
.just_text {
	width: 730px;

}
.subtxt {
	font-size: 18px;
	line-height: 22px;
}
.photo {
	width: 155px;
	height: 103px;
	border: 10px solid #ffeda3;
	float: left;
}
.photo:hover, .photoh:hover {
	border: 10px solid #FFF;
	cursor: pointer;
}
.photoh {
	width: 120px;
	height: 170px;
	border: 10px solid #F1F1F1;
	float: left;
}
#photoContent img {
	border: 10px solid #F8D74C;
}
.rightmargin {
	margin-right: 30px;
}
