@import "sweetTitles.css";

/**********************
Basic tag definitions
**********************/

* {margin: 0; padding: 0; outline: 0;}

a, a:link, a:active, a:visited {
	color: #0066cc;
	text-decoration: none;
}
	a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {color: #0A0B77; line-height: 1.1em; margin-bottom: .5em;}
h1 {font-size: 2.5em;}
h2 {font-size: 2em; margin-bottom: .8em; letter-spacing: -1px;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em; margin-bottom: .8em;}
h5 {font-size: 1em; margin-bottom: 1.2em;}
h6 {font-size: .9em;}

p {margin-bottom: 1.2em; line-height: 1.4em;}

ul, ol {line-height: 1.4em; list-style: none; margin: 0 0 1.2em 0;}

table {border-collapse: collapse; border-spacing: 0;}

img, fieldset, abbr, acronym {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}
strong {font-weight: bold;}

caption, th {text-align:left;}
q:before, q:after {content:'';}


/**********************
Main structure
**********************/

body {
	background: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	text-align: center;
}

#wrap {
	margin: auto;
	text-align: left;
	width: 800px;
}

#header {
	background: #FFF url(../img/bg_nav.gif) repeat-x 0 -55px;
	height: 125px; width: 800px;
	position: relative;
	overflow: hidden;
}
	#logo {
		position: absolute;
		top: 5px; left: 0;
	}
		#logo a {
			background: transparent url(../img/logo.jpg) no-repeat 0 0;
			height: 120px; width: 270px;
		}

	#ad-1 {
		text-align: center;
		padding-top: 35px;
		position: absolute;
		left: 240px;
		width: 390px;
	}
	#bt-logo {
		position: absolute;
		top: 35px; right: 30px;
	}

#nav {
	background: #0a0b77 url(../img/bg_nav.gif) repeat-x 0 0;
	text-align: center;
	height: 30px; width: 800px;
	position: relative;
	overflow: hidden;
}
	#bt-shop {
		background: url(../img/bt-shop.gif) no-repeat 0 0;
		display: block;
		height: 11px; width: 64px;
		position: absolute;
		left: 20px; top: 9px;
	}

#body {
	background-color: #f1f8ff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 0 5px 20px; width: 780px;
}
	.content { /* THIS SHOULD CONTAIN REGULAR CONTENT, TEXT, HEADERS, ETC WITHIN THE BODY */
		float: left;
		
		width: 760px;
	}
	.sub-content { /* THIS SHOULD CONTAIN REGULAR CONTENT, TEXT, HEADERS, ETC WITHIN CLASS CONTENT */
		padding: 0 20px;
	}
	.sub-content-minor { /* FOR PAGES LINKED TO FROM BOTTOM NAVIGATION */
		padding: 0 20px;
                                font-size: 1.20em;
	}
	.content-text { /* FOR TEXT ON HOME PAGE */
		float: left;
		padding-left: 30px;
		padding-right: 30px;
		width: 700px;
	}
	.content-boxes { /* THIS SHOULD CONTAIN PRODUCT BOXES WITHIN THE BODY */
		float: left;
		width: 780px;
		overflow: hidden;
	}


	.prod-box-small-2 { /* SMALL PRODUCT BOXES FOR HOME PAGE AND OTHER PRODUCTS */
		background: #FFF;
		border: 1px solid #0A0B77;
		float: left;
		margin: 0 13px 1.2em 0;
		padding: 13px;
		height: 550px; width: 217px;
		overflow: hidden;
	}
		.prod-box-small-2 .list0 {font-size: .9em;}
		.prod-box-small-2 ul.list0, .prod-box-small-2 a.bullet0, .prod-box-small-2 a.bullet1 {margin-left: 10px;}
		
		.prod-box-small-2 .prod-box-content {
			padding: 10px;
		}
	
	
	.prod-box-small { /* SMALL PRODUCT BOXES FOR PRODUCT LINE PAGES  */
		background: #FFF;
		border: 1px solid #0A0B77;
		float: left;
		margin: 0 13px 1.2em 0;
		padding: 13px;
		height: 435px; width: 217px;
		overflow: hidden;
	}
		.prod-box-small .list0 {font-size: .9em;}
		.prod-box-small ul.list0, .prod-box-small a.bullet0, .prod-box-small a.bullet1 {margin-left: 10px;}
		
		.prod-box-small .prod-box-content {
			padding: 10px;
		}

	.prod-box { /* Computer-Laptops-Desktops Page  */
		background: #FFF;
		border: 1px solid #0A0B77;
		float: left;
		margin: 0 13px 1.2em 0;
		padding: 13px;
		height: 410px; width: 217px;
		overflow: hidden;
	}		

	.prod-box-large { /* Computer-Laptops-Desktops Page  */
		background: #FFF;
		border: 1px solid #0A0B77;
		float: left;
		margin: 0 13px 1.2em 0;
		padding: 13px;
		height: 200px; width: 740px;
		overflow: hidden;
	}	
	
#footer {
	color: #FFF; text-align: center;
	font: .9em/1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	width: 800px;
}

	
/**********************
Navigation
**********************/

#nav ul {
	border-left: 1px solid #000;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	width: auto; height: 30px;
}
#nav ul li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	width: auto;
}
#nav ul li a {
	border-left: 1px solid #00a1e4;
	border-right: 1px solid #000;
	color: #f1f8ff;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	width: auto;
}
	#nav ul li a:hover, #nav ul li a.active {
		background: url(../img/bg_nav.gif) repeat-x 0 -30px;
		border-right: 1px solid #0A0B77;
		text-decoration: none;
	}
	
ul#footer-nav {
	background: url(../img/bg_nav.gif) repeat-x 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	line-height: 30px;
}
	ul#footer-nav li {
		display: inline;	border-left: 1px solid #FFF;
		margin-left: -4px;
		padding: 0 1em;
	}
	ul#footer-nav li.first {
		border: 0;
	}
	ul#footer-nav li a {
		color: #F1F8FF;
	}

/**********************
Lists / Bullets
**********************/

ul.list0 li {background: url(../img/list0.gif) no-repeat 0 5px; padding-left: 10px;}

a.bullet0 {background: url(../img/bullet0.gif) no-repeat 0 2px; padding-left: 15px;}

a.bullet1 {background: url(../img/bullet1.gif) no-repeat 0 2px; padding-left: 15px;}

ul.list1 {margin-left: 15px;}

/**********************
Common classes / Misc.
**********************/

.hidden {display: none;}
.replace {display: block; text-indent: -10000px; line-height: 0;}

.col-l, .float {float: left;}
.col-r {float: right;}

.center {text-align: center;}
.right {text-align: right;}
.no-margin {margin: 0;}

.box-header {
	background-color: #f5f5f5;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 1.2em;
}
