/*
***********************************************************

Title:			styleMain.css

Created: 		Feb.04.2008
Last modified: 	Feb.04.2008

***********************************************************
*/


/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; line-height: 16px; }
table { border-collapse:collapse; border-spacing:0; text-align: left; }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
/*q:before, q:after { content:''}*/

/* Global reset-RESET */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }


/* Basics */

* { margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; }
html { margin:0; padding:0; text-align:center; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #8b8b8b;*/
	color: #595959;
	/*background-color: #999;*/
	background-color: #f4f5ef;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
a .alt{ display: none; }

/* Typography */
/*
a:link {color: #FF0000}     - unvisited link 
a:visited {color: #00FF00}  -visited link 
a:hover {color: #FF00FF}    -mouse over link 
a:active {color: #0000FF}   - selected link 
*/

.all{
	width: 1040px;
	background-color: #FFFFFF;
}

/* Layout for header */
#lang{
	position: relative;
	margin-left: 10px;
	/*padding-left: 6px;
	padding-top: 0px;*/

}

#logo{
	/*margin-top: 10px;*/
	margin: 0px 0px 15px 0px;
}


.row01_bg{
	background-image:url(../img/img_bg_row01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 22px;
}

/*#row02_bg{
	background-image:url(../img/img_bg_row02.gif);
	background-repeat: repeat-x;
	background-position: top;
}*/

/* layout for home*/
#content_home{
	margin-top: 15px;
	border-left: 1px solid #babab8;
}

#content_home_col{
	/*width: 278px;*/
	margin-left: 4px;
}

.leftLine{
	/*border-left: 1px solid #e5e5e1;*/
	border-left: 1px solid #babab8;
}


#content_home_col h1{
	font-size: 11px;
	line-height: 21px;
	color: #ff2020;
	text-align: left;
	margin-left: 12px;
	line-height: 18px;
}

#content_home_col p{
	font-size: 11px;
	color: #6e6e6e;
	line-height: 21px;
	text-align: center;
}

/* layout for about, contact, news*/
#content{
	margin-top: 35px;
	vertical-align: top;
}

#content_nav{
	margin: 50px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 13px;
	line-height: 31px;
	color: #6e6e6e;
}

#content_nav a:link, #content_nav a:visited, #content_nav a:active{
	color: #6e6e6e;
	text-decoration: none;	
}

#content_nav a:hover{
	color: #ff2020;
	text-decoration: none;	
}



#content h1{
	font-size: 15px;
	color: #ff2020;
	margin: 0px 0px 10px 14px;
	line-height: 21px;
	font-weight: 300;
}

#content h2{
	font-size: 13px;
	color: #5c5c5c;
	line-height: 21px;
	margin: 15px 0px 5px 14px;
}


#content p{
	font-size: 11px;
	line-height: 21px;
	margin: 0px 20px 0px 14px;
}

#content ul{
	font-size: 11px;
	line-height: 21px;
	margin: 10px 20px 0px 27px;
}

#content li{
	list-style-image: url(../img/img_li.gif);
	line-height: 21px;
}

#content img{
	margin-top:10px;
	margin-left:30px;
}

#content * a.linkFont{
	color: #ff2020;
	text-decoration:none;
}
/* nav for products*/
#nav_products{
	margin: 20px 0px 0px 34px;
}

#nav_products img{
	margin-left:40px;
}

#catalog{
	margin: 0px;
	padding: 0px;
}

#catalog .item{
	margin:60px 40px 0px 0px;
}

#catalog .model{
	margin:20px 15px 0px 15px;
}

#catalog p, #catalog * a.linkTxt{
	/*color: #8b8b8b;*/
	color: #595959;
	font-size: 12px;
	line-height: 25px;
	margin:0px 50px 0px 0px;
	text-decoration:none;
}
/* layout for gallery*/
#content_gallery{
	margin-top: 65px;
	border-top: 1px solid #babab8;
}

#content_gallery_flash{
	margin-top: 5px;
}

#content_gallery_nav{
	margin-top: 5px;
}

#content_gallery_nav img{
	margin-bottom: 18px;
}

#content_gallery_nav p{
	margin-left: 17px;
	margin-right: 19px;
	font-size: 11px;
	line-height: 21px;
}

/* layout for contact*/
#contact_info{
 float:left;
 width: 245px;
}

#contact_info * a {
	color: #6e6e6e;
	text-decoration: none;
}

#contact_hours{
	float: right;
	margin-right: 25px;
}

#contact_info h1, #contact_hours h1{
	font-size: 13px;
	/*color: #8b8b8b;*/
	color: #595959;
	font-style: italic;
	font-weight: bold;
}

#contact_info * a.linkFont{
	font-style: italic;
	font-weight: bold;
	color: #ff2020;
}

/* layout for footer*/
#footer{
	font-size: 10px;
	color: #868686;
	text-align:center;
	margin-top: 260px;
}

#footer a:link,a:visited,a:active, a:hover{
	color: #868686;
	text-decoration: none;	
}

/*layout for footer on Home Page*/
#footerHome{
	font-size: 10px;
	color: #868686;
	text-align:center;
	margin-top: 200px;
}

#footerHome a:link,a:visited,a:active, a:hover{
	color: #868686;
	text-decoration: none;	
}
