@charset "UTF-8";
/* CSS Document */


/* ----------------------- */
/* MAIN STYLES ----------- */
/* ----------------------- */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #222;
	width: 100%;
}
.oneColElsCtrHdr #container {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 0px;
	background-position: center;
	background-color: #2f2f2f;
	color: #EEE;
	border: thin solid #111;
}
.oneColElsCtrHdr #header {
	background-position: 600px -35px;
	height: 170px;
	background-color: #fff;
	background-image: url(../mages/DOG_21C2.png);
	background-repeat: no-repeat;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	background-image: url(../mages/refit%20Backgrounds/RefHOMEbg.png);
	background-position: center 0px;
	width: 900px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.oneColElsCtrHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #222;
}

/* ----------------------- */
/* NAVIGATION/TITLE ------ */
/* ----------------------- */

#navBAR {
	text-align: center;
	color: #EEE;
	background-color: #2F2F2F;
	height: 30px;
	padding-top: 10px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 19px;
}
#titNavCOM {
	height: 150px;
	background-color: #360;
}

/* ----------------------- */

a:link {
	color: #EEE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EEE;
}
a:hover {
	text-decoration: none;
	color: #AAA;
}
a:active {
	text-decoration: none;
}

/* ----------------------- */

#logoTITL {
	width: 680px;
	height: 130px;
	background-image: url(../mages/titlogo5.png);
	background-position: -50px -10px;
	background-repeat: no-repeat;
}
#blankTITL {
	width: 250px;
	float: right;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center 11px;
	background-image: url(../mages/promo/sitdog2.png);
}

/* ----------------------- */
/* MAIN CONTENT ---------- */
/* ----------------------- */

#mainTOP {
	border: 1px solid #111;
	width: 897px;
	margin-left: 20px;
	text-align: right;
	background-image: url(../mages/refit%20Backgrounds/refHOMEbg3.jpg);
	background-repeat: no-repeat;
	background-position: -90px -90px;
	margin-top: 5px;
}
#mainTOP p{
	margin:0px;
}
#headerTEXT {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: repeat;
	padding-top: 10px;
	height: auto;
	text-align: left;
	font-size: 22px;
}
#textCON {
	width: 390px;
	margin-left: 506px;
	height: 100%;
	border: 1px solid #111;
	background-image:url(../mages/refit%20Backgrounds/refABOUTbgALT1.png);
	background-repeat: repeat-x;
}
#textACT {
	color: #EEE;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-repeat: repeat;
	padding-top: 20px;
	height: 100%;
	text-align: left;
}
#textCONhead {
	width: 370px;
	color: #EEE;
	margin-left: 510px;
	font-size: 24px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 8px;
}

/* ----------------------- */
/* PREVIEW --------------- */
/* ----------------------- */

.prevALLcon {
}
#prev1con {
	height: 370px;
	width: 290px;
	background-repeat: no-repeat;
	margin-left: 12px;
	color: #EEE;
	background-image: url(../mages/Ubackgrounds/UprivPRE5.png);
	background-position: center;
	padding: 6px;
}
#prev2con {
	float: right;
	height: 370px;
	width: 292px;
	background-repeat: no-repeat;
	margin-right: 13px;
	background-image: url(../mages/Ubackgrounds/UevePRE4.png);
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#prev3con {
	float: right;
	height: 370px;
	background-repeat: no-repeat;
	width: 290px;
	background-image: url(../mages/Ubackgrounds/UgroupPRE4.png);
	margin-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 4px;
	background-position: center;
	padding-left: 4px;
	padding-right: 4px;
}
#spacer01 {
	height: 400px;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
}
#prevINN {
	margin-top: 220px;
}
.clearfloat { 
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----------------------- */
/* CURVES ---------------- */
/* ----------------------- */

.round { 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.realBox {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
