@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1a4d80;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow-y:scroll;
}
.tagline {
	clear:left;
	float:left;
	color:#0091E0;
	width:280px;
	line-height:.3em;
	text-align:center;
	font-size:.6em;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	background:#FFFBF2;
	min-height:80px;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#welcome_right {
	float:right;
}
.leftcontent {
	float:left;
	width:68%;
}
.asterick {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size:76%;
	margin-left:180px;
}
.node {
	background-repeat: no-repeat;
	background-position: 10px 30px;
	font-size:90%;
	min-height:150px;
	background-image:url(../img/types_gradient.png);
	padding:5px;
}
.node h3 {
	padding:0px;
	margin:0px;
}
.sidebyside h3 {
	padding:0px;
	margin:0px;
}
.node ul {
	margin: 0 0 0 175px;
	padding: 0 0 0 0px;
}
.node li {
	margin: 1px 0 1px 0;
	font-family: tahoma;
}
.sidebyside {
	width:47%;
	background-position: 10px 100px;
	margin-bottom:20px;
	min-height:220px;
	background-repeat: no-repeat;
	font-size:90%;
	padding:5px;
}
.sidebyside ul {
	margin: 0 0 0 160px;
	padding: 0 0 0 0px;
}
.one {
	background-image:url(../img/icon1.png);
	float:left;
	border: #CCC dashed thin;
}
.two {
	background-image:url(../img/icon2.png);
	float:right;
	border: #CCC dashed thin;
}
.three {
	background-image:url(../img/icon3.png);
	background-position: 10px 100px;
	clear:both;
	border: #CCC dashed thin;
}
#startnow {
	padding-top:30px;
	float:right;
	clear:right;
}
.ordernow {
	background-image:url(../img/ordernow.png);
	background-position: 20px 0px;
	background-repeat: no-repeat;
	width: 180px;
	height: 40px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin-left:12px;
}
.ordernow:hover {
	background-position: 20px -41px;
}
#nav_container {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	font-size:12px;
	background: #DDDDDD;
	clear:both;
	padding-bottom:20px;
}
#tabsI {
	float:left;
	width:100%;
	line-height:normal;
	border-bottom:1px solid #DD740B;
	background:#FFFBF2;
}
#tabsI ul {
	margin:0;
	list-style:none;
}
#tabsI li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsI a {
	float:left;
	background:url("../img/tableftI.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsI a span {
	float:left;
	display:block;
	background:url("../img/tabrightI.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabsI a:hover span {
	color:#FFF;
}
#tabsI a:hover {
	background-position:0% -42px;
}
#tabsI a:hover span {
	background-position:100% -42px;
}
.floatleft {
	float:left;
}
.logo {
	margin-left:20px;
	margin-top:15px;
}
.clear {
	clear:both
}
#footer {
	width:46em;
	background-color:#FFFBF2;
	margin-left:auto;
	margin-right:auto;
}

.address {
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.address p {
	font-family:"Courier New", Courier, monospace;
	font-size:75%;
	padding:0px;
	margin:0px;
}
#footernav {
	float:right;
	width:50%;
	font-size:80%;
}
#footernav a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#footernav ul {
	margin: 0px 0 0 0;
	padding: 1px 0 0 0;
	list-style: none;
}
#footernav li {
	float: right;
	padding: 10px;
}
#copyright {
	width:46em;
	margin-left:auto;
	margin-right:auto;
	font:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:70%;
	color:#FFF;
}
#copyright a {
	color:#FFF;
}
#copyright a:hover {
	color:#F90;
}
.checked {
	vertical-align:top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	float:right;
}
.alignright {
	text-align:right;
	padding-right:10px;
}
.floatright {
	float:right;
}
#gallary {
	width:46em;
	margin:auto;
}
#contact {
	width:35em;
	margin:auto;
}
