/* @override 
	http://dev.cleopet.site:8888/c/cleo_styles.css
	http://dev.cleo.site:8888/c/cleo_styles.css
	http://www.cleopet.com/c/cleo_styles.css
*/

/* @group reset */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

/*caption, th, td {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* @end */

@font-face {
    font-family: 'AdLibICGRegular';
    src: url('adlibicg-webfont.eot');
    src: url('adlibicg-webfont.eot?#iefix') format('embedded-opentype'),
         url('adlibicg-webfont.woff') format('woff'),
         url('adlibicg-webfont.ttf') format('truetype'),
         url('adlibicg-webfont.svg#AdLibICGRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




body
{	
	font-family: "lucida Grande", Arial, Verdana, sans-serif;
	font-size: 75%; 
	color: #fff; /*for a minute */
	background-color: #6c6c6c;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#top {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	/*background: url(../images/Logo_header.gif) repeat-x;*/
}

#top h1 {
	text-indent: -9999px;
}

/* @group Home page linked header graphic */

/* @end */

img.righty {
	float: right;
	margin: 0 0 10px 10px;
}



img.lefty {
	float: left;
	margin: 0 10px 10px 0;
}


#header {
	width: 900px;
	height: 138px;
	background-image: url(../c_images/cleo_header_bg.gif);
	margin: 0 auto;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(../c_images/cleo_main_bg.gif) repeat-y;
}

#sidebar {
	display: none;
	width: 232px;
	padding: 0px;
	margin: 15px 0 0 30px;
	float: left;
	display: inline;
	background: #d0eafe url(../c_images/rnd_corner_top.gif) no-repeat left top;
		 -webkit-border-radius: 7px 7px;
 	-moz-border-radius: 7px 7px;
}

#sidebar h6 {
		font-weight: bold;
color: #000000;
font-size: 15px;
line-height: 18px;
padding: 12px;
}

#sidebar p.bottomp {
	background: url(../c_images/rnd_corner_base.gif) no-repeat left bottom;
	padding: 0px 20px 16px 20px;
}



#sidebase {
	width: 192px;
	padding: 0 20px 0 20px;
	margin: 15px 0 0 30px;
	float: left;
	display: inline;
	background: red url(../c_images/rnd_corner_base.gif) no-repeat left bottom;
	/*background: #d7e3f7 url(../c_images/rnd_corner_base.gif) no-repeat left bottom;*/
}


#maincontent {
	position: relative;
	margin: 0 0 0 280px;
	padding: 10px 0 20px 0;
	width: 580px;
	color: #000;
	font-size: 1em;
	min-height: 300px;
}

.main_prod_img {
width 580px;
}


.main_prod_img img {
max-width: 100%;
}

img.sidey {
	background-color: #fff;
	padding: 8px;
	border-top: 1px solid #ddd7cb;
	border-left: 1px solid #ddd7cb;
	border-right: 1px solid #a6a198;
	border-bottom: 1px solid #a6a198;
}

#maincontent h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 8px 0 10px 0;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: bold;
	color: #c4004a;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

#maincontent h2 {
	    font-family: 'AdLibICGRegular';
    src: url('adlibicg-webfont.eot');
    src: url('adlibicg-webfont.eot?#iefix') format('embedded-opentype'),
         url('adlibicg-webfont.woff') format('woff'),
         url('adlibicg-webfont.ttf') format('truetype'),
         url('adlibicg-webfont.svg#AdLibICGRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	color: #c4004a;
	margin: 5px 0 20px 0;
	font-size: 3em;
	line-height: 1.1em;
}


#maincontent table.prod_details {
	background-color: #ebebeb;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	width: 100%;
}

#maincontent table.prod_details tbody tr th {
	color: #fff;
	background-color: #333;
	padding: 8px;
	text-align: left;
	font-weight: bold;
}


#maincontent table.prod_details tbody tr td {
	padding: 5px 10px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	font-size: .9em;
}

ul.prod_bullets {
	list-style-type: disc;
	margin: 12px;
	list-style-image: url(../images/Cleo_Bullet.gif);
}

ul.prod_bullets li {
	line-height: 1.3em;
	margin: 0 0 2px 10px;
}

#maincontent h3 {
	margin: 24px 0 10px 0;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px solid #c7c2b7;
	letter-spacing: .2em;
	/*background: url(../images/menu_divider.gif) center bottom;*/
	padding: 0 0 .3em 0;
}



