/* global */

    body{ 
		background:#fff;
        font:13px Trebuchet MS, Helvetica, Arial, Sans-Serif;
		color:#333;
		line-height:170%;
		margin:0;
		padding:0;
        }

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			}	
        h2{            
			font-size:160%;
			
            }	
        h3{          
			font-size:140%;
            }
        h4{          
			font-size:120%;
            }				
    /* // headings */


    /* clearfix */

		#content:after, .inner:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, .inner, ul{
			display:block;
			}
		/*  \*/
		#content, .inner, ul{
			min-height:1%;
			}
		* html #content, * html .inner, * html ul{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#333;
			border-bottom:1px dashed #ccc; 
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Trebuchet MS, Helvetica, Arial, Sans-Serif;
			line-height:160%;
			color:#777;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0 1em 2em;
			width:360px;
			border-collapse:collapse;
			}			
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			color:#000;
			}	
		object{
			display:none;
			}
	
	/* // HTML Tags */	
	
	/* common */	
	
		.mobile{
			display:none;
			}
		h1, #nav, #order, 
		#footer ul, #produced, form{
			display:none;
			}
	
	/* // common */		
	
/* // Global */

/* page setup */

	#container{	
		}
	.inner{		
		}		
	#main{
		}	
	#content{
		}						
	#footer{
		}		

/* //page setup */

/* content */

	/* titles */
	
		.title{
			margin:0;
			padding:0;
			margin-bottom:1em;
			padding-bottom:1em;
			font-size:120%;	
			border-bottom:1px solid #ccc;
			}	
		.title span{
			display:block;
			font-weight:bold;
			color:#cbe64d;
		}	
		.title span strong{
			color:#000;
			display:block;
			font-size:200%;
			line-height:100%;
		}					
	/* // titles */
							
	p.image{
		float:right;
		margin:0;
		margin-left:20px;
		}
		
	#content ul, #content ol{
		padding:0;	
		margin:1em 0 1em 2em;
		}
	#content li{
		padding:0;	
		margin:.2em 0;
		list-style:none;
		}		


/* // content */

/* footer */

	#footer #copyright{
		border-top:1px solid #ccc;
		padding:1em 0;
		}				
				
/* // footer */
