/*

	Uqsiq Communications - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */

body
{
	background-color: #FFFFFF;
	margin: 100px 0 0 0;
}
	
body, div, td
{
	font-size: 12px;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */

#mainTable
{
	background-color: #BD8016;
}

#leftMarginBG
{
	background-color: #FFFFFF;
}
td#leftMarginBG div#topCap
{
	position: relative;
	/*top: 0;*/
	float: right;
}
td#leftMarginBG div#btmCap
{
	float: right;
	position: relative;
	top: 401px;
}
td#leftMarginBG div#btmCapProfile
{
	float: right;
	position: relative;
	top: 67px;
}
td#leftMarginBG div#btmCapCOntact
{
	float: right;
	position: relative;
	top: 1px;
}

td#rightMargin
{
	border: 1px solid #000;
}

#contentMargin
{
	padding-right: 5px;
	background: #FFFFFF url(../images/content-right-margin.gif) right repeat-y;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#contentMarginProfile
{
	padding-right: 5px;
	background: #FFFFFF url(../images/content-right-margin.gif) right repeat-y;
	border-top: 1px solid #000;
}

#worksNav img
{
	margin-bottom: 7px;
}
#worksNav
{
	padding-top: 35px;
}

#leftArm
{
	margin-top: 91px;
}

#leftHead
{
	margin-top: 74px;
}
#feet
{
	position: relative; 
	left: 0; 
	top: -1px; 
	/*width: 55px; 
	height: 12px;*/ 
	z-index:1;
	float: left;
}
/* =Header
---------------------------------------------------------------------------------------------------- */



/* =Navigation
---------------------------------------------------------------------------------------------------- */
#navBtn
{
	margin-bottom: 2px;
}


/* =Typography
---------------------------------------------------------------------------------------------------- */

.bigger {
	font-size: 14px;
	}

.smaller {
	font-size: 10px;
	}

/* =Lists
---------------------------------------------------------------------------------------------------- */



/* =Footer
---------------------------------------------------------------------------------------------------- */



/* =Forms
---------------------------------------------------------------------------------------------------- */ 

.indent {
	text-indent: 3em;
	}

.validation {
	color: #FF0000;
	font-weight: bold;
	}
	
form {
	margin: 0;
	padding: 0;
	}

/* =Links
---------------------------------------------------------------------------------------------------- */



/* =Misc:
---------------------------------------------------------------------------------------------------- */


 