﻿select 
{ 
	color : #000000; 
	font-family:verdana,Arial; 
	font-size:10px; 
	border: 1px #a7a6aa solid;
}

td 
{ 
	vertical-align:top;
}
body 
{
    /*background: #faf9f9 url(/images/gradientbg.gif) repeat-x;*/
    background-color:#faf9f9;
}
#horizon        
{
	background-color: transparent;
	
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

.topsection
{
    margin-left: auto;
	margin-right:auto;
    position:relative;
	background-image:url('/images/topsection.jpg');
	background-repeat:no-repeat;
	height:215px;
	width:998px;
}
.topsection #topmenu
{
    position:absolute;
    top:163px;
    left:40px;
    border-bottom:0px solid black;
    margin-left:14px;
    width:600px;
}
.topsection #shoppingbasket
{
    position:absolute;
    width:258px; 
    height:136px;
    top:70px;
    left:738px;
    overflow:hidden;
}
.topsection #pinkrow
{
    position:absolute;
    top:190px;
    left:38px;
    border-top:1px solid black;
    border-bottom:1px solid black;
    height: 12px;
    background-image:url('/images/menubg.gif');
    background-repeat:repeat-x;
    margin-left:4px;
    width:916px;     
}
.topsection #slogan 
{
    position:absolute;
    top:100px;
    left:60px;    
}

.topsection #slogan
{
    font-family:trebuchet ms, Verdana;
    font-size:18px;
    margin-top:10px;
}
.topsection #slogan h1
{
    font-family:trebuchet ms, Verdana;
    font-size:18px;
    font-weight:normal;
    margin:0;
    padding:0;
}
.main 
{
    position:relative;
	background-image:url('/images/middlesection.jpg');
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right:auto;
	width: 998px;
}


.bottomsection
{
    margin-left: auto;
	margin-right:auto;
    position:relative;
	background-image:url('/images/bottomsection.jpg');
	background-repeat:no-repeat;
	height:202px;
	width:998px;
}
.bottomsection #bottomlinks
{
    position:relative;
    top:30px;
    left:40px;
    width:920px;
    border:0px solid black;
}

/* Cart buttons */
.cartproceed,
.cartchange 
{ 
    background-image:url('/images/menubg.gif');
    background-repeat:repeat-x;
    color: #525252; 
    padding: 0px; 
    font-size: 10px; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
    width:113px;
    border: 2px solid #000000;
}
.cartproceed
{
    width:80px;
}
.bagguidebuttons
{
	background-color:#ffe4f3;
    color: #000; 
    padding: 0px; 
    font-size: 12px; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
    width:113px;
    height:40px;
    border: 2px solid #000000;
}

.menu .aimmenu_navigator
{
}

.menu .aimmenu_navigator_link
{
}

/* Shopping Cart */
.shoppingcart
{
    width:258px;
    height:136px;
    border:0px solid black;
    color:black;  
}
.shoppingcart img 
{
    margin-top:5px;
    margin-left:15px;
}
.shoppingcart #cartitems
{
    width:185px;
    height:60px;
    border:dashed 1px black;
    margin-left:15px;
    margin-top:5px;
    overflow:auto;
    font-size:9px;
    padding-left:2px;
}
.shoppingcart #cartbuttons 
{
    margin-top:7px;
    margin-left:10px;
}

