/* eWINE match css */
/* modified by dlyons - 03.07.07 */

/* general */

html, body {
    margin: 0;
    padding: 0;
}

body {
    color: #A40234;
    background: #F8981D;
    font: normal 12px/18px "Trebuchet MS", Arial, Verdana, sans-serif;
}

a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #A40234;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, ul, ol {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 0.1em;
}

h2 {
    color: #A40234;
    font-size: 16px;
}

h2 a:link,
h2 a:visited {
    color: #A40234;
}

h3 {
    color: #F8981D;
    font-size: 13px;
    line-height: 18px;
}

h3 a:link,
h3 a:visited {
    color: #F8981D;
}

blockquote, ol, ul {
    margin-left: 15px;
}

blockquote ol,
blockquote ul {
    margin-left: 0;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: url(/i/bullet.gif) outside;
}


/* page structure */

#page {
    width: 100%;
    margin: 0;
    text-align: center;
}

#page-header {
    height: 60px;
}

#page-content {
    position: relative;
    overflow: hidden;
    width: 980px;
    margin: -20px auto;
    background: #fff url(/i/sidebar.gif) repeat-y;
    text-align: left;
}

#page-footer {
    height: 60px;
}

#page-copyright {
	color: #000;
	font-size: 10px;
	position: relative;
	top: -20px;
	left: 155px;
	width: 980px;
	margin: -20px auto;
	text-align: left;
}

/* logo */

#sidebar {
    float: left;
}

#logo {
    position: relative;
    float: left;
    width: 223px;
    margin: 0;
}

#logo a {
    display: block;
    overflow: hidden;
    width: 223px;
    height: 580px;
    background: url(/i/logo-sidebar.gif) no-repeat;
    font-size: 0.1px;
    line-height: 0;
    text-indent: -1000px;
}


/* navigation */

#nav {
    float: left;
    width: 450px;
    height: 100px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

#nav li {
    float: left;
    margin: 10px;
}

#nav li li {
    clear: left;
    margin: 0;
}

#nav ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li.hover ul,
#page-terms #nav-terms ul,
{
    display: block;
}

#nav a,
#page #nav li li a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-size: 14px;
    color: #F8981D;
}

#nav a:hover,
#page #nav li a:hover,
#page-terms #nav-terms a {
    color: #A40234;
}

#nav a:active {
    color: #F8981D;
}



#nav-terms {
    width: 155px;
    height: 32px;
}

/* content */

#content {
    position: relative;
    float: left;
    width: 740px;
}

#title {
	position: relative;
	overflow: hidden;
	width: 350px;
	height: 40px;
	margin: 15px 0 15px 0;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
}

#copy {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    font-size: 0.1px;
    line-height: 0;
    text-indent: -1000px;
}

#copy * {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0.1px;
    line-height: 0;
    text-indent: -1000px;
}

/* agever */

#page-agever #copy {
    width: 350px;
    height: 154px;
    margin-bottom: 30px;
}

#page-agever #intro {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 350px;
	top: 100px;
    margin: 50px 0 20px 0;
    background: url(/i/enjoy-responsibly.gif) left bottom no-repeat;
}

#enter {
    width: 326px;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 0;
    list-style: none;
}

#enter li {
    float: left;
    margin: 0;
}

#enter a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-repeat: no-repeat;
    background-image: url(/i/enter.gif);
    font-size: 0.1px;
    line-height: 0;
    text-indent: -1000px;
    width: 92px;
    height: 48px;
    background-position: 0 0;
}

#enter a:hover {
    background-image: url(/i/enter-on.gif);
}


/* helper classes */

.clr {
    overflow: hidden;
    clear: both;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0.1px;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

.hidden { display: none !important; }

.invisible {
    display: block !important;
    visibility: hidden !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0.1px !important;
    line-height: 0 !important;
}