/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}


a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */

#back_repeat {
	position: relative;
	width: 100%;
	height: auto;
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(images/bg_repeat.jpg);
}

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:95px;
}

#logo {
	position:relative;
	top:0;
	left:0;
	width:326px;
	height:132px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:50px;
	left:0;
	width:950px;
	height:770px;
	background-image:url(images/bg_main.jpg);
}


#main2 {
	position:relative;
	top:50px;
	left:0;
	width:950px;
	height:1900px;
	background-image:url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:auto;
	padding:10px 15px 10px 15px;
}

#content_main2 {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:900px;
	padding:10px 15px 10px 15px;
}


#btn_purchase {
	position:relative;
    float:right;
	top:0;
	left:0;
	width:178px;
	height:47px;
    padding: 100px 142px 0 0;
}

#img_box {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:266px;
	margin:5px 0 0 21px;
	background-image:url(images/img_box4.jpg);
}


#box_content {
	position:relative;
	left:0;
	width:380px;
	height:auto;
    padding: 16px 0 0 28px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings ---------------- */




/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:81px;
	clear:both;
	background-image:url(images/bg_main-footer.jpg);
}


#footer2 {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:81px;
	background-image:url(images/bg_main-footer.jpg);
}

#text-left {
	position:relative;
	float:left;
	width:100px;
	height:auto;
        padding: 5px 0 0 20px;
}

#text-center {
	position:relative;
	float:left;
	width:250px;
	height:auto;
        padding: 5px 0 0 225px;
}

#slug {
	position:relative;
	float:right;
	width:48px;
	height:auto;
        padding: 0 90px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

