/* CSS Document */

/* Default Settings */

:link,:visited {
	text-decoration:none; }
ul,ol {
	list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0; }
a img,:link img,:visited img {
	border:none; }
address {
	font-style:normal; }


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	}

#header {
	background: url(images/phone.gif) 645px 10px no-repeat;
	height: 73px;
	background-color: #FFFFFF;
	margin: 0 auto;

	}
	
#logo {
	float: left;
	margin: 10px 0px 0 25px;
	display: inline;
}

#nav {
	float: right;
	position: relative;
	top:55px;
	right: 20px;
	display: inline;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 18px;
	}
	
	
#nav ul li a {
	text-indent: -3000px;
	display: block;
	height: 18px;
}

#home {
	background: url(images/tab_home.gif) no-repeat;
	width: 62px;
}

#new_sys {
	background:url(images/tab_newsystem.gif) no-repeat;
	width: 106px;
}

#hardware {
	background:url(images/tab_hardware.gif) no-repeat;
	width: 90px;
}

#software {
	background: url(images/tab_software.gif) no-repeat;
	width: 95px;
}

#contact {
	background:url(images/tab_contact.gif) no-repeat;
	width: 79px;
}


#container {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


#top {
	background: url(images/top.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	height: 5px;
} 

#main_wrapper {
	background: #FFFFFF url(images/content_bg.gif) repeat-y;
	}

#content {
	border-top: 1px solid #8e8e8e;
	background: url(images/top_gradient.gif) top left repeat-x;
	width: 824px;
	margin-left: 14px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#content h2 {
	font-size: 16px;
	text-decoration:underline;
	font-weight: normal;
	position: relative;
	top: 17px;
	left: 24px;
}

#right_content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
	text-align: right;
	margin: 10px 0;
}


#left_content {
	float: left;
	width: 160px;
	font-size: 10px;
	margin: 30px 0px 0 10px;
	display: inline;
}

#left_content p {
	margin: 10px 0;
	}
#left_content h3 {
	font-size: 14px;
	margin: 20px 0;
}


#right_content {
	float: right;
	width: 638px;
	margin: 30px 10px 0 0;
	display: inline;
	}
	
#right_content p {
	margin: 10px 0;
	font-size: 11px;
	}
	
#right_content h2 {
	font-weight: bold;
}

#flash {
	background-color:#000000;
	text-align: center;
	color:#0000CC;
}

#items {
	background: #b9c6cc url(images/top_rightbox.gif) top left no-repeat;
	width: 638px;
}

.row {
	clear: left;
}

.product {
	float: left;
	width: 119px;
	height: 100%;
	margin-top: 10px;
	padding: 0 4px;
}

.product2 {
	float: left;
	width: 200px;
	height: 100%;
	margin-top: 10px;
	padding: 0 4px;
}

.box {
	background: url(images/item_box.gif) top left no-repeat;
	width: 119px;
	height: 111px;
		
}

.box2 {
	background: url(images/item_box.gif) top left no-repeat;
	width: 119px;
	height: 111px;
	margin-left: 40px;
	
}
.product_image {
	margin: 10px 0 0 12px;
}

.desc {
	padding: 10px;
	font-size: 11px;
}

.desc_small {
	padding: 4px;
	font-size: 8px;
}

.desc_price {
	padding: 4px;
	font-size: 12px;
}

#privacy {
	float: left;
	background: url(images/privacy_box.jpg) top left no-repeat;
	width: 617px;
	height: 271px;
	margin-left: 20px;
}

#privacy p {
	font-size: 10px;
	padding: 15px 20px 0 15px;
	margin: 0px;
}

#right_footer {
	background: url(images/bottom_rightbox.gif) no-repeat;
	height: 16px;
	}

#footer {
	clear: both;
	background: url(images/footer_bg.gif) no-repeat bottom left;
	height:15px;
}

	
#copyright {
	width: 824px;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	}




	
.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}
	

#left_content ul {
	list-style-type: square;
	margin: 0 0 20px 20px;
}

.font {
	font-size: 11px;
	margin: 40px 20px;
}

.table {
	border: 1px solid #999999;
	margin: 40px 0;
}

h4 {
	font-size: 12px;
	margin: 10px 0;
	text-decoration:underline;
}

th {
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
}

h3 {
	color: #06498e;
	font-size: 14px;
	padding: 25px 0 0 10px;
}	

h5 {
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
}

#contact_page {
	float: right;
	width: 500px;
	margin: 30px 60px 30px 0;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contact_page h3 {
	color: #FF0033;
	font-size: 14px;
	padding: 15px 0px;
}	

/* new systems */
.intel {
	margin-top: 10px;
	padding: 20px 10px 10px 10px;
	font-size: 11px;
	color: #FFFFFF;
	background: #388dbb url(images/blue_leftcorner.gif) top left no-repeat;
	height: 220px;
}


.amd {
	margin-top: 10px;
	padding: 20px 10px 10px 10px;
	font-size: 11px;
	color: #FFFFFF;
	background: #57a490 url(images/blue_leftcorner.gif) top left no-repeat;
	height: 220px;
}

.new {
	margin-top: 10px;
	padding: 20px 10px 10px 10px;
	font-size: 11px;
	color: #FFFFFF;
	background: #97b5c3 url(images/blue_leftcorner.gif) top left no-repeat;
	height: 200px;
}
#items ul {
	font-size: 11px;
	margin-left: 40px;
}
#items li {
	list-style-type: disc;
	margin-left: 0px;
}
#items p {
	margin-left: 10px;
}
