* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: url(http://awsweldmex.com/images/site/stripe_blue.gif) repeat;
	background-color:#003366;
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;

}

table.contact td {
	font: 1.2em/1.8em Tahoma, sans-serif;

}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 2em Tahoma, sans-serif;
	color: #005c92;
	margin-bottom: 10px;
	margin-top: 10px;
}

ul {
	margin-left: 25px;
}

ul.sidebar {
	margin-left: 10px;
        list-style-type:none;
}

ul.sidebar li {
font: 1.5em Tahoma, sans-serif;
margin-bottom:12px;
color: #000064;
}

img {
	border: none;
}

#page-wrap {
	background: white;
	min-width: 790px;
	max-width: 1000px;
	margin: 10px auto;
	}
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: url(http://awsweldmex.com/images/site/stripe_block.gif) repeat-y white;
	padding-left: 200px;
	padding-top: 20px;
}
	
#header {
	background: #000039;
	text-align: center;
}

#submenu {
	background: #ffffff;
background: url(http://awsweldmex.com/images/site/tab_bar.gif);
background-repeat:no-repeat; 
background-position:right;
	text-align: right;
	width: 300px;
height:24px;
float:right;
margin-bottom:20px;
padding-right:30px;
margin-top:0px;
color:#245808;
font-family:tahoma;
}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

#footer {
	background: #005c92;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

/***********TEXT STYLES****************/


a:link              { color:#245808; text-decoration:underline; }
a:visited           { color:#245808; text-decoration:underline; }
a:hover             { color:#3f851a; text-decoration:underline; }
a:active            { color:#245808; text-decoration:underline; }

a.side:link    { font: 1em Tahoma, sans-serif; margin-bottom:15px; color: #000064; text-decoration:none; }
a.side:visited { font: 1em Tahoma, sans-serif; margin-bottom:15px; color: #000064; text-decoration:none; }
a.side:hover   { font: 1em Tahoma, sans-serif; margin-bottom:15px; color: #1e8fc0; text-decoration:none; }
a.side:active  { font: 1em Tahoma, sans-serif; margin-bottom:15px; color: #000064; text-decoration:none; }

a.footer:link    { color:#ffffff }
a.footer:visited { color:#ffffff }
a.footer:hover  { color:#74ccf2 }
a.footer:active  { color:#ffffff }

/*************Yellow Highlight Box***********************/

#y_highlight {
	
	background-color:#fcfcde; 
	text-align:left; 
	border-style:solid; 
	border-width:1px; 
	border-left-color:#CCCC66; 
	border-right-color:#CCCC66; 
	border-top-color:#CCCC66; 
	border-bottom-color:#CCCC66;
        padding:10px;
        margin-top:5px;
        margin-bottom:5px;
	}
	
/*************Blue Highlight Box***********************/

#b_highlight {
	padding:10px; 
	background-color:#d8edf6; 
	text-align:left; 
	border-style:solid; 
	border-width:1px; 
	border-left-color:#a3d9fc; 
	border-right-color:#a3d9fc; 
	border-top-color:#a3d9fc; 
	border-bottom-color:#a3d9fc;
	}

.asterix {
color:#990000;
}

