body {
	margin:0px;
	font:18px Calibri;
	line-height:22px;
	color:#333333;
	background-image:url('images/just_decks.jpg');
	background-attachment:fixed;
}

h1 {
	font:30px Georgia; 
	color:#cf0000;
}

h2 {
	font:18px Georgia; 
	color:#cf0000;
}

a:link {text-decoration:none;}      
a:visited {color:#3475a8;}  
a:hover {color:#d34600; text-decoration:underline;}  
a:active {color:#3475a8;} 

#main {
	border:10px solid #eeeeee;
	width:1100px;
	margin:0 auto;
	background-color:#ffffff;	
}

#main_left {
	width:305px;
	float:left;
	background-image:url('images/background.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;	
}

#just_decks_hamilton {
	width:305px;
	height:162px;
	background:#000 url('images/just_decks_hamilton.gif') center center no-repeat;
	display:block;
	position:absolute;
	border:0px;
}

#side_nav {
	margin-top:163px;
	width:242px;
	background-image:url('images/gradient.jpg');
	background-repeat:repeat-x;
}

#products_services {
	background-color:#757575;
	font:12px Georgia;
	color:#ffffff;
	padding:10px 20px;
	text-align:left;
	letter-spacing:1px;
}

/* SIDE NAVIGATION */

.menu_simple ul {
    margin:0px; 
    padding:0px;
    width:242px;
    list-style-type:none;
}

.menu_simple ul li a {
    font:20px Georgia;
    text-align:left;
    text-decoration:none;
    color:#ffffff; 
    padding:7px 29px;
    display:block;
    background-color:#e29200;
    border-bottom:1px solid #0e0064;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color:#ffffff;
    background-color:#877fba;
}

.menu_simple ul li .selected {
    color:#007edf;
}

/* SIDE NAVIGATION */

/* SIDE NAVIGATION 1 */

.menu_simple1 ul {
    margin:0px 0px 0px 0px; 
    padding:0px;
    width:242px;
    list-style-type:none;
}

.menu_simple1 ul li a {
    font:16px Georgia;
    text-align:left;
    text-decoration:none;
    color:#333333; 
    padding:6px 19px;
    display:block;
    border-bottom:1px solid #dddddd;
}
 
.menu_simple1 ul li a:hover, .menu_simple ul li .current {
    color:#ffacb8;
}

.menu_simple1 ul li .selected {
    color:#007edf;
}

/* SIDE NAVIGATION 1 */

#service_areas {
	background-color:#ffffff;
	padding:20px 29px;
	text-align:left;
	font:14px Georgia;
	line-height:18px;
}

#phone_email_box {
	background-color:#eeeeee;
	padding:13px 0px 13px 0px;
	text-align:center;
	font:bold 33px Calibri;
	line-height:30px;
}

#testimonial_box {
	background-color:#eeeeee;
	padding:13px 20px;
	text-align:left;
	font:14px Georgia;
	line-height:18px;
}

#main_right {	
	width:795px;
	float:right;
	background-image:url('images/right.gif');
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ffffff;
}

#address {
	margin:10px 0px 0px 25px;
	text-align:right;
	font:18px Calibri;
	width:737px;	
}

#img_box {
	margin:10px 0px 0px 25px;
	border:3px solid #ffffff;
	width:735px;
	height:400px;
	background-color:#ffffff;
}


#top_nav {
	width:735px;
	margin-left:28px;
	border-bottom:1px solid #dddddd;
	text-align:right;
	padding:5px 0px 5px 0px;
}

/* TOP NAVIGATION */

#navbar {
	display:inline-block;
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
	z-index:1000;	
}
   
#navbar li {
    	display:block;
    	position:relative;
    	float:left;
}
   
#navbar li a {
	display:block;
	padding:5px 0px 5px 25px;
	font:bold 16px Calibri;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#222222;
	white-space:nowrap;
}

#navbar li a:hover {
	color:#cf0000;
}


/* TOP NAVIGATION */

#content {
	width:733px;
	padding:5px 0px 0px 28px;	
}

#footer {
	background-color:#777777;
	padding:20px 0px 20px 32px;
	font:12px Georgia;
	line-height:21px;
	color:#bbbbbb;
}

#url {
	font:21px Georgia;
	color:#ffffff;
	letter-spacing:5px;
}

#tips {
	color:blue;	
}

#return {
	font:11px Georgia;
	color:blue;
}


.mainsite-button, .mainsite-button:visited { 
	padding:10px;
	display:block;
	text-align:center;
	font-weight:800;
	background:#BC4507;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
}

.mainsite-button:hover { background:#087F9E; color:#fff; text-decoration:none; }