/* CSS Document */

/* =Variations (default is SMX)
----------------------------------------------- */
.mrl #content {background-position:right top;}
.mrl #content-group {float:left;}
.mrl #content-left {float:right;}

.rml #content {background-position:right top;}
.rml #content-group {float:left;}
.rml #content-main {float:right;}
.rml #content-left {float:right;}
.rml #content-right {float:left;}

.ml #content {background-position:right top;}
.ml #content-group {float:left;}
.ml #content-main {width:525px; margin-bottom:15px;}
.ml #content-left {float:right;}
.ml #content-right {width:525px; display:none;}

.lm #content-main {
	width:525px;
	margin-bottom:15px;
	border-bottom: 5px solid #f4f4f4;
	border-top: 4px solid #f6f6f6;
}
.lm #content-right {width:525px; display:none;}

.m #content {background-image:none;}
.m #content-group {width:730px;}
.m #content-main {width:730px;}
.m #content-left {width:730px; display:none;}
.m #content-right {
	width:730px;
	display:none;
}


/* Begin here*/

body {
  background:white;
  margin:0;
  padding:10px;
  font:small Verdana,Sans-serif;
  color:black;
  }
a {
  color:#36a;
  }
a img {
  border-width:0;
  }
h1, h2, h3, ul, li, form {
  margin:0;
  padding:0;
  }
ul, li {
  list-style:none;
  }

/* =Headings
----------------------------------------------- */
h3 {
	font-size:125%;
	color:#003399;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
	margin-top: 0.75em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(img/bg-hdr.jpg);
	height: 30px;
  }
h4 {
	font-size:110%;
	margin:.75em 0 0;
	color:#3366CC;
  }
h5 {
	font-size:100%;
	margin:.75em 0 0;
	color:#CC6600;
  }


/* =Lists
----------------------------------------------- */
ul {
  margin:0 0 1em;
  padding:0;
  list-style:none;
  }
li {
  background:url(img/arr.jpg) no-repeat 4px 50%;
  margin:0;
  padding:0 0 0 15px;
  }
#TextLinks {
}



/* =Misc
----------------------------------------------- */
p {
  margin:0 0 .75em;
  }
p.btn {
  background:url("/img/bg-btn.gif") repeat 0 0;
  margin:0 0 .5em;
  padding:15px 5px;
  }
p.btn img {
  display:block;
  margin:0 auto;
  }
.unit {
  white-space:nowrap;
  }


/* =Wrap
----------------------------------------------- */
body {
	color:#FFFFFF;
	background-color: #2D4157;
	background-image: url(/aitcomputers/img/bg-body.gif);
	background-repeat: repeat;
  }
#Wrap1 {
	width:754px;
	margin:0 auto;
  }
#Wrap2 {
	float:left;
	width:730px;
	padding:10px;
	font-size:85%;
	line-height:1.5em;
	color:#566;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
}



/* =Header
----------------------------------------------- */
#header {
	float:left;
	width:730px;
	background-color: #fff;
	background-position: 0 0;
  }
#logo {
	float:left;
	display:block;
	width:376px;
	text-decoration:none;
	height: 52px;
  }
#logo img {
	display:block;
	height: 52px;
	width: 376px;
  }
#search {
  float:right;
  display:block;
  width:230px;
  margin:0;
  padding:0 10px;
  font-style:normal;
  }
#search label img {
  display:block;
  margin-bottom:2px;
  }
#searchtext {
  float:left;
  width:130px;
  border:1px solid;
  border-color:#999 #fff #fff #999;
  }
#search input.btn {
  float:left;
  }
  
  /* =H1
----------------------------------------------- */
h1 {
  background-color:#CCCCCC;
  float:left;
  width:742px;
  height:150px;
  margin:0px;
  border-bottom:6px solid #999999;
  }
h1 img {
  display:block;
  }



/* =Nav
----------------------------------------------- */
#nav {
	float:left;
	width:730px;
	margin:0;
	padding:0;
	list-style:none;
	background-color: #618FB5;
	background-image: url(img/menubg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
  }
#nav li {
  background:none;
  display:inline;
  padding:0;
  }
#nav li a, #nav li strong {
  float:left;
  width:auto;
  padding:5px 9px 3px;
  border-left:1px solid #000;
  border-right:1px solid #fff;
  color:#FFFFFF;
  text-transform:uppercase;
  text-decoration:none;
  }
#nav li strong {
  background:#06c;
  color:#FFFFFF;
  }
#nav li a strong {
  padding:0;
  border-width:0;
  }
#nav li a:hover {
  background:#69c;
  border-left-color:#CCCCCC;
  color:#FFFFFF;
  }
  

