*
{
    margin: 0;
    padding: 0;
}

body
{
    background: #fff url(../img/v02/bg-body.jpg) 0 163px repeat-x;
    color: #222;
    font: small/1.25 Arial,sans-serif;
}

/* Links */
a:link
{
    color: Blue;
}

a:visited
{
    color: Navy;
}

a:hover, a:focus, a:active
{
    text-decoration: none;
    color: Red;
}

/* Generic Selectors */
h1 
{
	margin: 1em 0;
	font-size: 2em;
	text-shadow: #000 1px 1px 1px;
}

h2
{
	margin: 1em 0;
	font-size: 1.8em;
	font-weight: normal;
}

h3
{
	margin: 1em 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #FAC903;
	text-shadow: #000 1px 1px 1px;
}

p, ul, ol, dl, table, address
{
    margin-bottom: 1em;
}

dd
{
	margin: 0.5em 0 0 1em;
}

ul, ol
{
    margin-left: 1.5em;
}

hr 
{
    display: none;
}

a img, fieldset
{
    border: none;
}

address
{
    margin-left: 5em;
}

abbr
{
	cursor: help;
	border-bottom: 1px dotted #E0E0D5;
}

fieldset div
{
	margin-bottom: 1em;
}

/* Wrap */
#wrap
{
    padding-top: 163px;
    background: url(../img/v02/head.jpg) 0 0 no-repeat;
}

#mast-head h2, #mast-head h3
{
	display: none;
}

/* Navigation */
#infotech-support #nav-support
{
	display: none;
}

#nav-support
{
	position: absolute;
	z-index: 1;
	top: 104px;
	left: 748px;	
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -.05em;
}

#nav-support a:link, #nav-support a:visited
{
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	background: #593B9F url(../img/v02/glass-btn.png) 0 50% repeat-x;
	color: #fff;
	border: solid 2px #3F2360;
	text-shadow: #333 1px 1px 1px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	-moz-box-shadow: #777 1px 1px 2px;
	-webkit-box-shadow: #777 2px 2px 2px;
	box-shadow: #777 1px 1px 2px;
}

#nav-support a:hover, #nav-support a:focus, #nav-support a:active
{
	background-color: #EFBD38;
	text-shadow: #333 1px 1px 1px;
}

#nav
{
    position: absolute;
    top: 273px;
    left: 746px;
    margin: 0;
    list-style: none;
    background: url(../img/v02/nav.gif) 0 0 no-repeat;
}

#nav li a 
{
    display: block;
    width: 238px;
    height: 39px;
    text-indent: -9999px;
    overflow: hidden;
}

#infotech-home #nvHom, #nvHom a:hover { background: url(../img/v02/nav.gif) -238px 0 no-repeat; }
#infotech-about #nvAbt, #nvAbt a:hover { background: url(../img/v02/nav.gif) -238px -39px no-repeat; }
#infotech-services #nvSvc, #nvSvc a:hover { background: url(../img/v02/nav.gif) -238px -78px no-repeat; }
#infotech-news #nvNws, #nvNws a:hover { background: url(../img/v02/nav.gif) -238px -117px no-repeat; }
#infotech-contact #nvCnt, #nvCnt a:hover { background: url(../img/v02/nav.gif) -238px -156px no-repeat; }

/* Main */
#main
{
    width: 731px;
    min-height: 400px;
    padding-top: 56px;
    background: url(../img/v02/bg-main.jpg) 0 0 no-repeat;
    color: #fff;
}

/* Core */
#core
{
    min-height: 250px;
    margin: 0 53px 0 140px;
    padding: 195px 85px 35px 25px;
    background: #412b71 url(../img/v02/p-home.jpg) 0 0 no-repeat;
    text-align: justify;
}

* html #core {height: 250px;}

#infotech-about #core { background: #412b71 url(../img/v02/p-about.jpg) 0 0 no-repeat; }
#infotech-contact #core { background: #412b71 url(../img/v02/p-contact.jpg) 0 0 no-repeat; }
#infotech-news #core { background: #412b71 url(../img/v02/p-news.jpg) 0 0 no-repeat; }
#infotech-services #core { background: #412b71 url(../img/v02/p-srv.jpg) 0 0 no-repeat; }
#infotech-support #core { min-height: 450px; padding-top: 1px; background: #412b71; }

#titleImg
{
    position: relative;
    left: -2px;
}

#core a:link, #core a:visited
{
	color: #fff;
}

input.button
{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 12px;
	text-decoration: none;
	background: #dfdfdf url(../img/v02/glass-btn.png) 0 50% repeat-x;
	color: #333;
	border: solid 1px #aaa;
	text-shadow: #fff 1px 1px 1px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-moz-box-shadow: #333 1px 1px 2px;
	-webkit-box-shadow: #333 2px 2px 2px;
	box-shadow: #333 1px 1px 2px;
	cursor: pointer;
}


input.button:hover, input.button:focus, input.button:active
{
	background-color: #FAC805;
}

#quick-support
{
	font-size: 1.5em;
	margin-bottom: 2em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -.05em;
}

#quick-support a:link, #quick-support a:visited
{
	padding: 10px 20px;
	text-decoration: none;
	background: #dfdfdf url(../img/v02/glass-btn.png) 0 50% repeat-x;
	color: #333;
	border: solid 1px #aaa;
	text-shadow: #fff 1px 1px 1px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: #333 1px 1px 2px;
	-webkit-box-shadow: #333 2px 2px 2px;
	box-shadow: #333 1px 1px 2px;
}

#quick-support a:hover, #quick-support a:focus, #quick-support a:active
{
	background-color: #FAC805;
}

/* Foot */
#foot
{
    width: 538px;
    min-height: 31px;
    margin-left: 140px;
    padding-top: 8px;
    padding-bottom: 20px;
    background: url(../img/v02/bg-foot.jpg) 0 0 repeat-x;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.7em;
    text-indent: 20px;
    color: #555;
}

#hcard-infotech
{
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 748px;
	width: 20em;
	font-size: .9em;
	line-height: 1.25;
	color: #3F2360;
}

#hcard-infotech .adr
{
	margin-bottom: .2em;
}

#hcard-infotech .fn, #hcard-infotech .post-office-box, #hcard-infotech .country-name
{
	display: none;
}

/* Misc */
.hide
{
    display: none;
}

.help-link
{
	cursor: help;
}