/* GENERAL ***********************************/
html * { padding: 0; margin: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	background: url('../img/back3.jpg') top left #760e0a;
}

/* font size */
h1 { font-size: 3.0em; }
h2 { font-size: 2.4em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; font-weight: normal; font-style: italic; }
p,td,th,li { font-size: 1.3em; }
td p, th p, li p, li li { font-size: 1.0em; }
legend { font-size: 1.2em; margin-bottom: 15px; }

/* margins and padding */
h1, h2, h3, h4 { 
	margin-bottom: 15px; 
}
h5, h6 {
	margin-bottom: 2px;
}

p, ul, ol, table { margin-bottom: 20px; }
li { margin-left: 25px; margin-bottom: 6px; }
th { padding: 1px 3px; vertical-align: bottom; }
td { padding: 1px 3px; vertical-align: top; }
fieldset { padding: 10px; margin-bottom: 20px; }
hr { margin-bottom: 30px; }

/* colors */
a, a:visited { color: #b5121b; text-decoration: none; }
a:hover { text-decoration: underline; }



/* tables */
table {
	border-collapse: collapse;
}
td, th {
	border-width: 1px; border-style: solid; border-color: #908052;
	padding: 3px 6px;
	text-align: center;
	vertical-align: top;
}
th {
	background: url('../img/th.head.gif') top left repeat-x;
	padding-top: 5px;
}
td.emptycell {
	border-width: 0; border-style: none;
}



#subhead .error { font-weight: bold; font-style: italic; }




/* LAYOUT *************************************/
#hug {
	position: relative;
	width: 785px;
	margin: 0 auto;
	background: url('../img/hug.back3.png') top left repeat-y;
}
#kiss {
	width: 745px;
	margin: 0 auto;
	text-align: left;
	background: url('../img/header3.jpg') top left no-repeat #fff;
}
#hiphuggers {
	width: 785px;
	margin: 0 auto;
	background: url('../img/hiphug.back3.png') top left no-repeat;
}
#bottom {
	width: 745px;
	height: 38px;
	margin: 0 auto;
	background: url('../img/bottom1.jpg') top left no-repeat;
}
.tickle {
	padding: 0 40px;
}
.center { text-align: center; }
.clear { clear: both; height: 1px; }
.clearleft { clear: left; height: 1px; }



/* HEADER ***************************************/
#header {
	height: 103px;
}
#topnav {
	padding-top: 70px;
	margin-bottom: 0;
	line-height: 17px;
	text-align: right;
}
#topnav a, #topnav a:visited { color: #000; margin-left: 10px; }
#topnav a:hover { color: #b5121b; }
#topnav a.curtab { color: #b5121b; font-weight: bold; }

#subhead {
	position: relative;
	background-color: #b5121b;
	color: #fff;
	padding-bottom: 5px;
}
#logo {
	margin: 0;
	position: absolute;
	width: 181px; height: 135px;
	top: -55px; left: -25px;
}
#logo a {
	display: block;
	width: 181px; height: 135px;
}
#logo a img { border-width: 0; border-style: none; }
#subhead h2 {
	text-align: right;
	font-size: 20pt;
	font-style: italic;
	padding-top: 20px;
}
#subheadcontent {
	width: 360px;
	margin-top: 30px;
}
#subheadcontent p {
	font-size: 11pt;
	line-height: 130%;
}
#movieframe {
	position: absolute;
	width: 299px; height: 180px;
	top: 60px; left: 410px;
	background: url('../img/frame.movie.intro.gif') top left no-repeat;
}	
#movieframe img {
	margin: 15px 0 0 16px;
}
#learnmore {
	display: block;
	width: 112px; height: 34px;
	margin: 10px 0 0 120px;
	background: url('../img/btn.learn_more.gif') top left no-repeat;	
	text-indent: -9999px;
	overflow: hidden;
}



/* MAIN ******************************************/
#main {
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 200px;
}
#backtosite { 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: right; 
}
#backtosite a { 
	padding-left: 25px;
	background: url('../img/backtositearrow.gif') bottom left no-repeat;
}
#backtosite img { border-style: none; border-width: 0; }




