/*  
Theme Name: Agani
Client: Agani Pharmaceutical Medical Diagnostics
Author: Ogilvy Kosova, Ilaz Agushi 4, 10000 Prishtinë, Kosovë; +381.38.232.333; info@ogilvyks.com
Version: 1.0
*/

body  {
	margin: 0px;
	background: #e2eaeb;
}

#ribbon { 
	height: 20px;
	background: url(images/addresstop.png) no-repeat #e2eaeb;
	border-bottom: 2px #c9d1d2 solid;
	padding: 0 10px;
} 

#container { 
	background: #dbe4e5;
	position: relative;
	vertical-align:bottom;
	width: 100%;
	float:left;
	text-align: left;
}

#header {
	height: 189px;
	width: 691px;
	border-bottom: 3px #789293 solid;
	background: url(images/logotop.jpg) no-repeat #dbe4e5;

} 

#secMenu {
	position: inherit;
	float:right;
	padding-top: 170px;
}

#menuhead {
	width:691px;
	height: 187px;
	position: relative;
	border-bottom: 3px #cd9600 solid;
	background: #dbe4e5;
}
	
#menubar {
	width: 191px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0;
	
}

#rotating {
	width: 500px;
	float: left;
}

#sidebar {
	width: 190px;
	position: relative;
	float: left;
	background: #dbe4e5;
	}
	
#mainContent {
	width: 475px;
	position: relative;
	float: left;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #dbe4e5;
} 

.copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #595959;
}

.copy a:link {color: #6a86a6; font-weight:bold; text-decoration:none;}
.copy a:visited {color: #6a86a6; font-weight:bold; text-decoration:none;}
.copy a:hover {color:#6a86a6; font-weight:bold; text-decoration: underline;}

.copy h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 25px;
	color: #333333;
} 

.copy h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	font-weight:lighter;
	width: 475px;
	text-align:center;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
} 

#footer { 
	height: 100px;
	padding-left: 200px;
	padding-top: 5px;
	background: #e2eaeb;
	border-top: 2px #c9d1d2 solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	text-decoration:none;
}

.footerlinks a:link {color: #666666; text-decoration:none;}
.footerlinks a:visited {color: #666666; text-decoration:none;}
.footerlinks a:hover {color: #333333; text-decoration:underline;}

/* Miscellaneous classes for reuse */
.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;
}
.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;
}