@charset "utf-8";
/* TWD Main CSS Document */

body {
    color: rgb(64,64,64);
    background: url('/images/page_bg.png') repeat-x top left;
    background-color: rgb(240,240,240);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding:0;
    height:100%;
}

a {
	text-decoration: none;
	color: rgb(64,64,64);
}

.top {
	font-weight: bold;
}

#container {
    min-height:100%;
    position:relative;
    width: 800px;
    margin: auto;
}

#page {
	width: 800px;
	text-align: center;
	background-color: rgb(240,240,240);
	padding-bottom: 57px;
}

.content {
	padding-left: 65px;
	padding-right: 65px;
	text-align: left;	
}

.content a {
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	text-decoration: underline;
}

/* Portfolio Page */

.portHeading p {
	font-size: 16px;
	font-weight: bold;
}

.portHeading span a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.portBoxLeft, .portBoxRight {
	background-color: #CCC;
	border: 1px solid #999;
	margin-bottom: 20px;
	height: 150px;
	width: 100%;
}

.portBoxLeft img, .portBoxRight img {
	border: none;
}

.portBoxLeft .content, .portBoxRight .content {
	padding-left: 10px;
	padding-right: 10px;
}

.portBoxLeft .content p, .portBoxRight .content p {
	margin-top: 0;
	margin-bottom: 0;	
}

.portBoxLeft .content h2, .portBoxRight .content h2 {
	margin-bottom: 9px;	
}

.portBoxLeft img {
	margin-right: 10px;
	border-right: 1px solid #999;	
}

.portBoxRight img {
	margin-left: 10px;
	border-left: 1px solid #999;	
}

.portBr {
	line-height: 6px;	
}

/* Left and Right Div Floats */

.left {
	float: left;
}

.portBoxLeft .left ul, .portBoxLeft .right ul, .portBoxRight .left ul, .portBoxRight .right ul {
	margin-top: 0;
	padding-left: 15px;
        width: 189px;
}

.right {
	float: right;
}

div.header {
	background: url('/images/header_bg.png') repeat-x top center;
	height: 82px;
	width: 100%;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

.logo {
	margin-left: 65px;
	width: 350px; 
	height: 82px;
	float: left;
}

.topNav {
	float: left;
        margin-top: 37px;
}

.topNavImg {
}

.topNav a {
	color: #FFF;
	position: relative; 
	bottom: 3px;
}

.topNav a:hover {
    color: #B5BBC6;
}

/* Sub Menu */
	
.subHeader {
	background: url('/images/sub_header_bg.png') repeat-x top center;
	width: 735px;
	height: 25px;
	padding-left: 65px;
	padding-top: 7px;
}

.menuWebDesign, .menuWebHosting, .menuEcommerce, .menuDomains, .menuNews, .menuOffers {
	float: left;
	margin-right: 7.75px;
}


/* Boxes */

.boxes {
	margin-bottom: 150px;
}

.boxWebDesign, .boxWebHosting, .boxEcommerce, .boxWebDesignOver, .boxWebHostingOver, .boxEcommerceOver {
	width: 195px;
	height: 137px;	
	color: rgb(149,149,149);
	font-size: 11.25px;
	padding-left: 10px;
	padding-right: 10px;
}

.boxWebDesign h2, .boxWebHosting h2, .boxEcommerce h2, .boxWebDesignOver h2, .boxWebHostingOver h2, .boxEcommerceOver h2  {
	margin-top: 10px;
	font-family: Arial Rounded MT Bold, Arial;
	color: #FFF;
}

.boxWebDesign p.learnMore, .boxWebHosting p.learnMore, .boxEcommerce p.learnMore, .boxWebDesignOver p.learnMore, .boxWebHostingOver p.learnMore, .boxEcommerceOver p.learnMore  {
	font-weight: bold;
	margin-top: 16px;
	text-align: right;
	margin-right: 25px;
	font-size: 12px;
}

.boxWebDesign a, .boxWebHosting a, .boxEcommerce a, .boxWebDesignOver a, .boxWebHostingOver a, .boxEcommerceOver a {
	color: rgb(149,149,149);
}

.boxWebDesignOver, .boxWebHostingOver, .boxEcommerceOver {
	cursor: pointer;
}

.boxWebDesign, .boxWebDesignOver {
	background: url('/images/web_design_box.png') no-repeat top center;
	float: left;
	margin-left: 67px;
	margin-right: 12px;
}

.boxWebHosting, .boxWebHostingOver {
	background: url('/images/web_hosting_box.png') no-repeat top center;
	float: left;
	margin-right: 12px;
}

.boxEcommerce, .boxEcommerceOver {
	background: url('/images/ecommerce_box.png') no-repeat top center;
	float: left;
}

.testimonialBox, .testimonialBoxOver {
	margin-left: 65px;
	background: url('/images/testimonial_box.png') no-repeat top center; 
	width: 640px; 
	height: 34px;
	color: rgb(40,72,139);
	margin-top: 20px;
	padding-left: 22px;
	font-size: 11.25px;
}

.testimonialBoxOver {
	cursor: pointer;
}

.testimonialBox span, .testimonialBoxOver span {
	color: rgb(126,146,187);
	font-size: 10px;
}

.testimonialBox p, .testimonialBoxOver p {
	position: relative; 
	top: 10px;
}

.bar {

}

/* Web Design and Ecommerce Pages */

.designBox {
	height: 145px; 
	text-align: left; 
	border: 1px #999 solid; 
	padding: 10px 10px;	
	background-color: #CCC;
	margin-bottom: 20px;
}

.ecommerceBox {
	height: 255px; 
}

.designHeading {
	
}
.designHead {
	width: 400px;
}

.designContact {
	padding-top: 8px;
	text-align: right;
}

.designMain {
	width: 505px; 
	margin-right: 10px;
}

.designMain h2 {
	margin-top: 0;	
}

.designPrice {
	font-weight: bold;
	text-align: right;
}

.designPrice span {
	font-size: 20px;	
}

/* Pixeno Box */

#pixeno-box {
    margin-top: 20px;
    width: 670px; height: 255px;
    background: url(/images/pixeno_logo.png);
}

#pixeno-box h1 {
    padding: 75px 0 0 385px;
    width: 400px;
    color: #FFF;
}

.footerBg {
	background:url('/images/footer_bg.png') repeat-x top center;
	margin: 0;
    left:0px;
	position: fixed !important;
    position: absolute; /* ie6 value b/c !important ignored */
    width: 100%;
    bottom: 0px;
    z-index: 5;
    height:57px;

}

#footer {
	padding-left: 65px;
	padding-right: 65px;
	height: 37px;
	width: 670px;
	color: #959595;
	font-weight: bold;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 0;
}

#footer a {
	color: #959595;	
}

#footer a:hover {
	text-decoration: underline;
}

