/*-------------------------------------------------------
* Filename: stylesheet.css
* Version: 1.0.0 (2008-12-01)
* Website: http://www.aivah.com
* Author: aivah
* Description: Handles the site layout.
   -----------------------------------------------------*/

/*------------------------------------------------------
  				Global
  ------------------------------------------------------*/
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 105%;
	font-family: inherit;
	color: #FFFFFF;
}
.clear {clear:both;}

hr { border:1px solid #c1c1c1; }
a {
	text-decoration: none;
	}

a:hover {
text-decoration:underline;
	}
body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	line-height: 1.4em;
	color: #FFFFFF;
	margin:0;
}
* html {margin:0;padding:0;}

small { font-style:italic; font-size:12px;}
h1 {
	font-size:200%;
	margin:10px 0;
	color:#FFFFFF;
	letter-spacing:-1px;
	font-weight:normal;
	text-transform:lowercase;
	padding:0 0 10px 0;
	border-bottom:1px solid #c2b9a9;
}
h2 {
	font-size:180%;
	margin:5px 0;
	color:#FFFFFF;
	letter-spacing:-1px;
	font-weight:normal;
	padding:5px 0;
}
h3 {
	font-size:160%;
	margin:5px 0;
	color:#FFFFFF;
	font-weight:normal;
	font-style:italic;
	padding:5px 0;
}
h4 {
	font-size:130%;
	margin:0px 0;
	color:#FFFFFF;
	font-weight:normal;
	font-style:italic;
	padding:5px 10px 0px 0;
}
h5 {
	font-size:110%;
	margin:0px 0;
	color:#FFFFFF;
	font-weight:normal;
	padding:5px 0;
}
h6 {
	font-size:92.5%;
	margin:0px 0;
	color:#FFFFFF;
	font-weight:normal;
	padding:5px 0;
}

h2 img {vertical-align:middle;}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
	color:#FFFFFF;
	font-size:11px;
	padding-left:10px;
	letter-spacing:0;
	text-transform:uppercase;
	vertical-align:middle;
	border-left:1px solid #999999;
	font-style:normal;
}
p
{

}
ol { margin:0 0 0 20px; padding:0 0 0 0px; }
ol li { margin:1px 0 0 0; padding:2px 0 2px 10px;}

*html li { margin:2px 0 2px 10px;}

ul { list-style:inherit; list-style-type:none; margin:0; }
ul li { margin:1px 0 0 0; }


/*-----------------------------------------------------
   				Page structure
  -----------------------------------------------------*/
#wrapper	{
	width:100%;
	height:auto;
	margin:auto;
	background-repeat: repeat;
}

#toppart	{width:100%;height:auto;margin:auto;}

#middlepart	{
	width:900px;
	margin:auto;
}

#leftcolumn	{width:65%;float:left; padding:0px 0 20px 0;}

#leftcolumn	p{ padding:5px 10px;}


#rightcolumn {
	width:30%;
	float:right;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/*-----------------------------------------------------
     				header
  -----------------------------------------------------*/
#header {
	height:135px;
	width:100%;
}

/*-----------------------------------------------------
     				Logo
  -----------------------------------------------------*/
.logo {
	width:900px;
	margin:auto;
}
.logo img {
	position:absolute;
	top:52px;
	width: 529px;
	height: 124px;
	left: 123px;
	background-image: url(../images/logo.png);
}

.logo span {
	float:right;
	padding-top:50px;
	letter-spacing:0px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.logo span small {
	font:11px Arial, Helvetica, sans-serif;
	letter-spacing:0;
	color:#FFFFFF;
}

/*-----------------------------------------------------
     				Navigation
  -----------------------------------------------------*/
#menu{
	height:40px;
	width:900px;
	margin:auto;
	top: -200px;
	float: none;
}


/*-----------------------------------------------------
     				Featurbox
  -----------------------------------------------------*/
#featurebox1	{
	height:auto;
	margin:0 0 10px 5px;
	width:44%;
	float:left;
	overflow:hidden;
	padding:15px 10px;
}
#featurebox2	{
	height:auto;
	margin:0 0 10px 5px;
	width:44%;
	float:right;
	overflow:hidden;
	padding:15px 10px;
}
#featurebox1 p,#featurebox2 p {border:none;}

/*-----------------------------------------------------
     				News,Services
  -----------------------------------------------------*/
#news, #services, #address	{
	height:auto;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}


.featurelist ul { margin:0;}
.featurelist li { margin:0 0 1px 0; background:url(../images/liarrow.gif) 6px 50% no-repeat;padding:3px 20px; }

/*-----------------------------------------------------
     				Miscellaneous
  -----------------------------------------------------*/
.date	{
	color:#000;
	padding:3px 10px;
	border-bottom:1px solid #d8d8d8;
	margin-top:5px;
}

.readmore 	{
	color:#FFFFFF;
	float:right;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px 10px 10px 25px;
}

.readmore a	{
	background:URL(../images/arrow.png) 0 50% no-repeat;
	color:#FFFFFF;
	float:right;
	padding:0 0px 0 25px;
}

.readmore a:hover	{
	background:URL(../images/arrow.png) 0 50% no-repeat;
	color:#FFFFFF;
	float:right;
	padding:0 0px 0 25px;
}

/*-----------------------------------------------------
     				preload classes
  -----------------------------------------------------*/
/**/ 
.svw {
	width: 50px; 
	height: 20px; 
	background: #fff;
} 
.svw ul {
	position: relative; 
	left: -1em;
} 
 
.stripViewer { 
	width:auto; height:200px;
	position: relative; 
	overflow: hidden;  
	border: 0px solid #f0f0f0;   
	margin: 0; 
	z-index:-1;
} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; border:none; padding:0;
} 
.stripTransmitter {
	overflow: auto;
	-moz-border-radius:3px;
	border-radius:3px;
	padding-top:10px;
	padding-bottom:10px;
	width: 1%;
} 
.stripTransmitter ul { 
	margin: 0; 
	padding:0 0 0 10px;	
	list-style-type: none; 
} 
.stripTransmitter ul li{ 
	width: 20px; border:none;
	float:left; 
	padding:0 0 0 1px;
	margin: 0 1px 0 0px; 
} 
.stripTransmitter a{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	display: block;
} 
.stripTransmitter a:hover, a.current{ 
	background: #756161; 
	color: #fff; 
} 
 
 
/*-----------------------------------------------------
     			tooltips formatting
  -----------------------------------------------------*/
#tooltip { 
	background: #fff; 
	color: #000; 
	opacity: 0.85; 
	border: 4px solid #453839; 
} 
#tooltip h3 {  
	font: normal 10px Verdana;  
	margin: 0;  
	padding: 6px 2px;  
	border: 0; 
} 


/*-----------------------------------------------------
     				Footer
  -----------------------------------------------------*/
#footer	{
	width:100%;
	padding:15px 0 0 0;
	height:80px;
}
.footerwrap {
	width:900px;
	color:#996633;
	margin:auto;
}
.footerwrap a	{
	color:#CC0000;
	background:none;
}

.footerwrap a:hover	{
	color:#FFFFFF;
	text-decoration:underline;
}

/*-----------------------------------------------------
     				Portfolio text
  -----------------------------------------------------*/
.webbox		{
	padding:2px; 
	width:100%;
	margin:10px auto;
}
.webimg		{
	border:1px solid #c5c5c5;
	padding:2px;
	width:550px;
	margin:auto;
}
.webimg p, .webimg h3{background:#efefef; margin:0px; padding:10px 10px; border-top:1px solid #c1c1c1;}


form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0 10px 0 0; 
	margin: 6px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