#maincontent h4 {
	    font-family: 'AdLibICGRegular';
    src: url('adlibicg-webfont.eot');
    src: url('adlibicg-webfont.eot?#iefix') format('embedded-opentype'),
         url('adlibicg-webfont.woff') format('woff'),
         url('adlibicg-webfont.ttf') format('truetype'),
         url('adlibicg-webfont.svg#AdLibICGRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	color: #c4004a;
	margin: 18px 0 10px 0;
	font-size: 1.8em;
	line-height: 1.5em;
	text-align: center;
	/*background-color: #c7c2b7;*/
	padding: 0em;

}

#maincontent h5 {
	font-size: 0.9em;
	margin: 0 0 8px 0;
	padding: 8px 0 0 0;
	border-top: 1px solid #c7c2b7;
	font-weight: bold;
}

#maincontent a:link, #maincontent a:visited {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #c4004a;
	/*border-bottom: #736e68 1px dashed;*/
	padding: 0 0 3px 0;
	margin: 0;
}

#maincontent a:hover {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #996A23;
	/*border-bottom: #996A23 1px dashed;*/
	padding: 0 0 3px 0;
	margin: 0;
}


h1#contact_box_top {
	margin: 30px 0 6px 0px;
	padding: 30px 0 0 8px;
	background: url(../images/detail_box_top.gif) -20px;
	font-size: 1.2em;
}

#contact_box {
	background: url(../images/hw_contact_box.gif) no-repeat -20px bottom;
	padding: 0 0 30px 8px;
}

#contact_box p {
font-size: .9em;
line-height: 1.4em;
margin: 4px 0 8px 0;
}


#maincontent p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

/* @group footer */

#footer {
	width: 860px;
	height: 44px;
	margin: 0 auto;
	padding: 20px;
	background: url(../c_images/Cleopet-Website_06.gif) no-repeat center top;
}

#footer p {
	
	color: #ccc;
	text-align: left;
	font-size: .9em;
	margin: 8px 20px 0 20px;
}

#sidebar p {
	color: #000;
	font-size: .9em;
	line-height:1.5em;
	padding: 0px 20px 8px 20px;
}

#footer p a:link, #footer p a:visited {
	color: #c4004a;
	text-decoration: none;
}

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

/* @end */




/* @group GlobalNav Group */



#globalnav {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../c_images/cleo_global_nav.gif) no-repeat center top;
}

div#globalnav ul#menu	{
	height: 50px;
	width: 900px;
	background: url(../c_images/cleo_global_nav.gif) no-repeat left;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 45px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 422px; width: 93px; }
#about	{left: 516px; width: 125px; }
#spares	{left: 642px; width: 102px; }
#contact {left: 745px; width: 140px; }
/*#the_friends {left: 684px; width: 162px;}*/

#home	 a:hover	{background: transparent url(../c_images/cleo_global_nav_over.gif) no-repeat -422px -0px;}
#about	a:hover {background: transparent url(../c_images/cleo_global_nav_over.gif) -516px -0px no-repeat;}
#spares	a:hover {background: transparent url(../c_images/cleo_global_nav_over.gif) -642px -0px no-repeat;}
#contact  a:hover {background: transparent url(../c_images/cleo_global_nav_over.gif) -745px -0px no-repeat;}
 /*#the_friends  a:hover {background: transparent url(../images/globalnav_bg_5item.gif) -684px -40px no-repeat;}*/ 

	 /*You are here - global nav*/ 
	
body#home_menu #home  {background: transparent url(../c_images/cleo_global_nav_over.gif) -422px -0px no-repeat;}
body#about_menu #about	 {background: transparent url(../c_images/cleo_global_nav_over.gif) -516px -0px no-repeat;}
body#spares_menu #spares	 {background: transparent url(../c_images/cleo_global_nav_over.gif) -642px -0px no-repeat;}
body#contact_menu #contact  {background: transparent url(../c_images/cleo_global_nav_over.gif) -745px -0px no-repeat;}
/*body#friends_menu #the_friends  {background: transparent url(../images/globalnav_bg_5item.gif) no-repeat -684px -40px;}*/


/* @end */




.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#contact_box p a:link, #contact_box p a:visited {
	font-size: 1em;
	text-decoration: none;
	color: #736e68;
}

#contact_box p a:hover {
	font-size: 1em;
	text-decoration: none;
	color: #f5f1e4;
}


#contact_box p strong {
	color: #736e68;
	font-weight: bold;
}

