/* Style from Flippin Good Website */
/* Designed by Nolan Clark */
/* www.flippingoodwebdesign.co.nz */

/* //////////////////////
   overall page styles 
////////////////////// */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../images/wallpaper.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#wrap {
	width: 1016px;
	margin: 0 auto; 
	text-align: left;
	border-left: #A2A2A2 1px solid;
	border-right: #A2A2A2 1px solid;
	background: #fff;
}

/* //////////////////////
      menu styles 
////////////////////// */
#menu {
	width: 1016px;
	height: 300px;
	position: relative;
}
.menu_buttons {
	position: absolute;
	top: 0px;
	background-image: url(../images/menu_name.png);
	height: 237px;
	width: 1016px;
}
.menu_heading {
	position: absolute;
	top: 237px;
	background-image: url(../images/menu_name.png);
	height: 39px;
	width: 1016px;
}
.heading_txt {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #5E5F6B;
	text-align: center;
	top: 7px;
	text-shadow: #fff 1px 1px 0;
}
.menu_bottom {
	position: absolute;
	top: 276px;
	background-image: url(../images/menu_bottom.png);
	height: 24px;
	width: 1016px;
}

/* //////////////////////
     content styles 
////////////////////// */
#content {
	clear: both;
}
.clear
{
	clear: both;
}

/* //////////////////////
     sidebar styles 
////////////////////// */
#sidebar {
	float: left;
	width: 250px;
	margin: 0 5px 0 10px;
}
/* boxes */
.side_box {
	width: 235px;
	border: 1px solid #cccccc;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	background-image:url(../images/bg_sidebar_heading.png);
	background-repeat: no-repeat;
	background-position:right top;
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	box-shadow: 7px 7px 8px #726E90;
	-webkit-box-shadow: -4px 4px 4px #726E90;
	-moz-box-shadow: -4px 4px 4px #726E90;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#726E90, offX=-4, offY=4, positive=true);
	font-size: 10px;
}
.side_box h1{
    margin:10px;
    font-size : 14px;
    font-weight:bold;
    color: #5F0E95;
	font-weight: bold;
}
.side_box_info{
	background-repeat: no-repeat;
	background-position:right top;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	
	background-color: #fff;
	color: #000000;
	margin:0px;
	position:relative;
	left: auto;
	right: auto;
}

/* mini quote box styles */
.mini_quote input, select, textarea {
	font: 10px Arial, Helvetica, sans-serif;
}

/* mini login box styles */
.mini_login input, select, textarea {
	font: 10px Arial, Helvetica, sans-serif;
}

/* maximise icon position */
.maximise_icon {
	position: relative;
	top: -37px;
	float: right;
}

/* //////////////////////
  services menu buttons
////////////////////// */
#btn_web_design
{
  display: block;
  width: 89px;
  height: 52px;
  background: url("../images/btn_web_design.png") no-repeat 0 0;
}
#btn_web_design:hover
{ 
  background-position: 0 -52px;
}
#btn_web_design span
{
  display: none;
}
#btn_hosting
{
  display: block;
  width: 90px;
  height: 52px;
  background: url("../images/btn_hosting.png") no-repeat 0 0;
}
#btn_hosting:hover
{ 
  background-position: 0 -52px;
}
#btn_hosting span
{
  display: none;
}
#btn_web_marketing
{
  display: block;
  width: 91px;
  height: 52px;
  background: url("../images/btn_web_marketing.png") no-repeat 0 0;
}
#btn_web_marketing:hover
{ 
  background-position: 0 -52px;
}
#btn_web_marketing span
{
  display: none;
}
#btn_branding
{
  display: block;
  width: 89px;
  height: 52px;
  background: url("../images/btn_branding.png") no-repeat 0 0;
}
#btn_branding:hover
{ 
  background-position: 0 -52px;
}
#btn_branding span
{
  display: none;
}
#btn_graphic_design
{
  display: block;
  width: 90px;
  height: 52px;
  background: url("../images/btn_graphic_design.png") no-repeat 0 0;
}
#btn_graphic_design:hover
{ 
  background-position: 0 -52px;
}
#btn_graphic_design span
{
  display: none;
}
#btn_ideas
{
  display: block;
  width: 91px;
  height: 52px;
  background: url("../images/btn_ideas.png") no-repeat 0 0;
}
#btn_ideas:hover
{ 
  background-position: 0 -52px;
}
#btn_ideas span
{
  display: none;
}

