@charset "utf-8";
/* CSS Document */

body {margin: 0; padding: 0; background: #333333}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h4 {font-family: Verdana, Arial, Helvetica, sans-serif; margin: 15px 0 0 5px; color: #fff; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal}  /* italic words in titles */

h1 {position: absolute; right: 0px; top: 30px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px solid #fff}
h1:first-letter {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 0px; top: 125px; font-style: italic; color: #648D20; font-size: 0.90em}  /* sits under main title */

h2 {font-size: 14px; letter-spacing: 0.05em; color:#c10b0f; }
h3 {font-size: 14px; color:#c10b0f; }

td, p, ul, ol {margin: 10px 10px 0 7px; font-size: 8pt; line-height: 1.60em; color: #fff; letter-spacing: 0.05em}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a, a:link, a:visited {
	color: #9F0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {color: #fff; border-color: #fff}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
	position: relative;
	margin: 0 auto;
	width: 660px;
	background: url(../Nicole%20Loves%20Shoes_files/images/bkgrnd.gif) 0 0 repeat-y #000000;  /* Important image, do not remove */
	overflow: hidden
}

#hdr {  /* div containing h1, nav and grapes image */
float: left; 
width: 660px; 
height: 103px; 
background: url(../images/header.jpg) 0 0 no-repeat #000000  /* Image of Grapes */
  /* Image of Grapes */
}

#lftcol {   /* left column */
	position: absolute;
	left: 0px;
	top: 100px;
	margin-left: 10px;  /* leave this so that background image lines up with edge of this div */
	width: 260px;
	background: transparent;
	overflow: hidden;
	margin-right: 15px;
}

#rgtcol {
	float: right;
	width: 390px;
	padding-bottom: 30px;
	background: transparent;
	overflow: hidden
}  /* right column */

#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 4em; line-height: 4em; width: 660px; background: #000000; color: #ffffff;}

#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: url(../Nicole%20Loves%20Shoes_files/images/quote.gif) no-repeat 0 0	
	
}

#quote p {color: #444; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: -10px 0 80px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 370px;
	margin: 1px 0 0 0;  /* a little top margin */
	border: 0;
	
	padding: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	display: block;
	color: #cccccc;
	background: #333333;
}

ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #c10b0f; color: #fff}

div#nc_banner{
	width:250px; 
	margin:25px auto 10px auto;
	font-size:17px;
	color:#fff;
	text-align:center;
	line-height:1.4em;
}

div#nc_banner a{
	color:#b269ca;
}

div#nc_banner a:hover{
	color:#CCCCCC;
}

#nc_banner h3{
	font-size:24px;
	font-weight:normal;
	color:#CC99CC;
	margin-bottom:5px;
}

