/* CSS Document */
html {
	min-height: 100%;
	height: auto;
}

body {
	background-color: #FFFFFF;
	/*background-image:url(../images/bkg_grad.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;*/
}

#fullSite {
	width: 900px;
	left: -450px;
	margin-left: 50%;
	position: absolute;
	background-color: #61B2F7;
}
#fullSite #siteHeader {
	background-color: #61B2F7;
	width: 875px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	postion: relative;
}
#fullSite #siteNav {
	background-color: #FFFFFF;
	height: 23px;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61B2F7;
	clear: both;
	postion: relative;
}
#fullSite #siteNotes {
	text-align: center;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 10px;
	postion: relative;
	background-color: #98AEC0;
}

#fullSite #siteBody {
	background-color: #FFFFFF;
	width: 900px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	postion: relative;
}
#fullSite #siteBody #sbLeft {
	background-color: #FFFFFF;
	width: 250px;
	padding: 0px;
	postion: relative;
	float: left;
}

#fullSite #siteBody #sbLeft #bci_one {
	position:relative;
	width: 250px;
	margin-bottom: 5px;
	text-align: center;
	overflow:hidden;
}
#fullSite #siteBody #sbLeft #bci_two {
	position:relative;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	overflow:hidden;
}
#fullSite #siteBody #sbLeft #bci_three {
	position:relative;
	width: 250px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	overflow:hidden;
}
#fullSite #siteBody #sbLeft #orderNowBTN {
	position:relative;
	width: 230px;
	margin-top: 5px;
	padding: 10px;
	text-align: center;
}
#fullSite #siteBody #sbRight {
	background-color: #FFFFFF;
	width: 640px;
	padding-top: 0px 0px 0px 10px;
	postion: relative;
	float: left;
}
#fullSite #siteBody #sbRight #siteProduct {
	width: 590px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #E8ECF0;
	position:relative;
}
#fullSite #siteBody #sbRight #siteProduct #siteOrder {
	width: 590px;
}
#fullSite #siteBody #sbRight #productImage {
	width: 190px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}
#fullSite #siteFooter {
	background-color: #FFFFFF;
	width: 900px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #98AEC0;
	text-align: center;
}
