@charset "utf-8";
/* CSS Document */
/* Author Brent Bransom Copyright 2007 */


body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #bfbfbf;
background-repeat:repeat;
height:100%;

}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: medium groove #e8e8e8; 
background-color: #808080;
}

#topsection{
background: #EAEAEA;
height: 201px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
	margin-left: 220px; /*Set left margin to LeftColumnWidth*/
	background-color: #808080;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	margin-top: 40px;
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
	/*background: #808080;*/
	margin-top: 40px;
}

/* <------------------Left Rounded Box menue--------------------------- */

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { background: transparent url(../images/menu-3.png) no-repeat bottom right; 
} 
.cssbox { 
width: 190px !important; /* intended total box width - padding-right(next) */ 
width: 195px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: -3px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
background-position: top left; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 25px 0 18px 40px; /* padding-left = image gap + interior padding ... no padding-right */ height: auto !important; height: 1%; /* IE Holly Hack */ 
color: #000000;
font-size:20px;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
background-position: bottom left; 
margin-right: 25px; /* interior-padding right */ 
padding: 15px 0 18px 40px; /* mirror .cssbox_head right/left */ 
height: 200px;
} 

/*<---------------- End Left Rounded Box menue css----------------------------- */

#footer{
	clear: left;
	width: 800px;
	color: #333333;
	text-align: center;
	padding: 4px 0;
	height: 60px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
}

#footer a{
color: #000000;
}

/* <========================== Content Styling ================================> */

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.innertube a{
	color:#000000;
	/*color:#da6c73;*/
	font-style: italic;
	font-weight: bold;
}
.innertube a:hover{
	color:#ddb0b3;
	font-style: italic;
	font-weight: bold;
}

#port_header a {
color:#000000;
font-weight:bold;
}

#port_header a:hover {
color:#333333;
font-style:italic;
}

/* <======================== End Content Styling =================================> */

/* <======================== Start Glossy top menue ==============================> */
.glossymenu{
	position: relative;
	background: url(../images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 34px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
/* <==============================End Glossy top menue ======================> */

/* <============================== Begin side menue css ====================> */
.markermenu{
	list-style-type: none;
	padding: 0;
	width: 170px;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -17px;
	background: transparent;
}

.markermenu li a{
background: transparent url(../images/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 2px 0;
padding-left: 20px;
text-decoration: none;

}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #b68685;
background-image:url(../images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* <============================== End side menue css ====================> */

/* <========================== Start Footer Validation icons ======================>*/
#css_v {
	float: left;
	width: 88px;
	margin-top: -30px;
	margin-right: 0px;
	margin-left: 20px;
	border:none;
}

#html_v {
	float: left;
	height: 31px;
	width: 88px;
	margin-top: -30px;
	margin-left: 675px;
	border:none;
}
/* <========================== End Footer Validation icons ======================>*/

/* <========================== Start Content Boxes ====================================> */

/* set the image to use and establish the lower-right position */ 
.cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2 { background: transparent url(../images/demobox3.png) no-repeat bottom right; 
} 
.cssbox2 { 
width: 300px !important; /* intended total box width - padding-right(next) */ 
width: 305px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: -3px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head2 { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head2 h2 { 
background-position: top left; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 25px 0 18px 40px; /* padding-left = image gap + interior padding ... no padding-right */ height: auto !important; height: 1%; /* IE Holly Hack */ 
color: #ddb0b3;
} 

/* set the lower-left corner image */ 
.cssbox_body2 { 
background-position: bottom left; 
margin-right: 25px; /* interior-padding right */ 
padding: 15px 0 18px 40px; /* mirror .cssbox_head right/left */ 
height: 250px;
} 
/* <=================================== End Content boxes =============================> */

/* <=================================== Start Form Styles =============================> */
#form_top {
width:440px;
background-color:#b14745;
border:1px solid #cccccc;
border-collapse: collapse;
color:#ddb0b3;
}
#form_top2 {
width:513px;
background-color:#b14745;
border:1px solid #cccccc;
border-collapse: collapse;
color:#ddb0b3;
}

#form_top h1 {
text-align:center;
padding-top:3px;
}


#main {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #000000;
}

.forms_long  table {
 background-color: #ebebeb;
 color: #000000;
 width: 440px;
 border: 1px solid #cccccc;
 border-collapse: collapse;
}

.forms_long td {
 border: 1px solid #ffffff;
 padding-left: 4px;
}