/* FOOTER ****************************************/
#footer {
	clear: both;
	/*margin: 0 0 0 165px; this is for 3 column footer*/
	margin: 0 0 0 220px;
	font-size: 7pt;
	line-height: 14px;
	color: #918152;
}
#footer #ftr1, #footer #ftr2, #footer #ftr3 , #footer #ftra, #footer #ftrb{
	float: left;
	width: 115px;
	height: 30px;
	text-align: left;
	margin-bottom: 0;
}
#footer #ftr2, #footer #ftr3, #footer #ftrb {
	border-left-width: 1px; border-left-style: solid; border-left-color: #918152;
}
.ftrtube {
	padding: 0 10px;
	margin-bottom: 0;
}
#footer a, #footer a {
	padding: 0 11px;
	background: url('../img/ftr.arrow.gif') no-repeat;
	background-position: 0 2px;
	color: #918152;
	margin-bottom: 0;
}


/* GENERAL DETAIL ********************************/
.basicform p { 
	clear: both; 
	float: right; 
	width: 100%;
	margin: 8px 0 8px -125px;
}
.basicform .item, .basicform .error_message {
	display: block;
	margin-left: 125px;
}
.basicform .error_message {
	font-weight: bold;
	font-size: 1.2em;
	color: #c00;
}
.basicform .label {
	float: left; 
	width: 120px;
	text-align: right;
	padding-top: 3px;
}
.basicform .long { width: 240px; }
.basicform .short { margin-left: 245px; }
.basicform textarea { width: 500px; height: 320px; }
.basicform textarea.smallta { width: 250px; height: 200px; }

.basicform fieldset { clear: both; }
.basicform fieldset p {
	margin-left: -115px;
}
.basicform fieldset .item, .basicform fieldset .error_message {
	margin-left: 115px;
}
.basicform fieldset .label {
	width: 110px;
}
.basicform em { 
	font-size: 0.9em; 
	color: #444;
	line-height: 160%;
}


/* ADMIN ******************************************/
.adminlink a, .adminlink a:visited, #footer .adminfooter a, #footer .adminfooter a:visited { 
	color: #6343ee;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#adminfooter { color: #fff; }
#adminfooter a, #adminfooter a:visited {
	color: #fff;
}
#flashMessage { 
	font-size: 11pt; 
	padding: 2px; 
	color: #fff; 
	background-color: #504d4d; 
	margin-bottom: 15px;
}
#flashMessage a { 
	color: #fff; 
	text-decoration: underline;
}


#sitemapframe {
	background-color: #fff;
}
.sitemap {
	list-style: none;
	margin: 20px 0 30px 0;
	padding: 0;
}
.sitemap ul { 
	list-style: none;
	border-left-style: dotted; border-left-width: 1px; border-left: color: #ddd; 
	margin: 5px 0 5px 10px;
	padding: 0;
}
.sitemap li {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	line-height: 28px;
}
.sitemap ul li {
	margin-left: 15px;
}
.sitemap .linkurl { padding-left: 10px; font-size: 8pt; color: #444; }



/* EDITOR *****************************************/
body.mceContentBody {
	background-color: #fff;
	background-image: none;
	text-align: left;
	padding: 5px;
}



#footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
}

#cantfind {
	clear: both;
	padding: 5px;
	border-width: 1px; border-style: solid; border-color: #b5121b;
	margin: 50px 75px 0 75px;
	text-align: center;
}



/* GALLERIES ******************************************/
.adminthumb {
	clear: both;
	margin-bottom: 5px;
}
.adminthumb .thumbimg {
	float: left;
	margin-right: 10px;
	border-width: 0; border-style: none;
}
#justuploaded {
	padding: 10px;
	border-width: 1px; border-color: #888; border-style: solid;
	background-color: #ddd;
	margin-bottom: 25px;
}
#justuploaded img {
	float: left;
	margin: 0 15px 0 0;
	border-width: 0; border-style: none;
}
#justuploaded p { margin-bottom: 0; }


/* PRICING & DESIGN ***************************************/
#pricing td, #pricing th {
	width: 90px;
}
#design td, #design th {
	width: 120px;
}
#design th, #pricing th {
	font-size: 1.5em;
}
#pricing td.rowlabel {
	text-align: right;
	font-weight: bold;
}




/* PRODUCTS ************************************************/
.adm-product {
	clear: both;
	margin-bottom: 20px;
}
.adm-product .productimage {
	float: left; 
	margin: 0 15px 0 0;
	border-width: 0; border-style: none;
}
.adm-product strong {
	font-size: 1.2em;
}









#subhead #titlebackstage {
	padding-top: 20px;
	height: 33px;
	text-indent: -9999px;
	text-align: left;
	background: url('/img/title.backstage.gif') right no-repeat;
}
