/*------------------------------------------------------------------
# Morelli's Gelato
# 2008
# THE 2M GROUP
# */

/*------------------------------------------------------------------
# [Color codes]

# Purple (text): #54247D
# Light Purple (text): #CC99CC

# */


body {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#container  {
	background-image: url("images/page_shadow.png");
	background-repeat: repeat-y;
	text-align: center;
	margin: auto;
	width: 980px;
	min-height: 598px;
}

#anim {
	width: 980px;
	height: 370px;
	margin-left: 7px;
	margin-right: 7px;
}

#header {
	width: 940px;
	height: 150px;
	background-image: url("images/nav_gradient.png");
	margin-left: 20px;
	margin-right: 20px;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
}

#logo {
	width: 200px;
	height: 118px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/logo_morellis.png");
}

#menu  {
	color: #54247d;
	font-size: 12px;
	font-family: Arial;
	font-stretch: condensed;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 200px;
	z-index: 10;
	width: auto;
}

#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #54247d;
}

#menu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

/*
#menu dl {
float: left;
width: auto;
margin: 7px;
}

#menu dt {
width: 100px;
cursor: pointer;
text-align: center;
font-weight: bold;
margin: 1px;
}

#menu dd {

display: block;
border: 1px solid gray;
}

#menu li {
width: 100px;
text-align: center;
background: #fff;
}

#menu li a, #menu dt a {
color: #54247D;
text-decoration: none;
display: block;
height: 20px;
border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #FFFFFF;
}
*/




ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
}

li { /* all list items */
	float: left;
	position: relative;
	width: auto;
	margin-top: 5px;
	margin-right:30px;
	text-transform: uppercase; 
	z-index: 10;
}

li ul { /* second-level lists */
	font-size: 11px;
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	width: 11em;
	background-image:url("images/transparent-back.png");
	-background-image:url("images/notransparent-back.png");
	padding:3px;
	text-align: left;
	z-index: 10;
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


#content  {
	background-color: #FFFFFF;
	width: 940px;
	height: 448px;	
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/content-back.png);
	margin-top: 0px;
	z-index: 0;
	
}

#content_2  {
	background-color: #FFFFFF;
	width: 940px;
	height: 448px;	
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/content-back-2.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	z-index: 0;
}

#content_3  {
	background-color: #FFFFFF;
	width: 940px;
	height: 448px;	
	margin-left: 20px;
	margin-right: 20px;
	background-repeat: repeat-x;
	margin-top: 0px;
	z-index: 0;
}

#left-anim {
	width: 590px;
	height: 448px;
	float: left;
	margin: 0;
	padding: 0;
}

#left-area{
	width: 590px;
	height: 400px;
	float: left;
	text-align: right;
}

#right-area {
	width: 330px;
	height: 400px;
	float: right;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 12px;
	margin-top: 20px;	
}

#right-text {
	width: 300px;
	height: 400px;
	margin-right: 30px;
	text-align: justify;
	line-height: 16px;
	overflow: none
}

.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 290px;
	height: 400px;
	overflow: auto;
	float: left;
}

#right-text a {
	color: #54247D;
	font-weight: bold;
	text-decoration: none;
}

#right-text a:hover {
	color: #54247D;
	font-weight: bold;
	text-decoration: underline;
}


#right-text h1 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 17px;
	color: #54247D;
}

#sub-nav {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 20px;
	line-height: 22px;
	background-image: url(images/back_subnav.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 299px;
	text-align: center;
}

#sub-nav a {
	color: #FFFFFF;
	font-weight: normal;
	margin-right: 8px;
	text-decoration: none;
	text-transform: uppercase;
}

#sub-nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#sub-nav ul  {  }

#sub-nav li {
	margin-left: 2px;
	margin-right: 2px;
	list-style-type: square;
}


#previous {
	float: left;
	margin-top: 10px;
}

#next {
	margin-top: 10px;
	float: right;
}


/* Content divs */

/* Gallery */

#gallery {
		margin-left: auto;
		padding-top: 80px;
		width:350px;
		text-align: left;
		height: 300px;		
}

#gallery a {
		text-decoration: none;
		color: #888888;			
}

#gallery a:hover {
		text-decoration: none;
		color: #54247D;
}

}

