/*  to make things easier to find, i split the style sheet 
    up. stylish.css has template data, page-style.css has 
    the main content style data */

  body {
    text-align:center;
    margin:0;
    padding:0;
    background-image:url('images/background-repeat.gif');
    background-repeat:repeat-x;
    background-position:top center;
  }

  #soul {
    margin:auto auto;
    width:1101px !important;
    max-width:1101px;
    height:100%;
    background-image:url('images/background-top.gif');
    background-repeat:no-repeat;
    background-position:top left;
    padding:17px;
    padding-left:180px;
    text-align:left;
  }
  
  /** the page head **/
  
  #head {
    width:734px;
    height:170px;
  }
  
  #head .left {
    width:403px;
    height:170px;
    background: transparent url('images/head-left-v2.jpg') no-repeat;
  }
  
  #head .buttons {
    width:331px;
    height:22px;
    padding-left: 1px;
  }
  
  #head .right {
    width:331px;
    height:148px;
    background: transparent url('images/head-right-bottom-v2.jpg') no-repeat;
    vertical-align: top;
    padding-top: 10px;
  }
   #head .right img{
	max-width: 315px;
	float: none;
	margin: 0px auto;
}
  
  /** LEFT side bar **/
  
  #left {
    
  	height:100%;
    border:0px;
    border-top:4px solid #999999;
    width:198px;
    
  }
  
  #left .top {
    border-bottom:3px solid #999999;
    background-color:#ccccff;
    padding-top:.5em;
    padding-bottom:.5em;
  }
  
  #left .bottom {
    border-bottom:3px solid #999999;
    background-color:#4c358d;
    background-image:url('images/left-bg.gif');
    background-repeat:repeat-x;
    padding:7px;
    
    vertical-align:top;
  }
  
  #left .logo {
    height:100%;
    vertical-align:top;
  }
  
  #left .bottom .boxhead {
    
    padding:0px;
    margin:0px;
    height:22px;
    
  }
    
  #left td.mybox {
  
    padding:6px;
    background-color:white;
    border:1px solid #999999;
    border-bottom:0px;
    font-size:10px;
    font-family:Verdana, Helvetica, Sans-Serif;
  }
  
  #left td.link {

    padding-left:32px;
    background-repeat:no-repeat;
    background-image:url('images/link-arrow.gif');
    background-position:0 3px;

    width:100%;
    height:auto;
    
    vertical-align:top;
  
  
  }
  
  #left td.link a {
  
    font-size:12px;
    font-family:Verdana, Helvetica, Sans-Serif;
    color:#000066;
    font-weight:bold;
    text-decoration:none;
    
  }
  
  #main {
    margin-left:10px;
    width:730px;
    
  }
  
  #right {
  	width:100%;
  	margin-right:5px;
    padding:11px;
    background-color:white;
    font-size:12px;
    font-family:Verdana, Helvetica, Sans-Serif;
  }
  
  #footer {
    margin-left:195px;
  	margin-right:161px;
    text-align:center;
    margin-top:1em;
    padding:.5em;
    padding-right:1em;
    font-size:10px;
    font-family:Verdana, Helvetica, Sans-Serif;
    border-top:1px dashed #999999;
    line-height:150%;
  }
  
  
  #footer a {
    font-size:10px;
    font-family:Verdana, Helvetica, Sans-Serif;
	
	text-decoration:underline;
	font-weight:normal;
  }

/**forms and junk**/

input.fade {
	background-image:url('images/input-fade.png');
	background-repeat:repeat-x;
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:10px;
	border:1px solid black;
	height:18px;
	padding-left:2px;
	width:100%;
}

input.button {
	background-image:url('images/input-fade.png');
	background-repeat:repeat-x;
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:11px;
	
	height:20px;
	padding-left:2px;
	
}
.producttitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
.productprice{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#990000;
}
.productdesc{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000000;
}