/* //////////////////////
  web design menu buttons
////////////////////// */
#btn_register_name
{
  display: block;
  width: 89px;
  height: 60px;
  background: url("../images/btn_register_name.png") no-repeat 0 0;
}
#btn_register_name:hover
{ 
  background-position: 0 -60px;
}
#btn_register_name span
{
  display: none;
}
#btn_choose_hosting
{
  display: block;
  width: 89px;
  height: 60px;
  background: url("../images/btn_choose_hosting.png") no-repeat 0 0;
}
#btn_choose_hosting:hover
{ 
  background-position: 0 -60px;
}
#btn_choose_hosting span
{
  display: none;
}
#btn_choose_design
{
  display: block;
  width: 89px;
  height: 60px;
  background: url("../images/btn_choose_design.png") no-repeat 0 0;
}
#btn_choose_design:hover
{ 
  background-position: 0 -60px;
}
#btn_choose_design span
{
  display: none;
}
#btn_choose_marketing
{
  display: block;
  width: 89px;
  height: 60px;
  background: url("../images/btn_choose_marketing.png") no-repeat 0 0;
}
#btn_choose_marketing:hover
{ 
  background-position: 0 -60px;
}
#btn_choose_marketing span
{
  display: none;
}

/* //////////////////////
main info window styles 
////////////////////// */
#main {
	float: right;
	width: 725px;
	margin: 0 10px 0 5px;
}
#main_full {
	float: left;
	width: 996px;
	margin: 0 10px 0 10px;
}
/* boxes */
.main_box {
    margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc;
	background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 12px;
	background-image:url(../images/bg_box_heading.png);
	background-repeat: no-repeat;
	background-position:right top;
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	box-shadow: 7px 7px 8px #726E90;
	-webkit-box-shadow: -4px 4px 4px #726E90;
	-moz-box-shadow: -4px 4px 4px #726E90;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#726E90, offX=-4, offY=4, positive=true);
}
.main_box h1{
    margin:10px;
    font-size : 14px;
    font-weight:bold;
    color: #5F0E95;
}
/* cancel icon position */
.cancel_icon {
	position: relative;
	top: -34px;
	right: 10px;
	float: right;
}

/* //////////////////////
   alignment styles 
////////////////////// */
.center {  
	margin-left: auto ;
	margin-right: auto ;
}

.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.hidden
{
	display:none;
}

/* //////////////////////
     width styles 
////////////////////// */
.sb_width {
	width: 725px;
}
.width_100 {
	overflow: hidden;
	width: 100%;
}
.width_95 {
	overflow: hidden;
	width: 95%;
}
.width_90 {
	overflow: hidden;
	width: 90%;
}
.width_85 {
	overflow: hidden;
	width: 80%;
}
.width_80 {
	overflow: hidden;
	width: 80%;
}
.width_60 {
	overflow: hidden;
	width: 60%;
}
.width_50 {
	overflow: hidden;
	width: 50%;
}
.width_45 {
	overflow: hidden;
	width: 45%;
}
.width_30 {
	overflow: hidden;
	width: 30%;
}
.big_or {
	font-weight:bold;
    font-size : 20px;
	margin-left:5px;
	margin-right:5px;
}

/* //////////////////////
//     text styles     //
////////////////////// */
.reference
{
	font-size: 7px;
}
.txt h2{
    font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16px;
	color: #474C73;
	background-image:url(../images/txt_dots.png);
    background-repeat: no-repeat;
    background-position: -2px 17px;
}
.txt_price
{
	font-weight:bold;
	font-size : 16px;
}
.txt_old_price
{
	color: #FF0000;
	text-decoration: line-through;
	font-size : 12px;
}
.txt_new_price
{
	color: #009900;
	font-weight:bold;
	font-size : 16px;
}
.list_ticks
{
	list-style-image: url(../images/icon_yes.png);
}
.list_crosses
{
	list-style-image: url(../images/icon_no.png);
}
h4 { /* used for gallery heading */
	text-align:center;
	font-size: 30px;
	color: #fff;
}
.txt_smaller
{
	font-size: smaller;
}
.txt_bold
{
	font-weight:bold;
}

