/*
***********  Custom css ************
*/

/* overwrite padding in  editor_style */
img{
	border:0px;
}

.errorText{
    color: #E01313;
	line-height:12px;
}

.errorTextSide {
	color:#FFBF7B;
	line-height:12px;
}

.nextprevdisabled{
	color: #cccccc;
}
.nextprevlink{
	color: #33597e;
	text-decoration: none;
}
.nextprevlink:hover{
	color: orange;
	text-decoration: none;
}
.nextprevcurrentpage{
	color: #33597e;
	text-decoration: underline;
}

/** used in send to a freind **/
.input {
 	font-family: verdana;
  	font-size: 11px; 
  	color: #999999;
}

.button { color: #FFFFFF; background-color: #C31F41; border-bottom: 1px solid #CB3C5A; border-top: 1px solid #D6647C; border-right: 1px solid #CB3C5A; border-left: 1px solid #D6647C; height: 20px; font-weight: bold; }

.noborder {
	border:none;
	padding:0px; 
	margin:0px;
}

.textinput {
	background-image:url(/images/backgrounds/form_text_bg.gif); 
	background-repeat:repeat-x;
	border:1px solid #823E53;
}

/************  Custom - Site specific *************/


/* Page Design */

#middle {
	background-color:#6D3746;
	vertical-align:top;
	padding-top:14px; 
	padding-bottom:14px;
} 

#header-top {
	background-image:url(/images/backgrounds/background-top.gif);
	background-repeat:repeat-x;
	height:79px;
	background-position:bottom;
	background-color:#773C4D;
	width:100%;
}

#banner-right {
	background-image:url(/images/header/sweetums-header2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#AA546C;
	width:534px;
	padding-right:29px;
	text-align:right;
}

#heading-home {
	width:348px;
	background-color:#9D4E64;
	padding-left:16px;
}

#menu-home {
	 padding-left:11px;
	 background-color:#D78498;
	 width:141px;
	 height:100%;
}

#menu {
	background-color:#D78498;
	vertical-align:middle;
	width:800px;
	height:23px;
	padding-top:3px;
}

#content {
	width:207px;
	background-color:#FFFFFF;
	vertical-align:top;
	padding:15px;
	height:100%;
}

#footer-bottom {
	background-image:url(/images/backgrounds/background-bottom.gif);
	background-repeat:repeat-x;
	height:88px;
	background-position:top;
	background-color:#773C4D;
	width:100%;
	font-size:10px;
}

#heading {
	background-image:url(/images/backgrounds/heading-background.gif); 
	background-position:right; 
	background-repeat:no-repeat;
	background-color:#9D4E64;
	padding-left:16px;
	padding-right:6px;
	width:800px;
	height:51px;
}

.sitemap {
	font-family:Verdana;
	font-size:9px;
	color: #CCCCCC;
}

.footer {
	padding-top:20px;
	text-align:center;
	color:#B76880;
	font-size:10px;
}

.white {
	color:#FFFFFF;
}

.gallery-menu {
	color:#823E53;	
	text-decoration:none;
}

.gallery-menu:hover{
	color:#4C2430;
	text-decoration:none;
}

.required{
	color:#AA546C;
}