body {
	margin: 0;
    padding: 0;
    font-family: Arial, 'Sans Serif';
    font-size: 10px;
    color: #2D2D2D;
}

p,a,span,#content li {
    font-size: 1.5em;
    line-height: 1.4em;
}

a:hover {
    text-decoration: none;
}

h1 { font-size: 2.8em; }
h2 { font-size: 2.6em; }
h3 { font-size: 2.2em; }
h4 { font-size: 2em; }
h5 { font-size: 1.9em; }
h6 { font-size: 1.8em; }

header {
	margin-top: 15px;
}

#gsmLogo {
	clear: none;
	margin-bottom: 10px;
}

#gsmTag {
	clear: none;
	float: right;
	font-size: 1.8em;
	color: #009FC2;
}

#masterBuilders {
	display: inline;
	margin-bottom: -10px;
}

footer{
	text-align: center;
	font-size: 0.8em;
	color: #2D2D2D;
	margin-bottom: 40px;
}

footer span {
	padding: 0 8px;
}

.main, #site-menu-inner, #footer-menu-inner{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

ul.menu {
	padding-top: 4px;
}

#site-menu {
	margin-top: 15px;
	margin-bottom: 20px;
}

#mobi-menu {
	display:none;
}

#site-menu, #footer-menu{
	border-top: 2px solid #009FC2;
}

#site-menu ul, #footer-menu ul{
	height: 20px;
	border: 1px solid #009FC2;
	background-color: #009FC2;
	margin-top: -14px;
	text-align: right;
}

#site-menu ul li, #footer-menu ul li{
	display: inline;
    list-style-type: none;
    margin: 0;
}

#site-menu ul li a, #footer-menu ul li a{
	background-image: url("/templates/infinity/images/bulletfff.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 14px;
}

#site-menu ul li:first-child a, #footer-menu ul li:first-child a{
	background-image: none;
	line-height: 1.0em;
}

#content{
	overflow: auto;
	padding-bottom: 20px;
}

#content h2,
#content h2 span.subheading-category{
	font-size: 1.3em;
}

#page, #page-wide, #page-full {
	float: left;
}

#page {
	width: 400px;
}

#page-wide {
	width: 650px;
}

#page-full {
	width: 900px;
}

#left {
	width: 230px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

#right {
	width: 230px;
	float: right;
	margin-left: 20px;
	margin-top: 20px;
}

#left div.moduletable,
#right div.moduletable{
	border: 1px solid #009FC2;
}

#left div.moduletable p,
#right div.moduletable p{
	margin: 0;
	padding: 0;
}

#left div.moduletable h3,
#right div.moduletable h3{
	padding: 5px;
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #009FC2;
	color: #009FC2;
}

#left div.moduletable div.custom,
#right div.moduletable div.custom{
	padding: 5px;
}

.menu li a {
	text-decoration: none;
    color: #FFF;
    padding-right: 12px;
    font-size: 1.4em;
    font-weight: bold;
}

.menu li a:hover {
	text-decoration: underline;
}

div.moduletable_home, 
div.moduletable_home_right {
	border-top: 5px solid #009FC2;
	float: left;
	clear: none;
	width: 31%;
	margin-right: 3%;
	margin-top: 30px;
	margin-bottom: 20px;
}

div.moduletable_home_right {
	margin-right: 0;
}

div.pagination ul{
	padding: 0;
	margin: 0;
}

div.pagination ul li{
	display: inline;
	padding: 0 5px;
}

#content div.pagination ul li span,
#content div.pagination ul li a{
	font-size: 0.9em;
	color: #009FC2;
}

div.contact h3{
	font-size: 1.5em;
}

fieldset{
	border: none;
}

dd button.button{
	background: none;
	border: none;
	background-color: #009FC2;
	color: #FFF;
}

legend{
	display: none;
}

span.star{
	color: red;
}