/* //////////////////////
// whois search styles //
////////////////////// */
.border_1
{
	border: thin;
}

/* //////////////////////
// whois search styles //
////////////////////// */
.whois form {
    margin-left: 10px;
	margin-right:10px;
	border: 1px solid #cccccc;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

.whois_text {
	border: 1px solid #cccccc;
}

.whois_regular_price_text {
	color: #000000;
}
.whois_cancel_regular_price_text {
	color: #999999;
	text-decoration: line-through;
}
.whois_special_price_text {
	color: #009C0F;
	text-decoration: blink;
}

.whois_search_text {
	border: 1px solid #000000;
	font-size : 16px;
    font-weight:bold;
}

.whois_main input {
    border: 0px solid #cccccc;
}
.whois_taken {
	color: red;
}
.whois_available {
	color: #009C0F;
}

.whois_source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}

.whois_result {
    margin-left: 10px;
	border: 1px solid #cccccc;
	width: 500px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

/* //////////////////////
//   contact styles    //
////////////////////// */
.contact_inputs {
	font-size : 12px;
}
.contact_heading {
	font-weight:bold;
	font-size : 14px;
	color: #5F0E95;
}
.username{
	border: 1px solid #000;
}

/* //////////////////////
//    shopping cart    //
////////////////////// */
.cart_cat_info
{
	background-color:#FBF5C2;
}
.cart_cat_info_odd
{
	background-color:#FAF7DE;
}
.cart_cat_heading
{
	background-color:#A0E0FE;
}
.cart_sub_total
{
	font-weight:bold;
	font-size : 14px;
	background-color:#DCFEB5;
}
.cart_grand_total
{
	font-weight:bold;
	font-size : 16px;
	background-color:#CBFE90;
}

/* //////////////////////
//   invoice Styles    //
////////////////////// */
.invoice_table
{
    border-color: #000;
    border-width: 1px;
    border-style: solid;
}
.invoice_address
{
	font-size : 10px;
}
.invoice_cat_heading
{
	font-weight:bold;
	font-size : 14px;
}
.invoice_sub_total
{
	font-weight:bold;
	font-size : 14px;
}
.invoice_grand_total
{
	font-weight:bold;
	font-size : 16px;
}

/* //////////////////////
//  web design styles  //
////////////////////// */
.txt_upgrade_options
{
	font-weight:bold;
	font-size : 16px;
	color:#FFFFFF;
	background-color:#FF0000;
	height:26px;
	padding-top:8px
}
/*boxes*/
.quote_box {
	width:95%;
	position: relative;
	left: 17px;
	top:34px;
	border: 1px solid #55B436;
	margin: 10px 10px 50px 10px;
	padding: 5px;
	background-color:#55B436;
	background-image:url(../images/bg_green_box.png);
	background-repeat: no-repeat;
	background-position:right top;
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	box-shadow: 7px 7px 8px #726E90;
	-webkit-box-shadow: -4px 4px 4px #726E90;
	-moz-box-shadow: -4px 4px 4px #726E90;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#726E90, offX=-4, offY=4, positive=true);
}
.quote_box h1{
    margin: 0px 0px 10px 0px;
    font-size : 14px;
    font-weight:bold;
    color: #5F0E95;
	font-weight: bold;
}
.quote_box_info {
	width:96%;
	height:75%;
	padding: 5px;
	background-repeat: no-repeat;
	background-position:right top;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	
	background-color: #eee;
	border: 1px solid #000000;
	color: #000000;
	margin:0px;
	position:relative;
	left: 8px;
	right: auto;
	top: -5px;
	font-size:12px;
}
/* quote icon position */
.quote_box_icon {
	position: relative;
	top: -34px;
	left: -34px;
	float: left;
	background-image:url(../images/icon_quote_box.png);
    background-repeat: no-repeat;
	width:78px;
	height:78px;
	z-index:1;
}
/* contact box */
.contact_box {
	width:95%;
	position: relative;
	left: 17px;
	top:34px;
	border: 1px solid #377CB7;
	margin: 10px 10px 50px 10px;
	padding: 5px;
	background-color:#377CB7;
	background-image:url(../images/bg_blue_box.png);
	background-repeat: no-repeat;
	background-position:right top;
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	box-shadow: 7px 7px 8px #726E90;
	-webkit-box-shadow: -4px 4px 4px #726E90;
	-moz-box-shadow: -4px 4px 4px #726E90;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#726E90, offX=-4, offY=4, positive=true);
}
.contact_box h1{
    margin: 0px 0px 10px 0px;
    font-size : 14px;
    font-weight:bold;
    color: #fff;
	font-weight: bold;
}
.contact_box_info {
	width:96%;
	height:75%;
	padding: 5px;
	background-repeat: no-repeat;
	background-position:right top;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	
	background-color: #eee;
	border: 1px solid #000000;
	color: #000000;
	margin:0px;
	position:relative;
	left: 8px;
	right: auto;
	top: -5px;
	font-size:12px;
}
/* contact icon position */
.contact_box_icon {
	position: relative;
	top: -34px;
	left: -34px;
	float: left;
	background-image:url(../images/icon_contact.png);
    background-repeat: no-repeat;
	width:78px;
	height:78px;
	z-index:1;
}

.green_side_box
{
	background-image:url(../images/bg_green_box.png);
	background-color: #55B436;
	border: 1px solid #55B436;
}
.green_side_box h1
{
	color: #FFFFFF;
	position:relative;
	top:-7px;
}
.green_box_info {
	height:75%;
	padding: 5px;
	background-repeat: no-repeat;
	background-position:right top;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	
	background-color: #eee;
	border: 1px solid #000000;
	color: #000000;
	margin:0px;
	position:relative;
	left: auto;
	right: auto;
	top: -5px;
	font-size:12px;
}

/* //////////////////////
//       hosting       //
////////////////////// */
.hosting_box
{
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	box-shadow: 7px 7px 8px #726E90;
	-webkit-box-shadow: -4px 4px 4px #726E90;
	-moz-box-shadow: -4px 4px 4px #726E90;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#726E90, offX=-4, offY=4, positive=true);
}
.hosting_box h1
{
	position:relative;
	top: -3px;
}
.hosting_box_info {
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	width:96%;
	height:75%;
	background-color: #fff;
	border: 1px solid #000000;
	color: #000000;
	padding: 5px;
	margin:0px;
	position:relative;
	left: 6px;
	right: auto;
	top: -5px;
	font-size:12px;
	padding: 5px;
}

/* //////////////////////
//    portfolio box    //
////////////////////// */
.mypad_container
{
	background-image:url(../images/gpad.jpg);
	height: 481px;
	width: 605px;
	left:auto;
	right:auto;
}
.mypad_screen
{
	position:relative;
	top:90px;
	left:75px;
	width: 460px;
	height: 300px;
}

/* //////////////////////
//    general boxes    //
////////////////////// */
.case_study_box_brown
{
	border: 4px dotted #B96A39;
	padding: 10px;
}
.case_study_box_brown h1{
    font-size : 16px;
    font-weight:bold;
    color: #fff;
	font-weight: bold;
}
.case_study_box_purple
{
	border: 4px dotted #9966FF;
	padding: 10px;
}
.case_study_box_purple h1{
    font-size : 16px;
    font-weight:bold;
    color: #fff;
	font-weight: bold;
}
.brown
{
	background-color: #B96A39;
	border: 2px solid #B96A39;
	background-image:url(../images/bg_brown_box.png);
	background-repeat: no-repeat;
	background-position:right top;
}
.brown h1
{
	color: #fff;
}
.yellow
{
	background-color: #AFB838;
	border: 2px solid #AFB838;
	background-image:url(../images/bg_yellow_box.png);
	background-repeat: no-repeat;
	background-position:right top;
}
.yellow h1
{
	color: #000;
}
.yellow_side_box
{
	background-image:url(../images/bg_yellow_box.png);
	background-color: #AFB838;
	border: 1px solid #AFB838;
}
.yellow_side_box h1
{
	color: #FFFFFF;
	position:relative;
	top:-7px;
}
.yellow_box_info {
	height:75%;
	padding: 5px;
	background-repeat: no-repeat;
	background-position:right top;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	
	background-color: #eee;
	border: 1px solid #000000;
	color: #000000;
	margin:0px;
	position:relative;
	left: auto;
	right: auto;
	top: -5px;
	font-size:12px;
}

/* //////////////////////
//     zoom images     //
////////////////////// */
.zoom_image {
	border: 4px dotted #3157B2;
	position:relative;
	left:24px;
	right:auto;
	top:-24px;
	z-index:0;
}
.zoom_icon
{
	position:relative;
	background-image:url(../images/zoom_in.png);
	height: 48px;
	width: 48px;
	z-index:1;
}
.zoom_desc
{
	text-align:center;
	background-color:#3157B2;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

/* //////////////////////
//        goodie       //
////////////////////// */
.goodie_box
{
	background-color: #6F6FD6;
	border: 2px solid #6F6FD6;
	background-image:url(../images/bg_goodie.png);
	height: 200px;
}
.goodie_box h1
{
	color: #fff;
}
.goodie_box_info {
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
	width:96%;
	height:75%;
	background-color: #eee;
	border: 1px solid #000000;
	color: #000000;
	padding: 5px;
	margin:0px;
	position:relative;
	left: 8px;
	right: auto;
	top: -5px;
	font-size:12px;
	padding: 5px;
}

/* //////////////////////
//   social bookarks   //
////////////////////// */
#social_bookmark {
	clear: both;
	margin: 0 10px 10px;
}
#social_bookmark img {
	margin: 0;
	border-width: 0px;
	border-style: none;
}

