body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	color: #444;
	background: #ded5b3 url(img/bg_body.gif) top left repeat-x;
	}

p {
	margin: 0; text-align:justify;
	padding: 1em 0 0; 
	line-height: 140%;
	}

hr {
	display: none;
	}
h1 { margin: 20px 0 10px 0; padding:0; font-size: 1.8em; }
h2 { margin: 10px 0 10px 0; padding:0; font-size: 1.6em; }
h1 strong, h2 strong {
	display: none; margin-top: 20px; margin-bottom: 15px; padding: 0;
	}
	
	
h4 {
	margin: 1.5em 0 0;
	padding-bottom: .3em;
	color: #569E25;
	text-transform: uppercase;
	border-bottom: 1px solid #dbd9c3;
	}	

h5 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1em;
	color: #1d1d1d;
	}

em {
	font-family: Verdana,Arial,sans-serif;
	}

label {
	display: block;
	padding: .3em .5em .3em 0;
	}

	


/* 
LINKS --------------------- */

a img {
	border: none;
	}


/* 
SIDEBAR --------------------- */

ul#skip {display: none;}

#sidebar {	
	position: relative;
	float: left;
	margin-top: 1px;
	width: 194px;
	}

#logo {
	position: absolute;
	top: 50px;
	left: 0;
	margin-left:7px;
	width: 144px;
	background: url(img/padiprada.gif) no-repeat;
	}



#logo a {
	display: block; 
	height: 150px; 
	background: url(img/padiprada.gif) no-repeat;
	}	

	
#logo h1, #logo2 h1 {
	margin: 0;
	}
	
#navholder {   /* used only for pages w/out sidebar */
	float: right;
	margin-top: 7px;
	width: 550px;
	}	

ul#nav2 {margin: 0; padding: 0; list-style: none; font-size: .87em;}
#nav2 li {display: block; float: left; border-left: 1px dotted #9c9c97;}
#nav2 li a {display: block; padding: .2em .5em !important; border-bottom: none !important; color: #1d1d1d !important;}
#nav2 li a:hover {margin: 0 !important;
	border: 0 !important;}
	
#choose li#n-purchase a:link, #choose li#n-purchase a:active, #choose li#n-purchase a:visited {
	font-weight: bold;
	padding-left: 10px;
	border-left: none;
	background: url(img/arrow.gif) -7px 50% no-repeat;
	}

#choose li#n-purchase {
	border-left: none;
	}
	
#navtop {
	position: absolute;
	top: 221px;
	left: 0;
	width: 194px;
	height: 15px;
	background: url(img/navtop.gif) top left no-repeat;
	}
	
#navbottom {
	position: absolute;
	top: 436px !important;
	top: 431px;   /* hack for IE */
	left: 0;
	width: 194px;
	height: 15px;
	background: url(img/navbottom.gif) bottom left no-repeat;
	}	
	
#nav {
	position: absolute;
	top: 227px;
	right: 0;
	height: 200px;
	background: url(img/bg_nav.gif);
	}

html>body #nav {   /* hack for non-IE browsers only */
	height: auto;
	min-height: 200px;
	}	

#nav ul {
	margin: 0; 
	float: left; 
	width: 194px !important;
	width: 187px;   /* hack for IE */
	padding: 12px 0 21px !important;
	padding-left: 7px;   /* hack for IE */
	/*padding: 13px 0 0 7px;*/
	font-size: .71em;
	color: #1d1d1d;
	}

#nav ul li {
	list-style: none;
	border-bottom: 1px dotted #b5ae95;
	}
	
#nav a:link, #nav a:active, #nav a:visited {
	padding: 5px 0 5px 20px;
	color: #1d1d1d;
	text-decoration: none;
	display: block; font-weight:bold;
	}

#nav a:hover {
	background: #e4ddc1;
	}
	
 #nav li a:hover {
	background: #f0eedd url(img/arrow.gif) 5px 50% no-repeat;
	
	}
	
	
/* 
CONTENT --------------------- */	

#content {
	float: left;
	margin-top: 0;
	width: 494px;
	padding: 34px;
	background: #edebd6 url(img/bg_secondary.jpg) no-repeat;
	font-size: .8em;
	height: 594px;
	}

html>body #content {   /* hack for non-IE browsers only */
	height: auto;
	min-height: 594px; /* JG: Changed to accommodate short pages. */
	}	

#content a:link {
	padding: 1px 2px; 
	color: #4562a4;
	text-decoration: none;
	border-bottom: 1px dotted #4562a4;
	}
	