img.gallery  { border: 1px solid  #888888; padding: 10px;}


img.gallery:hover { border: 1px solid #CC6633}



#nav_gallery {
	width: 175px;
	height: 140px;
	margin-top: 80px;
	margin-left: 30px;
	padding-top: 6px;
	background-image: url(images/bloc_gallery.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #FFFFFF;
}

#nav_gallery a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}

#nav_gallery a:hover {
	text-decoration: none;
	color: #54247D;
}


/* What's the scoop */

#wrapper {
	width: 590px;
	height: 448px;
	float: left;
}

#scoop_leftcol {
	width: 180px;
	height: 448px;
	float: left;
	overflow: hidden;
	text-align:center;
}

#scoop_leftbloc1 {
	width: 180px;
	height: 188px;
	background-image: url(images/scoop_leftcol1.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	overflow: hidden;
	text-align:center;
}

#scoop_leftbloc2 {
	width: 180px;
	height: 260px;
	background-image: url(images/scoop_leftcol2.png);
	background-repeat: repeat-x;
	overflow: hidden;
	text-align:center;
}

#scoop_leftcol_text {
	width: 200px;
	height: 200px;
	margin-top: 20px;
	margin-left: 35px;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
}

#scoop_leftcol_text a {
	text-decoration: none;
	color: #54247D;
}

#scoop_leftcol_text a:hover {
	text-decoration: underline;
	color: #54247D;
}

#scoop_center {
	width: 410px;
	height: 448px;
	float: right;
	text-align: center;
	overflow: hidden;
}

#scoop_photo {
	width: 410px;
	height: 263px;
	background-image: url(images/multi-icecream.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

#scoop_rightcol {
	width: 350px;
	height: 448px;
	float: right;
	text-align: center;
	overflow: hidden;
}


#scoop_rightbloc1 {
	width: 350px;
	height: 150px;
	background-image: url(images/scoop_rightcol.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#scoop_rightbloc2 {
	width: 350px;
	height: 148px;
	background-color: #000000;
	overflow: hidden;
}

#scoop_rightbloc3 {
	width: 350px;
	height: 150px;
	background-image: url(images/scoop_rightcol.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#scoop_rightcol_text {
	width: 150px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#scoop_rightcol_text a {
	text-decoration: none;
	color: #FFFFFF;
}

#scoop_rightcol_text a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


.scoop_textbloc {
	width: 90%;
	height: 90%;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	text-align:center;
}

.scoop_textbloc a {
	color: #CC6633;
	text-decoration: none;
	font-weight: bold;
}

.scoop_textbloc a:hover {
	color: #CC6633;
	text-decoration: underline;
	font-weight: bold;
}


.scoop_textbloc_leftalign {
	width: 90%;
	height: 90%;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}


.scoop_textbloc_leftalign a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.scoop_textbloc_leftalign a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}


.title {
		font-family: Arial;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		text-decoration: none;
		color: #CC6633;		
}		
.title a {
		text-decoration: none;
		color: #CC6633;
		font-weight: normal;		
}
.title a:hover {
		text-decoration: none;
		color: #54247D;
}

.intro {
		font-family: Arial;
		font-size: 12px;
		line-height: 18px;
		color: #000000;
}

.date {
		font-family: Arial;
		font-size: 9px;
		line-height: 11px;
		color: #AC8DC1;
}

.smalltxt {
		font-family: Arial;
		font-size: 10px;
		line-height: 11px;
		color: #888888;
}

.title2 {
		font-family: Arial;
		font-size: 15px;
		color: #FFFFFF;
		text-align: left;
}

.title3 {
		font-family: Arial;
		font-size: 15px;
		line-height: 20px;
		color: #000000;
		text-align: left;
		margin:0 0 3px 0;
}

#special_event {
		width: 200px;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		font-family: Arial;
		font-size: 14px;
		line-height: 19px;
		overflow: hidden;
}


#section_title {
		width: 300px;
		height: 20px;
		margin-right: 40px;
		text-align: right;
		color: #CC99CC;
		font-size: 14px;
		font-weight: normal;
}


/* Form */

#franchiseform {
	width: 280px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 10px;
	background-image: url("images/form_back.png");
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
}

#franchiseform table {
	font-size: 11px;
}

.button {
	width: 80px;
	height: 25px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	border: 0px;
	background-image: url("images/form_button.png");
}

input.button:hover {

	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}


/* Footer */

#footer {
	clear: both;
	width: 980px;
	height: 25px;
	margin: auto;
	background-image: url("images/page_footer.png");
	background-repeat: no-repeat;
}
