/**************************** BASIC SETTINGS **********************************/

* {
    font-family         : Verdana, Arial, Helvetica;
    font-size	    : 11px;
}

body, html {
    margin              : 0;
    padding             : 0;
    text-align          : center;
}

.clearer {
    clear               : both;
}

/**************************** PAGE WRAPPER **********************************/

div#container {
    margin              : 0 auto;
    text-align          : left;
}

div#container .wrapper {
    margin              : 0 29px 0 27px;
    padding             : 0 0 19px 0;
}

/**************************** LOGO + VENDORS **********************************/


div#vendors { display : none;}

div#logo {margin-left         : 30px;}

/**************************** MENU **********************************/
div#menu { display:none; }

/**************************** HEADER **********************************/
div#header { display:none; }

/**************************** BREADCRUMB **********************************/

div#quicklinks { display:none; }

div#breadcrumb {
    margin              : 3px 0 5px 10px;
    font-size           : 11px;
}


div#breadcrumb a {
    color               : #666666;
    text-decoration     : none;
    background          : transparent url(../images/breadcumb_spacer.gif) no-repeat left center;
    padding-left        : 15px;
    padding-right       : 3px;
}

div#breadcrumb a.first {
    padding-left        : 0px;
    background-image    : none;
}

div#breadcrumb a:hover {
    text-decoration     : underline;
    color               : #000000;
}

/**************************** FOOTER **********************************/

div#footer { display:none; }

/**************************** COPYRIGHT **********************************/

div#copyright {
    margin              : 0 auto;
    text-align          : center;
    font-size           : 10px;
    color               : #444444;
    padding-top         : 30px;
    clear               : both;
}

div#copyright div { display : none; }

/**************************** DEFAULT **********************************/

div#default {
    margin-top				: 10px;
}

div#default_border {
	width					: 220px;
	float	         			: right;
	display	                        : none;
}

div#default_wrapper {
	float					: left;
	margin-right 			: 13px;
	width 				: 667px;
}

div#default_wrapper div.wrapper {
	margin				: 0;
	padding				: 0;
}

div#default_top,
div#default_middle,
div#default_bottom {
        clear 					: left;
        margin-bottom 			: 10px;
	width 				: 650px;
	overflow				: hidden;
}

div#default_top div.module,
div#default_middle div.module,
div#default_bottom div.module {
	margin-bottom			: 10px;
}


div#default_bottom_left,
div#default_bottom_center,
div#default_bottom_right,
div#default_left,
div#default_center,
div#default_right {
       float 					: left;
       width					: 210px;
       overflow				: hidden;
}

div#default_bottom_left,
div#default_bottom_center,
div#default_left,
div#default_center {
       margin-right			: 10px;
}

div#default_bottom_left div.module,
div#default_bottom_center div.module,
div#default_bottom_right div.module,
div#default_left div.module,
div#default_center div.module,
div#default_right div.module {
	margin-bottom			: 10px;
}

div#default_bottom_left div.module-bottom,
div#default_bottom_center div.module-bottom,
div#default_bottom_right div.module-bottom,
div#default_left div.module-bottom,
div#default_center div.module-bottom,
div#default_right div.module-bottom {
       min-height				: 300px;
}

div#default_border div.wrapper,
div#default_middle div.wrapper,
div#default_bottom_left div.wrapper,
div#default_bottom_right div.wrapper,
div#default_bottom_center div.wrapper,
div#default_top div.wrapper,
div#default_bottom div.wrapper,
div#default_left div.wrapper,
div#default_center div.wrapper,
div#default_right div.wrapper {
	margin				: 0;
	padding				: 10px !important;
	padding-bottom			: 0px; /* IE HACK */
}

/**************************** QUICKSEARCH  **********************************/
.quicksearch {
	display:none;
}

.textbox {
	border			 : 1px solid #CCCCCC;
	background-color	 : #FFFFFF;
	color			 : #333333;
}

/**************************** CONTENT **********************************/

div#content {
    clear               : both;
    color		 : #666666;
}


/**************************** CONTENT **********************************/

div#content h1 {
	font-size		: 16px;
	color			: #333333;
}

div#content h2 {
	font-size		: 13px;
	color			: #333333;
	margin		: 5px 0 15px 0;
	padding 		: 0;
	border-bottom	: 1px solid #CCCCCC;
}

div#content a {
	color			: #000000;
        text-decoration   : underline;
}

div#content a.arrow {
        background	: url(../images/link_arrow.gif) no-repeat left center;
        padding-left	: 12px;
	color			: #666666;
        text-decoration   : none;
}

div#content a:hover {
	color			: #FF0000;
        text-decoration   : none;
}

div#content a.arrow:hover {
	color			: #000000;
        text-decoration   : underline;
}

















.avagcontacts_item {
	float			: left;
	width			: 210px;
	margin-bottom	: 10px;
}