@charset "utf-8";
@import url("garto/stylesheet.css");


a:link { color: #F7931E; text-decoration: none;}
a:visited { color: #F7931E; text-decoration: none}
a:hover { color: #FFFFFF; text-decoration: none; font-weight: bold }
a:active {	color: #F7931E; text-decoration: none;}

body{
	margin: 0px;
	padding:0px;
}

#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#irtop {
	background-color: #333;
	height: 130px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/irlogo.png);
	background-repeat: no-repeat;
	background-position: 50px 25px;
	
}
.menuclass {
	font-family: "Estrangelo Edessa";
	font-size: 14pt;
	color: #F7931E;
	font-weight: normal;
	background-color: #333;
}
#menu {
	background-color: #333;
	height: 30px;
	width: 500px;
	float: right;
	margin-top: 90px;
}


.menuclass:hover {
	background-color: #f7931e;
}

#main {
	width: 100%;
	height: auto;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 60% 60%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/horse_bot.jpg);
}
#ideas {
	height: 650px;
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 30px;
}
.idea_head1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.idea_head2 {
	font-family: "Estrangelo Edessa";
	font-size: 20px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

.idea_head3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	color: #4B4B4B;
	line-height: 18pt;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}
.idea_more {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FF3300;
	line-height: 18pt;
	text-align: right;
	padding-left: 20px;
}


.bulb {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 110px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}

.bulb:hover {
	background-color: #F90;
	font-size: 13pt;
	font-weight: bold;
}

#bottom {
	height: 10%;
	width: 100%;
	font-family: "Book Antiqua";
	font-size: 14px;
	color: #999;
	background-color: #333;
	line-height: 25px;
	padding-left: 10px;
}
#bot2 {
	float: right;
	height: 25px;
	width: 300px;
	margin-top: 5px;
}