.labelcell {
 font: 13px Georgia, "Times New Roman", Times, serif;
 color: #000000;
 background-color: transparent;
 width: 175px;
 padding-bottom:3px;
 padding-top:3px;
} 

.fieldcell {
 background-color: #dcdbdb;
 color: #000000;
 text-align: center;
 margin-right: 0px;
 padding-right: 0px;
 padding-bottom:3px;
 padding-top:3px;
} 

.fieldcell01 {
 background-color: #b8b4b4;
 width:555px;
 color: #000000;
 text-align: center;
 margin-right: 0px;
 padding-right: 0px;
 padding-bottom:3px;
 padding-top:3px;
} 

.acc_date {
	color: #000000;
	text-align: center;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom:100px;
	padding-top:3px;
	margin-left: 110px;
	margin-top: -100px;
} 

.fieldcell input {
 width: 200px;
 font: 12px Georgia, "Times New Roman", Times, serif;
 background-color: #ddb0b3;
 color: #102132;
 border: 1px solid #000000;
 margin-right: 0px;
} 

.button {
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #b14745;
 color: #ddb0b3;
 margin-left: 12px;
 margin-top: 3px;
 margin-bottom: 2px;
 width:100px;
 height:25px;
 border: 1px solid #dcdbdb;
}


/* <======================================== End form styles =================================> */

/* <====================================== Start Admin Styles ===========================> */
.logo_links {
background-color:#b14745;
background-image:url(admin/images/home.png);
background-repeat:no-repeat;
border: 1px solid #dcdbdb;
color:#ddb0b3;
height:40px;
width:190px;
text-align:center;
}

.logo_links a {
color:#FFFFFF;
font-size:18px;
text-decoration:none;
font-style:normal;
}
.logo_links a:hover {
text-decoration:underline;
}


/* <====================================== End Admin Styles ==============================> */

/* <================================== Start Services Styles front page ==================> */

/* set the image to use and establish the lower-right position */ 
.services, .services_body, .services_head, .services_head h2 { background: transparent url(../images/demobox4.png) no-repeat bottom right; 
} 
.services {
	width: 500px !important; /* intended total box width - padding-right(next) */
	width: 505px; /* IE Win = width - padding */
	padding-right: 15px; /* use to position the box */
	margin-top: -20px;
	margin-right: 300px;
	margin-bottom: -20px;
	margin-left: auto;
} 

/* set the top-right image */ 
.services_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.services_head h2 { 
background-position: top left; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 25px 0 18px 40px; /* padding-left = image gap + interior padding ... no padding-right */ height: auto !important; height: 1%; /* IE Holly Hack */ 
color: #ffffff;
} 

/* set the lower-left corner image */ 
.services_body { 
background-position: bottom left; 
margin-right: 25px; /* interior-padding right */ 
padding: 15px 0 18px 40px; /* mirror .cssbox_head right/left */ 
height: 250px;
} 


.G1 {
	list-style-type: none;
	color:#000000;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -15px;
}

.G1 li {
background: transparent url(../images/list_box.png) no-repeat 0px;
text-indent:26px;
}
.title {
background-image:none;
color:#545454;
text-decoration:underline;
font-size:18px;
}
.price {
	background-image:none;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:-7px;
}
.G2{
	list-style-type: none;
	color:#000000;
	margin-top: -195px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 225px;
}
.G2 li {
background: transparent url(../images/list_box.png) no-repeat 0px;
text-indent:26px;
}

/* <================================== End Services Styles front page ==================> */

/* <================================== Start protfolio design =========================> */

.box_ww {
padding: 10px;

}
/*.box_1 img {
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}*/

.box_1 a {
color:#d4d4d4;
border: hidden #d4d4d4;
}
.box_1 a:hover {
color:#d4d4d4;
border: 0px;
}

.box_1 {
	background-color: #d4d4d4;
	height: 250px;
	width: 250px;
	padding: 0px;
	color:#000000;
	text-align:center;
	
}


.box_2 {
	background-color: #f1f1f1;
	height: 250px;
	width: 250px;
	margin-top: -250px;
	margin-left: 250px;
	color:#000000;
	text-align:center;
}
.box_2 a {
color:#d4d4d4;
border: hidden #d4d4d4;
}
.box_2 a:hover {
color:#d4d4d4;
border: 0px;
}


.box_3 {
background-color: #f1f1f1;
	height: 250px;
	width: 250px;
	margin-left: 0;
	color:#000000;
	text-align:center;
}
.box_3 a {
color:#d4d4d4;
border: hidden #d4d4d4;
}
.box_3 a:hover {
color:#d4d4d4;
border: 0px;
}


