/* Copyright 2006 Neil MacLeod www.web-studio.co.uk */
html,body { height:100%;}


body {
		text-align:center;
        font-family: "Trebuchet MS", arial, serif;
        padding:0px;
        margin:0px;
 		font-size:80%;
        color:#000;
        background:#5E7084;

}

	#wrap {
        position:relative;
		width:952px;
       	margin-top:0px;
        margin-left:auto;
        margin-right:auto;
		padding:0px;
		text-align:left;
        background-color:#fff;
}

img{
  border:none;
}

#flashcontent{
position:absolute;
   top:125px;
   left:5px;
   width:942px;
   height:200px;
   z-index:1;
 }
#content,#contenth {
        width:720px;
        height: auto;
	    background:#fff;
	    color:#000;
        margin: 0px;
        padding:145px 0px 0px 10px;
        text-align:justify;
}
#contenth{
     padding:330px 0px 0px 10px;
}
#contentFull{
        width:935px;
        height: auto;
	    background:#fff;
	    color:#000;
        margin: 0px;
        padding:330px 0px 0px 6px;
        text-align:justify;
}

h1{
        font-size:1.7em;
        font-weight:normal;
        font-family:"Century Gothic", Arial, sans-serif;
        color:#000;
        border-bottom:1px solid #000;

    }
h2,h3,h4,h5,h6 {
  line-height:1em;
  font-size:1em;


}

p{
        padding-left:10px;
        padding-right:10px;
}


.header{
  position:absolute;
  left:0px;
  top:0px;
}

.myform{
  width:150px;
  float:left;
}
#right{
  position:absolute;
  top:370px;
  right:5px;
  width:200px;
}

#call-back{
  background-image: url(../images/callback.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height:180px; padding-top:30px;
  color:#fff;
}
.call-form{
 margin-left:25px;
}


.breadcrumbs{
  position:absolute;
  top:335px;
  right:5px;
  font-size:0.8em;
}

#craftysyntax{
  position:absolute;
  top:28px;
  right:10px;
}


#footer{
  width:100%;
  height:130px;
  background-image: url(../images/f-back.jpg);
  background-position: top;
  background-repeat: repeat-x;
     margin-top:-18px;
  padding:0px;
}
#footer-content{
                margin-left:auto;
        margin-right:auto;
        width:952px;
        height:100px;
        padding-top:50px;
        font-size:0.8em;
  background-image: url(../images/foot.jpg);
  background-position: center;
  background-repeat: no-repeat
}

#dbg  {
  background-color: #41566E;
        background-image: url(../images/bg.jpg);
        background-position: top;
        background-repeat: repeat-x;
        margin:0px;
        padding:0px;
}
#laptop-features{
  float:left;
}
#buy-laptop{
  margin-left:450px;
}
.price{
  font-family: "Century Gothic", Arial, sans-serif;
  font-size:2em;
  color:#039;
  font-weight:bold;
  }
.imgLeft{
  float:left;
  margin-right:10px;
}
 .imgRight{
  float:right;
  margin-left:10px;
 }

.showLeft{
float:left;
width:230px;
  margin-right:7px;

}
.showRight{
   margin-left:10px;
  float:right;
}
.showHalf{
float:left;
  width:345px;
}
.showSpecial{
float:left;
width:230px;

}
.showAward{
  float:left;
  width:180px;
  text-align:center;
  margin-right:5px;
}

.clearBoth{
  clear:both
}

.cent {
  text-align:center;

}



/* Begin CSS Drop Down Menu  */
#nav{
  position:absolute;
  top:98px;
  left:5px;
  z-index:50;      /* take it over slideshow  */
  width:942px;
  height:26px;
  background:#C7CCD0;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	padding:4px 20px 4px 4px;
    text-decoration:none;
    color:#000;
    border-top:1px solid #fff;
    border-right:1px solid #9FA4A8;
}
#nav li.more a {
  background-image: url(../images/navdown_white.gif);
  background-position: right;
  background-repeat: no-repeat
}

#nav li{
  border-right:1px solid #fff;
}

#nav li { /* all list items */
	float: left;
    /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width:190px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a{
  width:163px;
   background:#C7CCD0;
}
#nav li.more ul li a{
  background:#C7CCD0;
}

#nav li.more ul a:hover, #nav a:hover{
  color:#fff;
  background:#9FA4A8
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}



/* End CSS Drop Down Menu */