#Extranav {

float:left;
width:730px;
height:30px;
background:#efefef url(img/bg-hdr.jpg) repeat;


}

  /* =Column Structure
----------------------------------------------- */

#content {
	float:left;
	width:730px;
	margin:0px 0 5px;
	padding: 10px 0 0 0;
  }
#content-group {
  float:right;
  width:525px;
  }
#content-main {
	float:left;
	width:320px;
  }
  
  h2 {
	float:left;
	display:inline;
	margin:0 .15em 0 0;
	letter-spacing:-0.05em;
	color:#618FB5;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 175%;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: capitalize;
  }
p#intro {
  margin:0;
  font:bold 220%/1.3em Helvetica,Arial,Sans-serif;
  letter-spacing:-.05em;
  color:#899;
  }

#content-right {
	float:right;
	width:190px;
	padding-left: 5px;
  }

#content-right h3{
	border-bottom: none;
	height: 20px;
	background-image: url(img/bt.gif);
	border-top: 1px solid #f1f1f1;

}


#content-left {
	float:left;
	width:190px;
	background-color: #f5f5f5;
	color: #666666;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
  }
#content-left h3 {
	background:url(img/bt.gif) repeat-x 0 0;
	margin:0;
	padding:4px 9px 3px;
	text-transform:uppercase;
	color: #000099;
	height: 15px;
  }
  }
#content-left ul {
  padding-top:5px;
  }
#content-left li {
  background:none;
  width:190px;
  padding:0;
  }
#content-left li a {
	display:block;
	width:158px;
	padding:3px 10px 3px 21px;
	text-decoration:none;
	color:#000066;
	background-image: url(img/bul.jpg);
	background-repeat: no-repeat;
	background-position: 10px 50%;
  }
#content-left li a:hover {
  background-color:#fff;
  }
#content-lef p {
  padding:0 10px;
  color:#666666;
  }
  



/* =Footer
----------------------------------------------- */

  #footer {
	float:left;
	width:750px;
	border-top-width: thin;
	border-right-width: 3px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
	background-image: url(img/bg-hdr.jpg);
	background-color: #FFFFFF;
  }
#footer hr {
  display:none;
  }
#footer p {
	margin:0;
	padding:10px;
	text-align:center;
	color:#666666;
	background-image: url(img/bg-hdr.jpg);
  }

div#pullquote { background: #fff url(lesson17g.jpg) no-repeat; }
	div#pullquote p { padding: 0 20px; }
	
#sliding {
  	float: left;
  	width: 304px;
  	padding: 10px 0;
  	background: no-repeat left top;
  	}
#sliding dl {
  	float: left;
  	width: 260px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#sliding dt {
	float: right;
	width: 162px;
	margin: 0;
	padding: 0;
	font-size: 125%;
	letter-spacing: 1px;
	color: #6699CC;
	font-weight: bold;
  	}
#sliding dd {
  	margin: 0 0 0 100px;
  	padding: 0;
  	font-size: 100%;
  	line-height: 1.5em;
  	color: #333333;
  	}
#sliding dl dd.img {
   	margin: 0;
   	}
#sliding dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

/* reverse float */

#sliding .alt dt {
  	float: left;
  	}
#sliding .alt dd {
  	margin: 0 98px 0 0;
  	}
#sliding .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}	
#TextLinks {
float:left;
width:730px;
text-align:center;
}


div.thumbnail
	{
		float: left;
		width: 180px;
		margin: 0 10px 10px 0;
		padding-bottom: 10px;
		border: 1px dotted #D9E0E6;
	}
	
	div.thumbnail img
	{
		float: left;
		margin: 10px 10px 0 10px;
	}
	
	div.thumbnail p
	{
		margin: 0;
		padding: 10px;
	}
div.thumbnail H3
	{
		margin:0;
	padding:4px 9px 3px;
	text-transform:uppercase;
	color:#666666;
	background-position: 0 0;
border:none;
	}

caption
	{
		text-align: left;
		margin: 0 0 .5em 0;
		font-weight: bold;
	}
	
	table { border-collapse: collapse; }
	
	th, td
	{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0.5em;
	font: 15px;
	color: #333333;


	}
	
	tr { background: #B0C4D7; }
	
	thead th
	{
	background: #036 url(img/bg-hdr.jpg);
	color: #000066;
	text-align: left;
	font-size: 1.3em;
	}
	
	tbody th
	{
		font-weight: normal;
		background: #658CB1;
	}
	
	tr.alternate { background: #D7E0EA; }
	tr.alternate th { background: #8AA9C7; }


.item {
width:50%;}


.price{
width:50%;

