body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

td.left_td a
{
    display:block;
    float:left;
    
}

td.left_td
{
    vertical-align:top;
}

.twoColFixRt #top header {
	width: 945px;
	margin-right: auto;
	margin-left: auto;	
}
.twoColFixRt #topnav 
{      
	width: 945px;
	height:40px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(/~/media/Images/AVNet/Presentation/Topnav/topnav_end.ashx);    
	background-position:1px 0px;
	}
.twoColFixRt #container {
	width: 943px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-position: top;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.twoColFixRt #footer {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRt #copyright {
	font-size: 10px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.grey {
	background-color: #f3f3f3;
}
.charcoal {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}
.technical {
	background-image: url(images/techincal2.gif);
	background-repeat: no-repeat;
	height: 38px;
}
/* for drop down menu navigation */
BODY {MARGIN: 0px}
.dropmenudiv{
position:absolute;
top: 0;
margin-top: 1px;
border: 1px solid #BEBEBE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:16px;
text-align: left;
z-index:100;
background-color: #F9F9F9;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#FF0000,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BEBEBE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-color: #999999;
color: #8C8C8C;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E9E9E9;
}

a { text-decoration: none; font-family:Verdana,Arial,Helvetica,sans-serif;}
a:link {color: #006699}     /* unvisited link */
a:visited {color: #006699}  /* visited link */
a:hover {color: #003366; text-decoration: underline}   /* mouse over link */
a:active {color: #006699}   /* selected link */



.red {
	color: #ed1c24;	
}


.home_table
{
text-align:left;
vertical-align:top;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:20px;
}

.twoColFixRt #redheader {
margin-left:auto;
margin-right:auto;
width:945px;
}

#partners1
{    
    margin-left:auto;
    margin-right:auto;
    width:943px;
    height:73px;
    border:solid 1px #CCCCCC;
}

.partners_wrap_div
{
    float:left;
    height:87px;
    padding-left:20px;
}

#partners1 .partners_wrap_table
{
    height:100%;
    width:100%;
}

.partners_wrap_table
{
    height:100%;
}

.partners_wrap_td
{
    vertical-align:middle;
    width: 150px;
}

#home_footer
{
    margin-left:auto;
    margin-right:auto;
    width:945px;
    height:175px;
    background-image:url(/~/media/Images/AVNet/Presentation/home_footer.ashx);
    position:relative;    
    
}

#home_description_td a:hover
{
    color:Red;
}

.smalltext {
    color:#006699;
    font-size:10px;
    font-variant:small-caps;
    font-weight:bold;
}