.box_4 {
	background-color: #d4d4d4;
	height: 250px;
	width: 250px;
	margin-top: -250px;
	margin-left: 250px;
	color:#000000;
	text-align:center;
}
.box_4 a {
color:#d4d4d4;
border: hidden #d4d4d4;
}
.box_4 a:hover {
color:#d4d4d4;
border: 0px;
}


/* <================================== End protfolio design =========================> */

/* <========================= Tool Tip Hover ===================== */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
color:#000000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* <================= End Tool Tip ========================================> */

/* <=================== Account center CSS =======================> */
.welcome_box {
	width:440px;
	background-color:#a4a3a3;
	border:1px solid #ffffff;
	border-collapse: collapse;
	color:#d4d4d4;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
}
.welcome_box h1 {
	color:#d4d4d4;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* set the image to use and establish the lower-right position */ 
.accenter, .accenter_body, .accenter_head, .accenter_head h2 { background: transparent url(../images/demobox3.png) no-repeat bottom right; 
} 
.accenter {
	width: 550px !important; /* intended total box width - padding-right(next) */
	width: 555px; /* IE Win = width - padding */
	padding-right: 15px; /* use to position the box */
	margin-top: -20px;
	margin-right: 300px;
	margin-bottom: -20px;
	margin-left: auto;
} 

/* set the top-right image */ 
.accenter_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.accenter_head h2 { 
background-position: top left; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 25px 0 18px 40px; /* padding-left = image gap + interior padding ... no padding-right */ height: auto !important; height: 1%; /* IE Holly Hack */ 
color: #ffffff;
text-align:center;
} 

/* set the lower-left corner image */ 
.accenter_body { 
background-position: bottom left; 
margin-right: 25px; /* interior-padding right */ 
padding: 15px 0 18px 40px; /* mirror .cssbox_head right/left */ 
height: 500px;
color:#333333;
} 


/* Acount center icon links */
.acc_links_txt {
	color:#000000;
	font-family: "Times New Roman", Times, serif;
}  
.acc_links_txt a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}  
.acc_links_txt a:hover {
	color:#FF0000;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}  

#myaccount {
	margin-top: 150px;
}
#myaccount_ico {
	margin-top: 120px;
}
#editaccount {
	margin-top: -72px;
	margin-left: 100px;
}
#vhostinginf {
	margin-top: -72px;
	margin-left: 225px;
}
#techsupport_lnk {
	margin-top: -72px;
	margin-left: 400px;
}
#admin_lnk {
	margin-top: 90px;
	margin-left: 0px;
}  
#logout_lnk {
	margin-top: -0px;
	margin-left: 175px;
}
.acc_a_icons {
margin-top:70px;
}
 
.techheader {
	width:500px;
	background-image:url(../images/tech_header.jpg);
	background-repeat:repeat-x;
	text-align:center;
	border: 2px solid #999999;
 }
 
.techheader3 {
	width:555px;
	background-image:url(../images/tech_header.jpg);
	background-repeat:repeat-x;
	text-align:center;
	border: 2px solid #999999;
 } 
 
.techheader2 {
	width:443px;
	background-image:url(../images/tech_header.jpg);
	background-repeat:repeat-x;
	text-align:center;
	border: 2px solid #999999;
 } 
 
.techboxes {
width:243px;
text-align:center;
}
.techboxes1 {
	width:245px;
	text-align:center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
.techboxes a {
	color:#CCCCCC;
	text-decoration:none;
	font-family: "Courier New", Courier, monospace;
}
.techboxes1 a {
	color:#CCCCCC;
	text-decoration:none;
	font-family: "Courier New", Courier, monospace;
}


.techtable {
border: 2px solid #999999;
vertical-align:middle;
}

.newsnotice {
	width:475px;
	background-color:#797d80;
	border:1px solid #cccccc;
	border-collapse: collapse;
	color:#cccccc;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
}

/* ========================= Account Center CSS ============================= */
.acctable {
background-color:#e6e5e5;
color:#333333;
border: 2px solid #000000;
height:400px;
}

#uspic {
margin-left: 0;
width:80px;
height:100px;
border-right: 2px solid #000000;

}

#welcome {
margin-left:125px;
margin-top: -100px;
}

#acctop {
height:100px;
background-color:#bcbbbb;
border-bottom: 1px solid #000000;
}

#icons {
margin-top:50px;
margin-left:50px;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 3px 4px;
background:url(../images/formbutton2.png) repeat-x left top;
text-decoration:none;
}

