@charset "UTF-8";
/* CSS Document */

/* Global Settings */

html {
	font-size: 76%;
	font-family:Arial, Helvetica, sans-serif
}

html * {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:none;	
}

h2{
	color:#304B8E;
	font-size:20px;
	font-weight:bold;
}

a:link, a:hover, a:visited{
	color:#304B8E;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;	
}

body{
	margin:0px auto;
	padding:0px;
	width:950px;
	background-image:url("../images/background.jpg");
	background-repeat:repeat-x;
	background-color:#fff;
	
}

/* Main Layout */

#header{
	float:left;
	width:950px;
	height:79px;
	background-image:url("../images/header.jpg");
}

#footer{
	float:left;
	width:950px;
	height:72px;
	background-image:url("../images/footer.jpg");
}

/* Navigation */

#navcontainer{
	float:left;
	width:950px;
	height:60px;
	background-color:#fff;
}

#nav_leftside{
	float:left;
	width:27px;
	height:60px;
	background-image:url("../images/nav_leftside.jpg");
}

#nav_home{
	float:left;
	width:100px;
	height:60px;
	display:block;
	background-image:url("../images/nav_home.jpg");
}

#nav_home:hover{
	background-position:-100px;	
}

#nav_about{
	float:left;
	width:99px;
	height:60px;
	display:block;
	background-image:url("../images/nav_about.jpg");
}

#nav_about:hover{
		background-position:-99px;
}

#nav_hosting{
	float:left;
	width:128px;
	height:60px;
	display:block;
	background-image:url("../images/nav_hosting.jpg");
}

#nav_hosting:hover{
	background-position:-128px;	
}

#nav_designdev{
	float:left;
	width:285px;
	height:60px;
	display:block;
	background-image:url("../images/nav_designdev.jpg");
}

#nav_designdev:hover{
	background-position:-285px;
}

#nav_portfolio{
	float:left;
	width:145px;
	height:60px;
	display:block;
	background-image:url("../images/nav_portfolio.jpg");
}

#nav_portfolio:hover{
	background-position:-145px;	
}

#nav_contact{
	float:left;
	width:138px;
	height:60px;
	display:block;
	background-image:url("../images/nav_contact.jpg");
}

#nav_contact:hover{
	background-position:-138px;	
}

#nav_rightside{
	float:left;
	width:28px;
	height:60px;
	background-image:url("../images/nav_rightside.jpg");
}

/* Content Area */

#container{
	float:left;
	width:950px;
	height:auto !important;
	height:397px;
	min-height:397px;
	background-image:url("../images/body_stretch.jpg");
}

#bodyTop{
	float:left;
	width:950px;
	height:auto !important;
	height:397px;
	min-height:397px;
	background-image:url("../images/body_top.jpg");
	background-position:top;
	background-repeat:no-repeat;
}

#bodyTopleft{
	float:left;
	width:50px;
	height:10px;
	font-size:0;
}

#bodyTopcontent{
	float:left;
	width:630px;
	height:auto !important;
	height:100px;
	min-height:100px;
	font-size:16px;
}

#bodyTopcontent a:visited{
	color: #304B8E;	
}

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

#bodyTopright{
	float:left;
	width:25px;
	height:10px;
	font-size:0;
}

#bodyTopsidebar{
	float:left;
	width:210px;
	height:auto !important;
	height:100px;
	min-height:100px;
	color:#9ac7c0;
	text-align:right;
}

#bodyTopsidebar h2{
	font-size:18px;
	font-weight:bold;
	color:#304b8e;
}

#bodyTopsidebar a:link, a:visited{
	color:#9ac7c0;
	text-decoration:none;
}

#bodyTopsidebar a:hover{
	color:#9ac7c0;
	text-decoration:underline;
}

/* Portfolio Links */

.screenshot{
	width:616px;
	height:85px;
	display:block;
}

.screenshot:hover{
	background-position:-616px;	
}

#pressplay{
	background-image:url("../images/sites/pressplay-online_com.jpg");	
}

#irband{
	background-image:url("../images/sites/irband_com.jpg");	
}

#kenlariviere{
	background-image:url("../images/sites/kenlariviere_com.jpg");
}

#cazaautoparts{
	background-image:url("../images/sites/cazaautoparts_ca.jpg");	
}

#valleygym{
	background-image:url("../images/sites/valleygympetition_com.jpg");	
}

#terasoft1{
	background-image:url("../images/sites/terasoft1_com.jpg");	
}

#advantageloans{
	background-image:url("../images/sites/advantageloans_com.jpg");	
}

#twotwocmw{
	background-image:url("../images/sites/22cmwonline_com.jpg");	
}

#eotw{
	background-image:url("../images/sites/eyesofthewildtattoostudio_com.jpg");	
}