#content a:active {
	color: #1d1d1d;
	margin: 0 -3px;
	padding: 2px 0 0 3px;
	border: 3px double; 
	border-color: #f1f1f1 #c0c0c0 #c0c0c0 #f1f1f1; 
	background: #fff url(img/btnbg.gif) bottom center repeat-x; 
	}

#content a:visited {
	padding: 1px 2px; 
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #444;
	}	


#content a:hover {
	color: #1d1d1d;
	margin: 0 -3px;
	border: 3px double; 
	border-color: #f1f1f1 #c0c0c0 #c0c0c0 #f1f1f1; 
	background: #fff url(img/btnbg.gif) bottom center repeat-x; 
	}

#content strong {
	color: #1d1d1d;
	}
	
#content h2 {
	margin: 1.5em 0 0;
	width: 358px;
	height: 28px;
	}	

#content ul {
	line-height: 140%;
	}


#choose form {
	margin: 0;
	}

/* 
TABLES --------------------- */	

.cell {
	margin: 1em 0;
	width: 496px;
	}
	
.celltop {
	position: relative; 
	height: 10px; 
	background: url(img/celltop.gif) no-repeat;
	}	

.celltop img {
	position: absolute;
	top: 1px;
	right: 1px;
	}	

.cellmid {
	padding: 0 6em 0 1em;
	background: url(img/cellbg.gif) repeat-y;
	}	
	
.cellmid h4 {
	margin: 0 2em 0 0;
	}

.cellmid form {
	margin: 0;
	}

.cellmid input {
	font-size: .8em;
	}	
	
.cellmid p {
	padding-top: .8em;
	font-size: .8em;
	}
		
.cellbottom {
	height: 10px; background: url(img/cellbottom.gif) bottom left no-repeat;
	}	

.cell-sm {
	float: left;
	width: 160px;
	}

.cell-lg {
	float: left;
	margin-left: 29px;
	width: 503px;
	}

.cell-sm table {
	width: 100%;
	line-height: 140%;
	border-top: 1px solid #e0dccf;	
	background: #f3f2e4 url(img/tablebg-sm.gif) repeat-y;
	}
	
.cell-lg table {
	width: 100%;
	line-height: 140%;
	border-top: 1px solid #e0dccf;	
	background: #f3f2e4 url(img/tablebg-lg.gif) repeat-y;
	}

.cell-sm th, .cell-sm td, .cell-lg th, .cell-lg td {
	padding: 7px;
	text-align: center;
	}
	
.cell-sm td, .cell-lg td {
	font-size: .8em;
	font-weight: bold;
	color: #1d1d1d;
	}	
	
.cell-lg .first {
	width: 154px;
	padding-left: 10px;
	text-align: left;
	}	
	
.cell-lg .em	{
	font-size: 1em;
	}
	
.cell-lg .exp {
	font-size: .73em;
	font-weight: normal;
	color: #777;
	}	
	
.cell-lg .exp ul {
	margin: 0;
	padding: 0 0 0 2em;
	}	

.cell-sm th, .cell-lg th, .cell-sm td, .cell-lg td {
	border-bottom: 1px solid #e0dccf;
	}
	
.cell-sm th strong {
	display: block;
	margin: .7em 0 .6em;
	color: #ffa300 !important;
	}	
	
.cell-lg th strong {
	display: block;
	margin: .7em 0;
	font-size: .91em;
	color: #ffa300 !important;
	}		

.cell-lg th, .cell-lg td {
	border-left: 1px solid #e0dccf;	
	width: 83px;
	}

.cell-sm h5 {
	position: relative;
	margin: 0;
	text-align: left;
	color: #1d1d1d;
	font: bold 1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	}
	
.cell-lg h5 {
	position: relative;
	margin: 0;
	padding-top: 3px;
	text-align: left;
	color: #1d1d1d;
	font: bold 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	}	

.cell-sm h5 img {
	position: absolute;
	top: -6px;
	right: -5px !important;   /* hack for IE */
	right: 1px;
	}
	
.cell-lg h5 img {
	position: absolute;
	top: -6px !important;
	top: -11px;   /* hack for IE */
	right: -6px !important;
	right: 0;	  /* hack for IE */
	}	

.cell-sm input {
	font-size: 1em;
	}
	
.cell-lg input {
	font-size: .91em;
	}		


/* 
CONTENT (HOME ONLY) --------------------- */	

#home #content {
	width: 562px !important;
	padding: 0 !important;
	}

#home h2 {
	margin: 0;
	width: 494px;
	height: 19px;
	background: url(img/headline_home.gif) no-repeat;
	}

