@charset "UTF-8";

img {
	border: none;
}

p {
	margin:0;
	padding-top: 8px;
	padding-bottom: 8px;
}

body {
	background: #EEEEEE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#titleBlock {
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 15px;
}

#mainContent {
	padding-left: 10px; 
	padding-right: 10px;
}

#footer {
	padding: 0 10px; 
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top:8px;
}

.navLt {
	background: url(../images/nav_lt.png);
	width: 16px;
	height: 52px;
	display:inline-block;
	zoom: 1;
    *display: inline;

}

.navBg {
	background: url(../images/nav_bg.png) repeat-x;
	height: 52px;
	width: 951px;
	display:inline-block;
	margin-left: -4px;
	zoom: 1;
    *display: inline;

}

.navRt {
	background: url(../images/nav_rt.png);
	width: 16px;
	height: 52px;
	display:inline-block;
	margin-left: -4px;
	zoom: 1;
    *display: inline;

}


/* Navigation */


ul.nav{ list-style:none; margin:0px; padding:0px; width:auto; z-index:2; overflow:visible; }
ul.nav li{float:left; padding:16px 0px; padding-left:8px; padding-right:8px; margin-bottom: 0px; color: #FFFFFF; font-size:14px; margin-top:0px }
ul.nav li a, ul.nav li a:hover{ text-decoration:none; color:#FFFFFF }
ul.nav li a:hover{ 
	color: #FF0000;
}
ul.nav li.nav-selected{ 
	background: url(../images/nav_selected_bg.png) repeat-x; 
	height:52px;
	color: #BE2321;
}

/* Top Navigation */

.navTopLt {
	background: url(../images/top_nav_lt.png);
	width: 16px;
	height: 52px;
	display:inline-block;
}

.navTopBg {
	background: url(../images/top_nav_bg.png) repeat-x;
	height: 52px;
	width: 951px;
	display:inline-block;
	margin-left: -4px;
}

.navTopRt {
	background: url(../images/top_nav_rt.png);
	width: 16px;
	height: 52px;
	display:inline-block;
	margin-left: -4px;
}

ul.top_nav{ list-style:none; margin:0px; padding:0px; width:auto; z-index:2; overflow:visible; }
ul.top_nav li{float:left; padding:16px 0px; padding-left:8px; padding-right:8px; margin-bottom: 0px; color: #FFFFFF; font-size:14px; margin-top:0px }
ul.top_nav li a, ul.top_nav li a:hover{ text-decoration:none; color:#FFFFFF }
ul.top_nav li a:hover{ 
	color: #FF0000;
}
ul.top_nav li.top_nav-selected{ 
	background: url(../images/top_nav_selected_bg.png) repeat-x; 
	height:52px;
	color: #BE2321;
}


.pcClass {
	padding-bottom:40px;

}

.pcClass .rightContent {
	margin-left: 205px;
}

.pcClass .links {
	padding-top: 20px;
	padding-bottom:  20px;

}

.pcClass .purchase {

}

.pcClass .description {

}

.computerTitle {
	background: url(../images/computer_title.jpg) no-repeat;
	width: 90px;
	height: 132px;
	padding-top:53px;
	padding-left:50px;
	padding-right:60px;
	text-align:center;
	float:left
}


.pcClass .whiteboard {
	background: url(../images/whiteboard.jpg) no-repeat;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 25px;
	width: 72px;
	height: 94px;
	text-align:center;
	float:left;
}


/* Rounded Boxes */

.bxInsetTop {
	background: url(../images/box_inset_top.png) no-repeat;
	width: 984px;
	height: 21px;
}

.bxInsetBody {
	background: url(../images/box_inset_bg.png) repeat-y;
	width: 924px;
	padding-left: 30px;
	padding-right: 30px;
}

.insetContent {
	width: 800px;
	margin-left:80px;
}

.insetContent h2 {
	font-size: 20px;
}

.insetContent p {
	font-size: 14px;
	width: 300px;
}

.bxMainTop {
	background: url(../images/box_main_top.png) no-repeat;
	width: 670px;
	height: 21px;
	margin-top:-4px;
}

.bxMainBody {
	background: url(../images/box_main_bg.png) repeat-y;
	width: 610px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	min-height:740px;
}

.bxMainBot {
	background: url(../images/box_main_bot.png) no-repeat;
	width: 670px;
	height: 21px;
}

.bxTwitterTop {
	background: url(../images/twitter_box_top.png) no-repeat;
	width: 289px;
	height:65px;
	margin-top: 4px;
}

.bxTwitterBody {
	background: url(../images/twitter_box_bg.png) repeat-y;
	width:229px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.bxTwitterBot {
	background: url(../images/twitter_box_bot.png) no-repeat bottom;
	width: 229px;
	min-height: 92px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	text-align:left;
}

.bxSmallTop {
	background:url(../images/box_small_top.png) no-repeat;
	width: 270px;
	height: 15px;
}

.bxSmallBody {
	background:url(../images/box_small_bg.png) repeat-y;
	width: 240px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
}

.bxSmallBot {
	background: url(../images/box_small_bot.png) no-repeat;
	width: 270px;
	height: 15px;
}

.bxGrayTop {
	background: url(../images/box_gray_top.png) no-repeat;
	width: 559px;
	height: 9px;
	margin-top:8px;
}

.bxGrayBody {
	background: url(../images/box_gray_bg.png) repeat-y;
	width: 520px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.bxGrayBot {
	background: url(../images/box_gray_bot.png) no-repeat;
	width: 559px;
	height: 9px;
	margin-bottom: 8px;
}

.btnBlue {
	background: url(../images/btn_blue.png) no-repeat;
	width: 124px;
	height: 40px;
	text-align: center;
	padding-top: 18px;
	display: inline-block;
}

.bxFullTop {
	background:url(../images/box_full_top.png) no-repeat;
	width: 936px;
	height: 21px;
	margin-top:-4px;
}

.bxFullBody {
	background:url(../images/box_full_bg.png) repeat-y;
	width:836px;
	padding-left: 50px;
	padding-right: 50px;
	
}

.bxFullBot {
	background:url(../images/box_full_bot.png) no-repeat;
	width: 936px;
	height: 21px;
	margin-top:-4px;
}