/* //////////////////////
     footer styles 
////////////////////// */
#footer {
	clear: both;
	position: relative;
	text-align: center;
	background-image: url(../images/footer_stage.png);
	height: 221px;
}
#footer_menu {
	position: relative;
	top: 90px;
}

/* //////////////////////
 error reporting styles 
////////////////////// */
.good_error {
	font-weight: bold; 
	color: #090; 
}
.bad_error {
	font-weight: bold; 
	color: #f00; 
}
.neutral_error {
	font-weight: bold; 
	color: #00F;
}
.entry_error
{
	border:1px;
	border-color:#FF0000;
}

/* //////////////////////
//     icon styles     //
////////////////////// */
.whois_search_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/whois_search.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.whois_result_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/whois_results.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.whois_buy_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/whois_get.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.register_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_register.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.profile_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_profile.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.cart_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_basket_full.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.empty_cart_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_basket_empty.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.payment_options_icon{
    width:110px;
    height:110px;
    float:left;
    background-image:url(../images/icon_payment_options.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.manual_payment_icon{
    width:110px;
    height:140px;
    float:left;
    background-image:url(../images/icon_manual_payment.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.online_payment_icon{
    width:110px;
    height:110px;
    float:left;
    background-image:url(../images/icon_online_payment.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.statement_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_history.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.invoice_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_invoice.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.about_us_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_about_us.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.services_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_services.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.web_design_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_web_design.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.hosting_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_hosting.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.contact_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_contact.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.web_marketing_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_web_marketing.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.branding_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_branding.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.graphic_design_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_graphic_design.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.partner_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_partner.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.portfolio_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_portfolio.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.quote_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_quote.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.learn_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_learn.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.links_icon{
    width:110px;
    height:90px;
    float:left;
    background-image:url(../images/icon_links.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.goodie_icon{
    width:48px;
    height:77px;
    float:left;
	margin: 0px 10px 0px 10px;
    background-image:url(../images/icon_goodie.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

/*//////////////////
// mouse pointers //
//////////////////*/
.pointer
{
	cursor: pointer;
}

/*////////////////////
// subscript styles //
////////////////////*/
#subscript {
	font-size: 10px;
	text-align: center;
}