#error #content {
	width: 562px !important;
	padding: 0 !important;
	}

#beta {
	margin: 2em 34px 0;
	padding: 1em 1em 0 0;
	background: #f3f2e4;
	border-top: 1px dotted #cac09f;
	border-bottom: 1px dotted #cac09f;
	}

#beta form {
	margin-top: .5em;
	}

#beta input {
	font-size: 1em;
	}	

#beta img {
	float: left;
	margin: 0 49px 0 29px;
	}

#beta p {
	padding-top: .2em;
	font-size: .8em;
	}

#branding {
	position: relative;
	width: 562px;
	height: 238px;
	background: url(img/bg_brand.jpg) no-repeat;
	}	

#message {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 285px;
	height: 90px;
	}
#message h3 { font-size:14px; color:#D96C00; margin: 0; 
	
	}
.atas { font-size:10px; font-weight:bold;}	
	

#picture {
	position: absolute;
	z-index: 99;
	top: 18px;
	right: -32px;
	width: 279px;
	height: 216px;
	}	

.pic03 {background: url(img/pool_pic.jpg) no-repeat;}

#htop {
	position: absolute;
	z-index: 0;
	top: 223px;
	left: 0;
	width: 562px;
	height: 15px;
	background: url(img/bg_highlight-top.gif) no-repeat;
	}

#intro {
	padding: 5px 20px 0;
	height: 183px;
	background: url(img/bg_highlight-mid.gif);
	}

html>body #intro {   /* hack for non-IE browsers only */
	height: auto;
	min-height: 183px;
	}	

#hbottom {
	height: 15px;
	background: url(img/bg_highlight-bottom.gif) no-repeat;
	}

#menu {
	background: url(img/bg_highlight-accent.gif) top center no-repeat;
	padding-bottom: 2em;
	}	

.flavor {
	padding-top: 5px; margin-left: 20px; margin-right: 20px; 
	}
	
.flavor a {
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
	}	

.flavor test {
	border: 1px solid #cac09f; 
	padding: 4px; 
	background: #fff;
	float:left;
	margin: 2px 5px 2px 0;
	}

.line-item {
	float: left;
	width: 60%;
	}

.line-item h3 {
	margin: 1em 0 0;
	width: 150px;  /* JG: Widened to make room for "Experience" */ 
	height: 27px;
	}	
	

.line-item h3 a {
	display: block;
	height: 27px;
	}	

.line-item strong {
	display: none;
	}	
	
.line-item p {
	padding-top: .5em;
	}	

.line-item p a {
	margin: 0 !important;
	color: #444 !important;
	font-weight: normal !important;
	text-decoration: none;
	}

/* 
FOOTER --------------------- */	

#footer {
	margin: 0 auto;
	padding-bottom: 1em;
	width: 760px; 
	}

#footer p {
	margin: 0;
	padding-right: 1em;
	text-align: right;
	font-size: .7em;
	}

#footer a {
	padding: 2px;
	color: #335a9a;
	text-decoration: none;
	}

#footer a:hover {
	background: #f0eedd;
	}

ul#back {
	display: none;
	}




/*
MISC --------------------- */

#container {
	margin: 0 auto; 
	width: 760px; 
	background: url(img/bg_container.gif) top center repeat-y;
	border-bottom: 1px solid #cac09f;
	}

#container2 {
	margin: 16px auto 0; 
	width: 760px; 
	background: #edebd6 url(img/bg_onecol.gif) top center repeat-y;
	border-bottom: 1px solid #cac09f;
	}

#container2 #content {
	float: none !important;
	width: 692px !important;
	background: url(img/top_onecol.jpg) no-repeat !important;
	}

#ctop {
	margin: 0 auto; 
	width: 760px; 
	height: 22px;
	background: url(img/bg_topline.gif) no-repeat;
	}

.btn {
	border: 3px double; 
	border-color: #f1f1f1 #c0c0c0 #c0c0c0 #f1f1f1; 
	background: #fff url(img/btnbg.gif) bottom left repeat-x; 
	}

.clr {
	clear: both;
	}
	
.pic {
	border: 1px solid #cac09f; 
	padding: 4px; 
	background: #fff;
	float:left;
	margin: 2px 5px 2px 0;
	}	
.pic10 {
	border: 1px solid #cac09f; 
	padding: 4px; 
	background: #fff;
	float:right;
	margin: 2px 5px 2px 0;
	}	
.gal {
	border: 1px solid #cac09f; 
	padding: 4px; 
	background: #fff;
	margin: 4px 0 4px 0;
	}	
	
	


