@charset "UTF-8";
/* CSS Document */
/* Changes to top menu and layout */
#menu a.menu {
	min-width: 118px;
}
#work {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 15px;
}
.appArea {
	clear: both;
	background-color: #FFF;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 400px;
	border: 1px solid #CCC;
}
#mainRuulArea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 330px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/RUUL_SITE_MAIN_IMAGE.png);
	background-position: 40px -10px;
}
#mainRuulArea h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#mainRuulArea strong {
	color: #000;
	font-weight: bold;
}
#mainRuulArea  h3 {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: normal;
	color: #666;
	letter-spacing: 0.05em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}
#ruulFeatures {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 30px;
	padding-bottom: 30px;
}
#ruulFeatures li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 33%;
	padding-top: 200px;
	padding-bottom: 20px;
	display: inline-block;
	text-align: center;
	background-repeat: no-repeat;
}
#ruulFeatures li.noLine {
	border: none;
}
#ruulFeatures h3 {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: normal;
	color: #666;
	letter-spacing: 0.05em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#feature1 {
	background-image: url(../images/RUUL_SITE_SMALL_IMAGE_1.png);
	background-position: 0px 0px;
}
#feature2 {
	background-image: url(../images/RUUL_SITE_SMALL_IMAGE_2.png);
	background-position: -3px 0px;
}
#feature3 {
	background-image: url(../images/RUUL_SITE_SMALL_IMAGE_3.png);
	background-position: 0px 0px;
}
#mainRuulArea a {
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 34px;
	margin-left: auto;
	margin-right: auto;
	min-height: 34px;
	display: block;
	width: 150px; 
	 background: #333;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #666, #333);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#666), to(#333));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#666', EndColorStr='#333', GradientType=0);
}
#mainRuulArea a.menu {
	margin-top: 1px;
	min-width: 410px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	border: 1px solid #333;
	-webkit-transition-property: background, border, color;
	-webkit-transition-duration: 0.25s, 0.25s, 0.25s;
	-webkit-transition-timing-function: linear, linear, linear;
}
#mainRuulArea a.menu:hover {
	color: #FFF;
	border: 1px solid #666;
	/* fallback (Opera) */
    background: #ed1849;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #c60c46, #ed1849);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#c60c46), to(#ed1849));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#c60c46', EndColorStr='#ed1849', GradientType=0);
	text-decoration: none;
}
#shareThisRuul {
	padding-top: 10px;
	padding-bottom: 0px;
}
#bigChip {
	background-image: url(../images/BigChip2012.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 105px;
	height: 115px;
	position: absolute;
	right: 60px;
	top: 10px;
}
