@charset "UTF-8";
/* CSS Document */
body {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d5d5d5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d5d5d5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f2f2f2,  #d5d5d5); /* for firefox 3.6+ */
	background-color:#f2f2f2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:100%;
	height:100%;
	z-index:0;
	font-size: 62.5%;
}

#container {
	position:relative;
	width:60em;
	max-width: 95%;
	height:auto;
	z-index:1;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#333333;
	z-index:0;
	overflow:visible;
}

#header {
	position:relative;
	z-index:1;
	padding:7px;
	width: 60em;
	height: 6em;
	z-index:0;
	clear: both;
}
#main {
	position:relative;
	z-index:0;
	width: 58em;
	height:auto !important;
	z-index:1;
	background-color:#FFFFFF;
	border-radius: 0 0 7px 7px;
	padding-right:1em;
	padding-left: 1em;
	padding-bottom: 1em;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#dfdfdf;
	overflow: visible;
}
#main[title="content"] {
	margin-top: 1em;
	padding-top: 1em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
a:link, a:visited, a:hover, a:active {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-style:none;
	z-index:0;
}
#navigation {
	position:relative;
	width: 60em;
	height: 3.125em;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f1f1f1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f9f9f9,  #f1f1f1); /* for firefox 3.6+ */
	background-color:#f9f9f9;
	border-style:solid;
	border-width:1px;
	border-color:#dfdfdf;
	border-radius:7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
}
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol li {
	height: 3.125em;
	width: 6.5em;
	text-align: center;
	line-height: 3.125em;
	float:left;
}
ol li a {

}
ol li a:hover{
	color: #1283ca;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0;
}
h2[title="callustoday"]{
	color: #1283ca;
}
h2[title="welcome"]{
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
}
h2[title="projects"] {
	padding: 20px 0 0 0;
	margin: 0;
}
p {
	margin: 0;
	line-height: 22px;
}
p[title="products"]{
	float: left;
}
#footer {
	position: relative;
	width: 60em;
	height: 1.875em;
	line-height: 1.875em;
	font-size: 1em;
	text-align: right;
	margin: auto;
}
