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

html {
	height:100%;
	width:100%
}

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, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, fieldset, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body {
	background-color: #CFDAD6;
    height: 100%;
    width: 100%;
}

a {
	text-decoration:none;
	outline:none;
}
	
#header {
	
}

nav {
	display: block;
    left: 0;
    position: fixed;
    top: 0;
}

#content {
	border-bottom: 2px solid #BFCFFF;
    border-top: 2px solid #BFCFFF;
    display: block;
    height: 400px;
    margin-top: -200px;
    overflow: visible;
    position: absolute;
    top: 50%;
    visibility: visible;
    width: 2200px;
}

.basket {
	-moz-box-shadow: 1px 1px 6px #666666;
	-khtml-box-shadow: 1px 1px 6px #666666;
	-webkit-box-shadow: 1px 1px 6px #666666;
    background-color: #FFFFFF;
    float: left;
    height: 440px;
    margin-left: 40px;
    position: relative;
    top: -20px;
    width: 440px;
}