/* @group Tool Tips */

			#maincontent small.whythis, #maincontent small.whythis a { 
						font-size : 1em; 
						text-decoration : none;
						color : #a8a39c;
						}
				#maincontent small.whythis a span {
						color : #fafafa;
						padding : 1px 4px 1px 4px;
						position:relative;
						display:none;
						}
				#maincontent small.whythis a:hover, #maincontent small.whythis a:focus, #maincontent small.whythis a:active { 
						text-decoration : none;
						color : #000;
						}
				#maincontent small.whythis a:hover *, #maincontent small.whythis a:focus *, #maincontent small.whythis a:active *, #maincontent small.whythis a:hover { 
						text-decoration : none;
						color : #000;
						display:inline;
						}
						
				#maincontent small.whythis a:hover span, #maincontent small.whythis a:focus span, #maincontent small.whythis a:active span { 
						position:absolute;
						background-color: #ada69c;
						color : #000;
						font-weight : bold;
						font-style : normal;
						}



/* @end */

/* @group Link Def List */
/* came from adila needs tuning */

#maincontent dl {
	margin: 10px 20px  10px 0px;
	padding: 0 0 20px 0;
	float: left;
	display: block;
	border-bottom: 1px solid #c7c2b7;
	width: 536px;
	position: relative;
	/*background-color: red;*/
}

#maincontent p.Smallprint {
	font-size: 75%;
	margin: 12px 0 0 0;
	padding: 8px 0 0 0;
	border-top: 1px solid #c7c2b7;
	width: 536px;
}

#maincontent dt {
	float: right;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	color: #27291e;
	width: 382px;
}

#maincontent h6 {
	font-size: 130%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c7c2b7;
	width: 536px;
}

/* This style to undo maincontent h5 which has borders, margins and padding */
#wine_nav div.wine_group h5 {
	border: none;
	margin: 0;
	padding: 0;
}


#maincontent dd {
	margin: 0 0 0 154px;
	padding: 0;
	font-size: .9em;
	line-height: 1.5em;
	color: #27291e;
}

#contact-form dl dt label {
	font-size: .8em;
}

fieldset#contact-form {
	padding: 16px;
	background-color: #fff;
	border: 1px solid #4a83b1;
		 -webkit-border-radius: 7px 7px;
 	-moz-border-radius: 7px 7px;
}

form#contact_form {
	width: 270px;
	float: right;
	padding-right: 44px;
}

#cont_right_col {
	width: 250px;
	float: left;
}

fieldset#contact-form p input.required, fieldset#contact-form p textarea, fieldset#contact-form p textarea#message.required {
	width: 270px;
	background-color: #dee8ef;
	border: 1px dotted #4a83b1;
	padding: 4px;
}


#spares_ordering {
	padding: 20px;
	background-color: #edf7ff;
		 -webkit-border-radius: 7px 7px;
 	-moz-border-radius: 7px 7px;
margin: 18px 0;
	border: 2px solid #4a83b1;
}




.winnerbox {
	padding: 20px 20px 10px 20px;
	background-color: #edf7ff;
		 -webkit-border-radius: 7px 7px;
 	-moz-border-radius: 7px 7px;
margin: 18px 0;
	border: 2px solid #4a83b1;
}

#spares_ordering h5 {
	font-size: 110%;
}

#maincontent ul {
		list-style-type: disc;
	margin: 16px;
	line-height: 1.4em;
	list-style-image: url(../images/Cleo_Bullet_2.gif);

}



#maincontent #spares_ordering h3, #maincontent .winnerbox h3 {
	    font-family: 'AdLibICGRegular';
    src: url('adlibicg-webfont.eot');
    src: url('adlibicg-webfont.eot?#iefix') format('embedded-opentype'),
         url('adlibicg-webfont.woff') format('woff'),
         url('adlibicg-webfont.ttf') format('truetype'),
         url('adlibicg-webfont.svg#AdLibICGRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	color: #c4004a;
	margin: 0 0 10px 0;
	font-size: 2em;
	line-height: 1.2em;
	text-align: left;
	letter-spacing: 0em;
	padding: 0;
	/*font-weight: bold;*/
	border-bottom: none;
}

#maincontent dd.img img {
	float: left;
	margin: 0 1px 0 0;
	padding: 0px;
	border: 0px solid #94A491;
	border-bottom-color: #5c6759;
	border-right-color: #5c6759;
	background-color: #fff;
	max-width: 100%;
}

#maincontent dd.img {
	margin: 0;
	width: 150px;
	/*display: block;*/
}


/* @end */





/* @group Accordian */

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 17.8em;
  font-size: 13px;
  font-weight: bold;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #4a83b1;
  color: #fff;	
  padding: .7em 1em ;
}

ul.menu li a:hover {
  background: #c4004a;
}

ul.menu li ul li a {
  background: #afdafc;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #fff5cb;
  border-left: 5px solid #c4004a;
  padding-left: 15px;
}

/*.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }*/

/* @end */


