body
{
    margin: 10px !important;
}


#Page
{
    width: 955px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}


/*** HEADER *******************************************************************/

#Header
{
    height: 77px;
    color: white;
    margin-bottom: 2px;
    overflow: hidden;
	background-image: url(/Media/Graphics/Top-Background.png);
	background-repeat: no-repeat;
}

#HeaderImage
{
	display: none;
	position: absolute;
}

#HeaderImage-FakeImage
{
    position: absolute;
    display: block;
}

#HeaderImage-FakeImage img
{
    width: 250px;
    height: 75px;
}

#Search
{
    display: inline;
    float: right;
    width: 350px;
    height: 18px;
    margin-right: 25px;
    margin-top: 28px;
    padding-left: 55px;
    background-image: url(/Media/Graphics/Top-SearchBackground.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#Search .SearchButton
{
    width: 40px;
    height: 15px;
    margin-left: 110px;
}

#Search .SearchBox
{
    font-size: 11px;
    height: 16px;
    width: 175px;
    margin-left: 10px;
    margin-top: -1px;
    border: none !important;
    background: none !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-color: Transparent !important;
}

#Search .SearchLinks, #Search .SearchLinks a
{
    padding-top: 5px;
    color: #FFF;
    text-align: right;
    font-size: 10px;
    padding-right: 5px;
}


/*** LEFT SIDE MENU ***********************************************************/

#LeftSide
{
    float: left;
    background-image: url(/Media/Graphics/Left-Background.png);
    background-repeat: no-repeat;
    height: 450px;
    width: 195px;
    margin-right: -195px;
    margin-bottom: -450px;
    clear: none;
}

#LeftSide ul
{
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
    line-height: 1px;
}

#LeftSide li
{
    display: block;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

#LeftSide .LeftSide-Menu
{
    display: block;
    width: 185px;
    height: 275px;
    overflow: hidden;
}

#LeftSide .LeftSide-Countries, #LeftSide .LeftSide-Contact
{
    display: block;
    width: 175px;
    height: 100px;
    overflow: hidden;
    padding: 5px;
}

#LeftSide .LeftSide-Contact
{
	padding-top: 16px;
}

#LeftSide .LeftSide-Contact a
{
	color: #09367A;
	font-weight: bold;
}

#LeftSide .LeftSide-Contact a:hover
{
	color: #E89719;
}

#LeftSide select
{
    width: 175px;
}

#LeftSide .LeftSide-Logos
{
    display: block;
    height: 40px;
    overflow: hidden;
    margin-top: 15px;
    padding-left: 10px;
}

#LeftSide .LeftSide-Logos .LeftSide-AlphaLogo
{
    display: block;
    float: left;
    width: 85px;
    height: 40px;
    overflow: hidden;
}

#LeftSide .LeftSide-Logos .LeftSide-ArgusLogo
{
    display: block;
    float: left;
    width: 85px;
    height: 40px;
    overflow: hidden;
}

#LeftSide .LeftSide-Logos img
{
    width: 85px;
    height: 40px;
}


/*** CONTENT ******************************************************************/

#Content
{
    margin-left: 203px;
    padding: 0px;
    width: 750px;
    min-height: 450px;
    overflow: hidden;
}


/*** RIGHT SIdE ***************************************************************/

#RightSide
{
    position: absolute;
    background-image: url(/Media/Graphics/Right-Background.png);
    background-repeat: no-repeat;
    height: 458px;
    width: 205px;
    margin: 0px 0px 0px 551px;
    color: #FFF;
    overflow: hidden;
}

#RightSide *
{
    font-size: 11px;
}

#RightSide a
{
    color: #A3C2DF;
    font-weight: bold;
}

#RightSide a:hover
{
    color: #E89719;
}

.RightSideElement
{
    margin: 10px;
    padding: 10px;
    height: 165px;
    width: 165px;
    overflow: hidden;
}

.RightSideElement + .RightSideElement
{
    margin-top: 15px;
    height: 225px;
}

.RightSideElement:first-child
{
    padding-top: 0px;
}

#RightSide h1, #RightSide h1 a
{
    background: transparent;
    color: #FFF;
    font-size: 17px;
    line-height: 16px;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 12px;
    padding: 0px;
    padding-right: 5px;
}

#RightSide h1 a
{
    margin: 0px;
    padding: 0px;
}

#RightSide ul
{
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
}

#RightSide li
{
    font-size: 12px;
    display: block;
}

#RightSide li + li
{
    margin-top: 5px;
}


/*** FOOTER *******************************************************************/

#Footer
{
    margin-top: 10px;
    border-top: solid 1px #ADAFB2;
    padding-top: 5px;
    clear: both;
    overflow: hidden;
}

#Footer, #Footer *, #Copyright, #TagLine
{
    font-size: 9px;
    line-height: 16px;
    color: #666;
}

#Footer a:hover
{
    color: #09367A;
}

#TagLine
{
    float: right;
    padding-right: 5px;
    font-style: italic;
}

#Copyright
{
    margin-top: 5px;
}


/*** BOTTOM MENU **************************************************************/

#BottomMenu
{
    overflow: visible;
}

#BottomMenu ul
{
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
    overflow: visible;
}

#BottomMenu ul *
{
    font-size: 9px;
    line-height: 16px;
}

#BottomMenu ul li
{
    display: inline;
    overflow: visible;
    margin: 1px;
    padding-left: 0px;
    padding-right: 5px;
    background: none;
}

#BottomMenu ul li + li
{
    padding-left: 10px;
    background: url(/Media/Graphics/Dot.gif) no-repeat left center;
}

#BottomMenu img
{
    padding-right: 2px;
    vertical-align: middle;
}

/*#cse-search-box
{
    visibility: hidden !important;
}*/

